| Thread | Last Post | Replies |
|
| Where is struct: _OSVERSIONINFOEX ? | 23 May 2005 12:14 GMT | 1 |
I am working with Windows MCE and Visual Studio 6.0 met Service Pack 6. I want to use the function GetVersionEx. Therefore I need the struct: _OSVERSIONINFOEX witch is declared in Winnt.h according to: http://msdn.microsoft.com/library/default ...
|
| C# vs. VB.NET | 23 May 2005 11:16 GMT | 5 |
Hi, I'm sure this has been asked a million different ways. But, i have a development team that is split between VB.NET and C# experience. Most of the ability lies on the C# side. On which language should i standardize the group
|
| Confiar en un ensamblado (Instalacion de aplicacion) | 23 May 2005 11:07 GMT | 1 |
Hola, he desarrollado una aplicación clientes-servidor y toca distribuirla. El problema es que en cada ordenador cliente tengo que ajustar la seguridad en el .NET Framework para darle maxima confianza en la intranet para que funcione.
|
| Visual Studio Freezing | 22 May 2005 17:11 GMT | 1 |
devenv.exe is freezing! Maybe it needs a blanket. Haha no, I'm an idiot. The problem occurs when I open up the Visual Studio IDE - as soon as I try to open one of the tool menus, the process usage for devenv.exe jumps to 100% as if it is thinking hard about something, and the app ...
|
| Help witj codes | 21 May 2005 17:47 GMT | 1 |
I need some coaching on reference to a school assignment. I need to ensure that an entry is a valid phone number. e.g 999-999-99999 I need to break the sctring into 3 substrings to validate each string is a numeric input , then I need to ensure that two dashes are entered properly
|
| Changing fonts during runtime - Crystal Reports | 21 May 2005 08:14 GMT | 1 |
I use visual basic .net 2003 and Crystal Reports for creating win-reports. My question is if there is any possibility to set font properties (type, color and size) of a text control or data field during runtime. To be more accurate, I know I can set these settings by formula (next ...
|
| Whether some string field is XML Well-Formed | 21 May 2005 06:36 GMT | 1 |
I've not idea about how I can check whether some string wich I'm working is an XML well formed, exist any function that let me do that ? Thanks. RUben
|
| patterns & practices Enterprise Library | 20 May 2005 18:52 GMT | 1 |
Does anyone knows when there will be version for framework 2.0? Peter
|
| What's wrong with this build script ? | 20 May 2005 14:22 GMT | 1 |
I created a .bat file within the directory of one of my solutions. rem @echo off title Building start /wait "%ProgramFiles%\Microsoft Visual Studio .NET
|
| Visual studio 2005 installation | 20 May 2005 06:17 GMT | 2 |
I've installed vs2005 beta 2 on Windows Server 2003 standart editon. Installation was ok. But when I try to start Visual studio I receive messabox with "Error loading assembly ......." and it asks me whether I want it to be
|
| VS2005 Auto Save? | 20 May 2005 00:54 GMT | 4 |
When selecting a file in the Solution Explorer intending to View in Browser a dialog is displayed each time stating "The Web site contains open documents with unsaved changes." asking me if I want to save changes before viewing.
|
| Can Visual Studio handle Unix-style line-ends? | 19 May 2005 21:59 GMT | 19 |
We have products that are build for both Windows and Unix. The source code is stored in our SCM as Unix text files. We have had problems with these files when used directly in Visual Studio due to the Unix-style line-end characters being used instead of the Windows standard. As a ...
|
| output a project txt file to /bin/output/ on build | 19 May 2005 20:03 GMT | 1 |
I want to add a blah.txt file in my VS.NET2003 solution/project. Then when I rebuild my project I want the txt file to show up next to my exe in /bin/output. Every time I rebuild the project I would like the /bin/output/blah.txt file to be overwritten.
|
| how to tell editor to use same .Net editor already opened | 19 May 2005 17:41 GMT | 1 |
I like visual Studio .net editor and using it with other IDEs also. I have seen options like "Alternate editor" in GreenHills tools. I have given path like program files\ Visual Studio .Net\common7\IDE\devenv.exe. Now from IDE I can
|
| ADO does not exist in class or namespace | 19 May 2005 17:22 GMT | 3 |
I'm new to C# and am practising the language by writing simple contact manager programmes. I'm having a problem using ADO. I'm trying to connect to an Access 2000 database using ADO.Net. When compiling I'm getting the following error :
|