| Thread | Last Post | Replies |
|
| IIS 5.0 Metabase/DirectoryServices | 04 Feb 2004 14:26 GMT | 2 |
I'm creating a virtual directoy using .net's DirectoryServices framework component. We're using IIS 5.0 The properties I'm setting are vDir = iisAdmin.Children.Add(virtualDirectory.Name, "IIsWebVirtualDir")
|
| Japanese in browser?? | 04 Feb 2004 14:03 GMT | 7 |
I am developing a web application for multi language support. But when I view in browser, all languages are shown except Japanese. Do I need to follow some conventions or special settings for display in Japanese? Thanks in advance.
|
| Problems with Reflection | 04 Feb 2004 13:40 GMT | 4 |
Using Reflection, I am able to instantiate an instance of my class using a constructor that takes a primitive data type (e.g. string). I have two other constructors, one of which takes an enum
|
| old header usage | 04 Feb 2004 12:50 GMT | 1 |
when using visual studios 2003, is it still possible to use the old header files? if so how would i use them? I have noticed when using header files in the include statements that they are used: #include <iostream.h>
|
| why don't my comments work? | 04 Feb 2004 10:32 GMT | 8 |
I am wondering why my comments do not appear in intellisense. I have written the following method: /// <summary> /// testing
|
| package and deploy VISUAL C++ 6 app with MFC - I AM SO DESPERATE!!! | 04 Feb 2004 10:16 GMT | 1 |
I am trying DESPERATELY to package and deploy a visual c++ 6 application which uses MFC. My application runs without problem on the developer's (my) machine -windows xp. But I can't figure out how to make the app run on other people's machines which are also running XP!!!! SHORT ...
|
| DirectorySearcher: Problem with receiving Account Name (the slash maybe the reason) | 04 Feb 2004 07:19 GMT | 4 |
I do have a problem while retrieving the AccountName of Members of a Active Directory-Group. I get the members with the DirectorySearcher (of the System.DirectoryServices namespace).
|
| Form and Crystal report | 04 Feb 2004 07:03 GMT | 5 |
I have a rather newbie question....... How do I have VB call up a Crystal report I have written and have it display in my form? Hope you can help and TIA!
|
| .NET Remoting | 04 Feb 2004 05:38 GMT | 4 |
<Quote> In .NET Remoting,...However, calling a component through remoting does not maintain transactional integrity and security context </Quote>
|
| RemovePerviousVersion does not appear to work!? | 04 Feb 2004 05:15 GMT | 4 |
We have used the Setup Wizard within our VB.NET Solution to create a setup.exe. In the Setup properties we've set the property RemovePreviousVersions to True. Then, when we select Project, Install from the menu bar in the VisualStudio development environment it uninstalls the
|
| Drawing error,Help!Help!Help! | 04 Feb 2004 03:16 GMT | 3 |
My application have many picturebox objects,when run it ,sometimes i will have a strange error,how to work out ,help me please!(in windows98,the error cause frequently than in windowsxp) System.InvalidOperationExceptionSystem.InvalidOperationException: The object
|
| HELP ABOUT SOCKETS ! | 04 Feb 2004 01:48 GMT | 1 |
I'm programming a client-server aplication with sockets. In msdn.microsoft.com "winsock2.h" is defined as the necessary include, but it is not enought. I've a link error (references not resolved). Other include is required ???! Thanks.
|
| DateTime.Parse - can't figure out how to make this work. | 04 Feb 2004 00:00 GMT | 2 |
I was just wondering if I'm going about this in the wrong way, since I can't get things to work correctly. I have an integer that I want to convert to a string, and then a DateTime. The string is in the format of "yyyyMMdd". I have the following [start code DateTimeFormatInfo dtfi ...
|
| proper way to data bind in vb.net? | 03 Feb 2004 22:41 GMT | 1 |
Does anybody know if there is a proper way to data bind to an SQL server in VB.Net? Should I 'drag' the connection, dataAdapters and DataSource from the toolbox onto my form, OR Should I use a Protected Const SQL_CONNECTION_STRING As string from within the VB code, like they do in ...
|
| Get number of processors | 03 Feb 2004 20:00 GMT | 3 |
Is there a class to get the number of processors? tia
 Signature William Stacey
|