| Thread | Last Post | Replies |
|
| Returning application name from hWnd handle | 12 Mar 2006 23:08 GMT | 3 |
I am trying to find the application from a hWnd handle. ie. if the hWnd is to Internet explorer, I want to try to return iexplore.exe (as per processes in Task Manager), or some other indicator that its IE.
|
| Windows Messages | 12 Mar 2006 23:06 GMT | 3 |
I'm wondering if there are any equivalents of the Windows Messages (like WM_USER) and the concept of message maps in .NET ? I need to handle user defined messages. To port from MFC to .NET it requires some infrastructure to handle this. It
|
| Best value Help file builder | 12 Mar 2006 21:52 GMT | 6 |
I'm trying to get opinions on the best free / best value help file (CHM) compilers out there. What do you use? Thanks
|
| problem with picturebox | 12 Mar 2006 20:47 GMT | 2 |
I am new in .NET and I am writing my first program in c++/CLI on MSVC 2005. I add a PictureBox to my form and then using its properties I change its image property to one image from my hard disk. it generate the following
|
| Get minimum and maximum dates | 12 Mar 2006 19:02 GMT | 1 |
i am deep trouble.so,please help me how to get minimum and maximum dates for particular Month and Year.Any kind of help will help. for ex: im passing : March 2006 Minimum Date - 01/March/2006
|
| Drag drop events in .Net 2.0's WebBrowser control in winforms | 12 Mar 2006 18:36 GMT | 1 |
There are no events associated with dragover, dragdrop with .Net 2.0's WebBrowser control in winforms. After much googling could figure out that I need to write my own custom webbrowser class that implements IDropTarget, IDocHostEventHandler interface or something. I have no
|
| xxxxxxxxxxxxxxxxxxxxxxxxxxVisual C++ 2005 Expressxxxxxxxxxxxxxx | 12 Mar 2006 18:26 GMT | 1 |
Visual C++ 2005 Express MVP's and experience programmer's only please!... I need to get the number of lines in a textbox so I can insert them into a listview. The text comes from my database and is unformatted. I display the
|
| Enumerating MAC addresses | 12 Mar 2006 18:20 GMT | 4 |
I'm looking for a way to enumerate the MAC addresses of all of "live" NICs on my computer. I can enumerate all of the "live" IP addresses like this: Dns.GetHostByName(Dns.GetHostName).AddressList but I don't know how to get the associated MAC addresses.
|
| Help!. | 12 Mar 2006 17:14 GMT | 1 |
Visual C++ 2005 Express MVP's and experience programmer's only please!... I need to get the number of lines in a textbox so I can insert them into a listview. The text comes from my database and is unformatted. I display the
|
| .net, asp, dcom, sms rad framework... | 11 Mar 2006 23:27 GMT | 2 |
we are evaluating CRM packages and are looking for information on the differences/simliarities, pros and cons of these architectures used by various CRM Vendors. We have been searching for more information online and have not really found
|
| Structures vs. Classes | 11 Mar 2006 14:10 GMT | 9 |
At work, our development team has a development standards document that insists Structures should never be used. I'm looking to change this standard but need a suitable argument in order to make the change. I know that Structures are value types, sit on the stack, and are
|
| A nagging Regex question | 11 Mar 2006 13:59 GMT | 7 |
Given some text that looks like: random Text Key 1.00 More random Text Item more random text = "Wanted1", "More random Text"
|
| Image render and save problem | 11 Mar 2006 13:49 GMT | 1 |
I found a piece of code to add drop shadow to a photo like below, after I save the image, it is actually a BMP file even though I specify a JPG file extension (see http://img140.imageshack.us/my.php?image=resized11wz.jpg). If I force to save in JPG format (see the commented ...
|
| static linking | 11 Mar 2006 11:40 GMT | 2 |
Is there a possibility to statically link used .NET components into my programm... (to enable it runs on machines that do not have .NET Framework) Like static link of MFC libraries.. Thanks in advance.
|
| Single source code to compile over .NET 1.0, 1.1, 2.0 and CF | 11 Mar 2006 10:53 GMT | 3 |
I have a .NET 1.1 application ready to be ported on .NET 2.0. With some of the features made obsolete in 2.0 and the new recomended methods are not available in .NET 1.1, It leaved me with a question in mind: How come I conditionally compile my application with .NET 1.1 and 2.0 ?
|