| Thread | Last Post | Replies |
|
| Returning error during service startup | 12 Apr 2004 07:29 GMT | 4 |
(x-posted to microsoft.public.dotnet.general and microsoft.public.dotnet.languages.vb) Hello all. I am currently creating a Windows Service using VB.NET and would like to
|
| In The Year 2525 | 12 Apr 2004 05:45 GMT | 2 |
Late night T.V. No...make that late night streaming media. As I watch the free movies, a pop up banner ad appears...and a voice speaks: "Hey kids. Remember the 90's.
|
| check word length | 12 Apr 2004 04:36 GMT | 2 |
DOes anyone know how to check the length of words in a string? I want all the word in a string to be less than 100 char to prevent buffer overflow. Thanks.
|
| Developers: Top 3 Things to Change about MSFT | 12 Apr 2004 02:38 GMT | 3 |
Hello developers, I am examining trends in developer satisfaction with Microsoft. Without starting a flame war, I would really appreciate it if you respond with the top 3 things that, as a developer, you would change
|
| Installing VS.Net on new computer | 12 Apr 2004 01:20 GMT | 3 |
I am trying to install VS.NET 2002 Academic on a new laptop that has the .NET 1.1 framework installed. I insert disk 1 into my drive and it spins for a few seconds then nothing happens. No setup dialog or nothing. I open the drive window and click on the setup.exe file, and the ...
|
| What is .net? | 11 Apr 2004 16:00 GMT | 4 |
Where can I find info on .net stuff? Will VB .net be able to interact with Access 2000? Can it be compiled into a .exe?
|
| cd setup to dvd? | 11 Apr 2004 15:04 GMT | 1 |
is there a way to compile all the .net install cds onto one dvd? basically i ordered the cd set and i want to convert it to a single dvd thanks Rob Tomson
|
| Winform web-deployment (no touch) | 11 Apr 2004 07:39 GMT | 1 |
I found out that only using winform I can use the winword interop and generate word document in the client machine and connect to a remote database, so that I have made a winform application which accesses winword on the client and a remote db.
|
| Threading and AddressOf in VB.Net | 11 Apr 2004 03:52 GMT | 1 |
Hi, can someone tell me why wont this work: Dim t1 As New System.Threading.Thread( _ AddressOf reflectionBegin(aString As String)) Referring to 'As' - Compiler says that Comma, ')' or a valid expression
|
| IDE Modal Dialog (where is it) | 11 Apr 2004 00:53 GMT | 7 |
I am so sick of this poor IDE. (VS2003). Latest screwup - add new C# project. Should not be a big deal right? Ok delete the generated class. No problem so far. Add new class. Shows in editor but IDE is now stuck. Can't close because
|
| Naming conventions regularly followed? | 11 Apr 2004 00:51 GMT | 2 |
I wanted to get a feel. The documentation gives naming conventions for public/protected members. Is this truly widely adopted? And what about using the same conventions for private members and variables?
|
| Custom mscorlib.dll | 10 Apr 2004 23:17 GMT | 1 |
I'm currently in the process of writing my own mscorlib.dll, this in order to write my own Virtual Machine. Now all may seem a bit useless, but I'd like to use C# as scripting for our game engine, since basically all needed feature are already available in C#, and hell... why ...
|
| What is in an MSI? | 10 Apr 2004 20:09 GMT | 6 |
Is there a tool to see what is in an MSI? I would like to get a listing of the contents of the dlls etc that are in an existing msi
|
| How can I check the length of a Field in a Table | 10 Apr 2004 19:26 GMT | 2 |
Hi!, I just want to display (in a DataGrid) the length and Type (e.g. Type=Char Length=10) of all the fields in my database table. I have already made a DataTable using the DataAdapter Fill command. So how
|
| "ref object a" <> "ByRef a As Object" ??? | 09 Apr 2004 21:20 GMT | 22 |
GDay all, Something seems odd to me.... I wrote a simple C# function public void bind(ref object a, ref object b, bool atob)
|