| Thread | Last Post | Replies |
|
| QUESTION: "Microsoft Office 2003 Projects" in Visual Studio .NET | 14 Feb 2005 15:07 GMT | 1 |
When I attempt to create a new project in Visual Studio .NET 2003, I do NOT have the option to create the following: Microsoft Office 2003 Projects What do I need to install or do to get this option as a project type? I
|
| how to change the size of images in imagelist at runtime. | 14 Feb 2005 11:48 GMT | 2 |
hai Anti Keskinen, i have used the following code MyListView->LargeImageList->ImageSize = gcnew System::Drawing::Size(100,
|
| Little help please | 14 Feb 2005 11:43 GMT | 7 |
Im having real trouble painting to my document uotside of the Paint() event. could someone please post some code to show me how. Posted Via Usenet.com Premium Usenet Newsgroup Services
|
| DirectShow: Help me debug please | 14 Feb 2005 09:57 GMT | 2 |
The code below is from Microsoft MSDN example for DirectShow: CODE #include <dshow.h> void main(void)
|
| how to change the size of imazes in imagelist in vc++.net | 13 Feb 2005 18:13 GMT | 1 |
hai, can u pls give me reply how to change the size of images in imagelist in vc++.net(in windows forms application).
|
| new Line escape Sequences not interpreted | 13 Feb 2005 14:46 GMT | 2 |
so here's my question are escape sequences only interpreted by the compiler and not in the program itself. Here is a striped down example of what brought this up. this is a class i wrote to make a square out of astrisks based on an int
|
| visual studio.net 2003 professional : problem with header | 12 Feb 2005 17:24 GMT | 2 |
I included the header "iostream" Why is there only the possiblity of including #include<iostream>? From Visual C++ 6 I know the iostream.h. The name doesnt't really interest me. But it should work. The library
|
| special linker error | 12 Feb 2005 16:12 GMT | 1 |
I'm programming MS Visual Studio. Net 2003 Professional. I'm a beginner and now I have a problem while building my new program. I've got linker error LNK2001: unresolved external symbol "insigned int:stdcall joyGetPos(unsigend int, struct
|
| forms application in vc++.net doubt | 12 Feb 2005 16:09 GMT | 1 |
I am new to VC dot net. I shall be thakful if you can reply one of my query. how to change the size of images in imagelist in listview control vc++.net(forms application).
|
| edit control help | 12 Feb 2005 13:49 GMT | 1 |
Okay, I have a basic calculator program that I wrote using 2 edit boxes that I type numbers into and perform the functions on double variables. I need to expand my program so that I can use buttons like a numpad to enter values as well. how can i set it up so that
|
| Error; Why is VS C++ deleting my events from the form? | 12 Feb 2005 10:55 GMT | 13 |
Why is VS 2003 C++ moving my events from my programme, it run OK. :-) But soon as I change to the Design form some of the events have been deleted! The only thing I can find that sound like my prob. is the link:
|
| Overlapped I/O operation is in progress | 11 Feb 2005 16:41 GMT | 1 |
This message appears in the visor of events, aplication part. Regards -- man-ab
|
| msxml sample compilation | 11 Feb 2005 14:37 GMT | 5 |
I installed the MSXML 4.0 sp2 and wanted to play around with DOM using C++ and followed the instructions on "Program with DOM in C/C++" section in the MSXML SDK. The compilation fails in Visual Studio .NET 2003 with the following error message
|
| send command in telnet without typing a command | 11 Feb 2005 13:36 GMT | 1 |
Hi ? How to telnet to one server and then send a command without typing a command ? thanks
|
| Getting "Unhandled exception" error when running in IDE | 11 Feb 2005 09:17 GMT | 5 |
We have an application that when it runs in the IDE in debug mode an unhandled exception is occurring in a system header file associated with STL stirngs. The actual statement that crashes is return ::memcmp(_First1, _First2, _Count);
|