| Thread | Last Post | Replies |
|
| Macros - there must be a way | 25 Nov 2003 04:24 GMT | 1 |
How can I set it to expand macros. So when I type "wh " (note the space) it creates while () {}? thanks - dave
|
| Have to exit and restart to get solution to build | 25 Nov 2003 04:24 GMT | 1 |
Hi; I hit a problem today that several others have hit. We sync up with vss and then do rebuild solution. It says that variables we are accessing are not a member of their class. We go to the class and they
|
| Keyboard assignment doesn't work on 1 computer | 25 Nov 2003 04:23 GMT | 1 |
Hi; On my home system I remapped a couple of keys and it worked fine. On my work computer I remapped a couple of keys, exited and restarted VisualStudio, and they still don't work. It lists them as remapped but
|
| reassign the numeric keys | 25 Nov 2003 04:23 GMT | 1 |
How can I assign commands to the numeric keypad? I want to assign cut-line to the - key on the numeric pad. (Not CtrlNum-, just Num-). thanks - dave
|
| working with regions | 25 Nov 2003 01:17 GMT | 2 |
I really like the region capability in VS.NET, but I can't seem to figure out how to work with them effectively. Does anyone have the answer to a few simple questions, or is there a good online document about working effectively with the VS.NET text editor (in both VB and
|
| Getting user name Environment.UserName vs SystemInformation.UserName vs WindowsIdentity.GetCurrent().Name | 24 Nov 2003 17:41 GMT | 2 |
There are several ways to retrieve the name of the user that's logged on: System.Security.Principal.WindowsIdentity.GetCurrent().Name System.Environment.UserName SystemInformation.UserName
|
| does VC .net class wizard create a template class or not? | 24 Nov 2003 16:21 GMT | 4 |
I'm using VC .net now, having used to use VS 5. I'm editing an existing project - I've added a new dialog resource, and right clicked on it, selected "Add class", then in the class wizard dialog I've given it a sensible name (starts with C) and made it use
|
| How do I compile .wav files inside the .exe file??? | 24 Nov 2003 15:18 GMT | 3 |
How do I compile .wav files inside the .exe file??? I want the executable to contain the .wav files so that all is required to run the program and hear the sounds is the .exe file.
|
| int to string | 24 Nov 2003 07:22 GMT | 1 |
Please,I am begginer,can you tell me which function converts integer into string and correct syntax of it? Thank you
|
| Visual C#.NET | 24 Nov 2003 03:52 GMT | 3 |
Please,I am begginer,can you tell me which function converts integer to string in C# and can you give me correct syntax of it? Thank you
|
| System.ArithmeticException | 24 Nov 2003 02:48 GMT | 1 |
I have recieving really annoying problems. Whenever i try to compile it gives me a error message; ----------- An unhandled exception of
|
| Buld/Rebuild what is the difference? | 24 Nov 2003 02:47 GMT | 4 |
Does anybody can explain me what is the difference between build and rebuild? Thanks Gabor
|
| from ".bat " to ".exe" | 24 Nov 2003 02:45 GMT | 1 |
I want to compile ae batch file into an ex but I dont understand the first thing about VS. Plz instruct me to some step by step tut's that will do the trick this would be a great help thx.
|
| VC++ NET STANDARD product limitations | 22 Nov 2003 18:54 GMT | 2 |
is the VC++ .net standard edition limited in any way with regard to STATIC MFC linking (like VC++ 6.0 STD was) ? Couldn't find this info here :
|
| Which .NET product should I use for this? | 22 Nov 2003 17:12 GMT | 1 |
Hi all, I want to develop an application that can update our customers' software via the web. The app would be an executable residing on the customer's computer, kind of like LiveUpdate from Symantec, that the customer can run
|