| Thread | Last Post | Replies |
|
| Question under MFC... | 21 Mar 2005 10:52 GMT | 1 |
Hey... Ive been making a Program with Microsoft Visual C++ 6.0... Ive made it so that my Main interface window has buttons, and ive made other CDialog resources but I dont know how to make it so when i click
|
| Visual Studio .NET 2003 Hangs when clicking on a function | 21 Mar 2005 10:34 GMT | 6 |
I have some code that looks a bit like this (note: this isn't the actual code, it's just here in an attempt to help me explain what actions I'm doing): void foo(int bar1)
|
| Default Property from a .NET object | 21 Mar 2005 01:01 GMT | 1 |
I have an MC++ class named "Person" which encapsulates access to a database entity and it contains a number of field properties eg. Code, Name, Address, Suburb etc. Each of the field properties is of type "Field", so we have eg.
|
| FindWindowEx - undeclared identifier/not a member of global namesp | 21 Mar 2005 00:01 GMT | 4 |
I'm trying to find a window handle using FindWindowEx. I get an error undecalred identifier if I use FindWindowEx() and not a member of global namespace if I use ::FindWindowEx()... Even though FindWindow() works perfectly well.
|
| running an application in foreground? | 20 Mar 2005 21:44 GMT | 7 |
I have an executable file lanuched from another application. is there a way to make thie executable file foreground if it is launched from other application? Thanks.
|
| Radio Buttons don't work. | 20 Mar 2005 16:24 GMT | 3 |
I am working on a VC++ program in VS.Net 2003. I am following the instructions in the help for putting a group of radio buttons on a form. 1) Put 3 radio buttons on the form. 2) Make sure they are seqential in the tab order.
|
| ETI in VC71? | 20 Mar 2005 15:37 GMT | 6 |
I was under impression that the ETI bug was completely fixed in VC71. However, recently I ran into a problem that makes me think otherwise. The following minimal example demonstrates the problem that looks very similar to ETI:
|
| how to call vc6 dll from vc2005 | 20 Mar 2005 03:11 GMT | 2 |
Thanks in advance. I have a vc6 dll that is currently called by a vc6 exe and want to call it from a vc2005 dll. The vc6 exe using the following header [DllImport("cMath.lib")] extern "C" __declspec(dllimport) int Estimate (int Task2Do,...);
|
| BSTR to char* and vice versa | 19 Mar 2005 19:12 GMT | 2 |
What's sthe best approach to convert char[] or char* strings to a BSTR and vice versa? I would like to omit OLE2A macros and allocate the memory myself, or is the the only way? Any hints? Thanks, Urs
|
| verwenden von .ini dateien in vc++ 2005 express edition | 19 Mar 2005 09:35 GMT | 1 |
ich suche schon eine ganze Weile eine Möglichkeit mit Microsoft Visual C++ Express Edition Beta 1 .ini-dateien zu lesen uns zu schreiben, ich habe es schon mit "GetINIEntry" und "GetPrivateProfile" versucht aber davon funktioniert nichts, kann mir jemand helfen?
|
| converting C# windows forms app to Managed C++ | 18 Mar 2005 20:09 GMT | 3 |
Is there a way to convert a C# win form app to a Managed C++? Perhaps by importing the resx file. Thank you in advance for your help. Neb
|
| Accessing hardware information | 18 Mar 2005 19:53 GMT | 2 |
How can I access the hardware information of a system, like hard drive(s) model & serial numbers, video card model, etc...? Thanks!
|
| list box | 18 Mar 2005 19:30 GMT | 1 |
how can i read a list box from the first entry to the last? cos i understand that the cursor will be at the end and hence i wont b able to use GetCurSel(). thus how can i pick up the content of the list box from the top to the
|
| must go faster! | 18 Mar 2005 14:28 GMT | 11 |
I am trying to figure out if I can use sse to help execute arithmetic operations faster. I have 900 values that must each be scaled with a divide and multiply. This happens repeatedly. Any examples I can be pointed to would be greatly appreciatted. I realize I could do just one ...
|
| VC++: .NET 'String' to 'char *' and non-.NET Classes | 18 Mar 2005 13:55 GMT | 8 |
Hi all; A) What's the simplest way to convert a 'String' to 'char *' (and the other way araound) ? B) I have some C++ classes that I cannot easily convert to .NET (because
|