| Thread | Last Post | Replies |
|
| how to get IP address of computer given its name | 22 Dec 2003 07:52 GMT | 1 |
how can I get the IP address of a computer when I only know its computername in a windows network? -- cody
|
| __event and __delegate question | 22 Dec 2003 04:45 GMT | 5 |
I am using VC++.Net 2003 with WinForms to write a serial port application. I downloaded the newest VC++ examples from MSDN and found a project called Using the COM Port. In it, there is a class called Rs232. It has three lines of code:
|
| setting a caption of window using it's handel | 21 Dec 2003 11:43 GMT | 3 |
does anyone know the user32.dll function or how i can do this? I want to set the caption of a window based on the handel i specify... i already have the functions to get the handel of the window returned as an integer... but i want to change the caption, ive been looking through the
|
| how to simulate keystrokes in a window | 20 Dec 2003 18:18 GMT | 1 |
Anyone who knows how to simulate keystrokes in a ceditview window, using SendMessage(WM_KEYDOWN,...) or OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags), the question is how to set nFlags. Thanks
|
| Resource DLLs and HTML pages | 20 Dec 2003 01:35 GMT | 1 |
Could anybody let me know how I can create a resource dll which include HTML pages? Thanks, -Jalil
|
| Editing resource in managed c++ - Question 2 | 19 Dec 2003 20:28 GMT | 7 |
In a managed c++ project, one can specify general information in the file AssemblyInfo.cpp. For example, AssemblyCompanyAttribute and AssemblyProductAttribute. Can I see this information in the assembly's windows properties page, other
|
| How to Highlight (select) a line in ListView | 19 Dec 2003 16:55 GMT | 1 |
I am able to populate a ListView with several detail lines (several columns). When finished, I would like to pre-select the first item in the list (before the user interacts with the list). This way, if a user clicks on the OK button, there will be a default selection. I know how ...
|
| Comparing release builds of vc6 & vc7 | 19 Dec 2003 16:09 GMT | 7 |
I have been trying to tune my vc7 compiled applications to perform at the same or (preferably) better speed of the same vc6 application. Both versions of my code are compiled with optimization, but the vc7 is quite slow in comparison to the vc6 one.
|
| Printing in MFC - newbie question | 19 Dec 2003 15:05 GMT | 1 |
I'm developing an MDI application in MFC in which I have two different types of child windows. Both refer to the same Document, but have different Frames and Views. One of them is the first or main ChildView that the Wizard sets up, the second I added by copying the
|
| casting a bit array to a structure | 19 Dec 2003 14:58 GMT | 6 |
Using VS.Net 2003 - a managed VC++ WinForms app: If I have an unmanged structure like typedef struct {
|
| Using managed wrappers class library | 19 Dec 2003 11:34 GMT | 3 |
I've got problem building managed class library to wrap unmanaged code. I created managed class library using standard patten: #include "../Unmanaged/Class1.h" //Class1 unmanaged namespace ManagedWrappers
|
| CeRapiInvoke | 19 Dec 2003 05:52 GMT | 2 |
Hi everyone, please help! Our customer developed a WinCE DLL which contains a function such as bool fx(TCHAR* szName)
|
| VC7 and earlier version | 19 Dec 2003 01:10 GMT | 1 |
There are some utilities in VC6 or earlier version, e.g. splash screen, tip a day. But I can't find them in VC++ net, is it possible to use them in VC7? Thanks! Kay
|
| Create Managed Object in Unmanaged class function | 18 Dec 2003 21:01 GMT | 1 |
All samples in Micoroft just mention that if a managed type is used as a member in nongc class, for example: gcroot<String*> is used to define a String managed member variable. What if the managed object in unmanaged class is
|
| Apply Code Changes | 18 Dec 2003 13:37 GMT | 2 |
This is an IDE question, and I can't find one IDE newsgroup. How can I enable the Apply Code Changes(alt+F10)? I tried to get into Tools-Debugging-Edit and Continue, but I'm not shure which items should be checked. Could anyone help me please.
|