| Thread | Last Post | Replies |
|
| help to design my mc++ project | 19 May 2005 09:29 GMT | 2 |
here is my problem : my main form contains lot of panels and I do not want to have all the code in the mainform.cpp. so I tought the best way is to move all the controls I ve got for every
|
| GDI+ | 18 May 2005 14:27 GMT | 1 |
Is GDI+ a subset of .NET, or does .NET just provide a managed wrapper of it?
|
| Block a Domain/URL | 18 May 2005 08:32 GMT | 1 |
I'm trying to find a way to block all requests for a domain from going out. Like when you use the Hosts file and redirect to 127.0.0.1(block) or the actual IP(speedup?). Of course, I want to do this without using the Hosts file and block URLs/Domains. Can anyone give me some ...
|
| How to change the interface language using resource.rc? | 18 May 2005 04:37 GMT | 1 |
Hi, at first time I want to apologize for my English. I need to change the language of my app and I like to do it changin the caption of the controls in the resource.rc file, or having on resource.rc file for each language, but then I need to use resource.r
|
| Where seed from srand() is stored? | 18 May 2005 01:59 GMT | 1 |
I would like to know where the seed from the srand() is stored i.e. in thread context or global to a process? Thank you, -Pandit
|
| If all becomes Managed, Why C++? | 18 May 2005 00:51 GMT | 3 |
I read an earlier thread about a Java developer switching to .Net with much interest. It still has not resolved some questions that I am wrestling with. I am new to Windows programming (other than MS Access VBA). I have been working in
|
| Java developer moving to Windows-Only apps: C++ or C#? | 17 May 2005 15:22 GMT | 18 |
Hi I'm a Java developer moving to windows only applications. Of course the first thing I thought was "well at least, without the VM now I can write desktop applications that run real fast". So I was happily heading to refresh my C++ memory and learn MFC when I
|
| Is VC 2005 Express Beta2 the most powerful IDE? | 17 May 2005 15:18 GMT | 2 |
Hi guys, as I have downloaded the latest beta2 version of VC 2005. I found that the IDE is not as powerful as vc#. My question is whether vc has lost the important position?
|
| Install VC# .net Standard | 17 May 2005 03:34 GMT | 1 |
I bought the Microsoft's Deluxe Learning Edition which came with the Book and the software which includes the Visual C# .net disk. After installing the prerequisites, I tried to install the vC# disk which went up to the setup dialog box. When progress bar reaches the end, I got a ...
|
| Add message handler? | 16 May 2005 23:21 GMT | 2 |
I've just migrated from Visual C++ 6.0 to Visual C++ .Net and I can't seem to add message handlers to my application (for my mouse events). There is no longer a class wizard and the instructions in help and MSDN seem to be wrong. They are:
|
| Verifying 64 bit XP/2003 installation | 16 May 2005 15:41 GMT | 8 |
Can any one please tell me how to verify programmatically how to find out the OS version (64bit XP/2003)? Thanks much
|
| How can i ZIP a wave file using PHP. | 16 May 2005 08:36 GMT | 1 |
Dear Guys How can i ZIP a wave file using PHP. Prasanth --
|
| List Box | 16 May 2005 08:02 GMT | 1 |
Hi, May i know if we are able to change the text color of the List Box? For example, i have 10 items in the List Box. By default, the words are black in color. Is there anyway i can change 1 or 2 items to another
|
| Running programs inside the IDE (CTRL+F5) | 15 May 2005 20:35 GMT | 3 |
I have a very interesting problem. I wrote a little code which linked against an externel library. I have the debug, and the release version of the ext. lib. One library function opens a file which is in the same path as the executable. I copyed the
|
| VC++ 2005 (Express Beta Edition) Build/Rebuild | 15 May 2005 20:06 GMT | 6 |
I have been obtaining the following error in the output window of the IDE: 1>mt.exe:general error c101008d:Failed to write the updated manifest to the resource of file "..\debug\test.exe". The process cannot access the file because it is being used by another process. 1>Project : ...
|