| Thread | Last Post | Replies |
|
| how do i remove listbox... | 09 Sep 2004 17:40 GMT | 4 |
in vb6 listbox1.remove item 5 how will i do in vb.net? regards
|
| Auto update a windows service | 09 Sep 2004 16:11 GMT | 1 |
I have written a windows service in .NET which i want update. Is there an easy way to let a windows service update itself? I've written some test programs with the AppUpdater component and this is working perfect for 'normal' programs but can't be used for services. Maybe
|
| Installer recommendations? | 09 Sep 2004 15:53 GMT | 1 |
I've been using Visual Studio Setup projects to create my application installers but Setup projects seem to be a tad limited. What's a good alternative for creating MSI installers? I'd prefer something that doesn't cost an arm and a leg like InstallShield, and I assume there must be
|
| datagrid sort and headers on every page | 09 Sep 2004 14:10 GMT | 3 |
Hello Group, Havent had luck posting it to microsoft.public.dotnet.framework.aspnet.datagridcontrol group. Excuse me for the cross posting.
|
| C# primitive types Vs. .NET types | 09 Sep 2004 12:32 GMT | 4 |
Please, could anyone tell me what differences is in using C# data types or .NET types. For example in what situations I would have to use .NET types instead of C# types. Lets take C# bool and .NET Boolean for example. The help is very much appreciated.
|
| VB.Net - Is there a better way to write this code? | 09 Sep 2004 11:21 GMT | 16 |
I would like to apologize for double posting this question because I posted this same question in what looks like the VB 6 newgroups and not the .Net newsgroup... Here goes:
|
| Encryption not supported on SQL Server | 09 Sep 2004 11:03 GMT | 4 |
I am facing this error after making changes to client configuration utility of SQL Server 2000: Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information
|
| Namespace question | 09 Sep 2004 10:49 GMT | 2 |
I've setup my project with this namespace "MyApp.Data". I have about 40 classes in this project. Now I create a new class with this code.... Namespace MyApp
|
| Setting up DotNet on New Remote Server | 09 Sep 2004 10:37 GMT | 1 |
I'm new at this. We have a new win2003 server that's setup in a remote location. I have access to it with admin rights. How do I set things up so that I can edit dotnet projects on it? I'd like to access things through a share. I don't want to use frontpage
|
| Duwamish samples won't install | 09 Sep 2004 10:07 GMT | 1 |
When I try to install the Duwamish samples, either the VB or C# ones, I get a message saying that I must install the .net framework sdk version 1.0.3705 and then it quits. I have version 1.1.4322 installed. Why won't it recognize that the sdk is installed?
|
| VC++6 MFC migration managed C++(windows form ) | 09 Sep 2004 09:59 GMT | 23 |
I want to port my MFC (VC++6) application to manageg VC ++. 7. I want to do this because some things are much better done with C#. So i could write a C# class and use in my VC++ code as Languague interoperability is one of the main features of
|
| Connecting to Sql server using DSN? | 09 Sep 2004 08:26 GMT | 1 |
Hi, Is it posssible to connect to Sql Server using DSN? Thanks, Ben
|
| Namespace Problem | 09 Sep 2004 08:26 GMT | 6 |
I created an assembly called : getDataVB.dll and placed it in the bin folder. The source file getData.vb looks like this: Namespace chris.getData Public Class dataObj
|
| Reference going missing in Remoted Object | 09 Sep 2004 07:30 GMT | 4 |
I have a remotable object running in my host application. The host starts up and creates the object. Within a method to start the remote object doing its thing it creates an object. This object reference is passed into another object create within the same
|
| how to save lists from listbox | 09 Sep 2004 03:34 GMT | 1 |
i got 19 lists from listbox.how do i save to list.dat and how do i retrieve list.dat to listbox regards, supra
|