| Thread | Last Post | Replies |
|
| Restoring font/form size at run time problem - help! | 25 Mar 2008 19:47 GMT | 2 |
Hope someone has some ideas - this is driving me nuts, I am using VS2008 and have a tightly layed out form at 8 pts. The form has a font dialog and when the user changes the font size, everything works great. I go through the forms control collection (recurively) and ...
|
| Icon Stash | 25 Mar 2008 19:41 GMT | 3 |
I'm converting a VB6 project to 2005. I stashed Icons in an Imagelist that I used to change the icon of a Form (and System Tray) depending on circumstance - I confess Red to Green and Viceversa - VB2005 won't let me do this and I can't quite get my head around where I can stash ...
|
| new to datasets | 25 Mar 2008 18:56 GMT | 4 |
I have always just developed direct against SQL databases, so using a dataset is a new concept to me. I have to use a dataset now, as I can't point the crystal report designer to a sqlexpress database where the database is attached in the vb application.
|
| Process.Start - Network location | 25 Mar 2008 17:49 GMT | 2 |
I am trying to launch a vb script from the network using Process.Start. (VB .NET 2005) Here's the line I'm using: Process.Start("Wscript.exe",VBSFile,User,Pword,Domain)
|
| Help with Data in VS2008 Web Developer | 25 Mar 2008 16:54 GMT | 5 |
I'm using Web Developer in VS 2008. I have a MS Access DB that I want access the data to place into labels and fill dropdown list boxes. The problem is that I am use to VB 6 and ADO where I could just code
|
| Accessing public property on multiple instances of open forms | 25 Mar 2008 15:51 GMT | 4 |
I'm trying to get my feet wet in VB2005 (our new standard at work after officially stopping new development in VB6 about a month ago). I'm working with a simple sql 2005 table of 50 entries, one for each state. Each entry contains Name, postal abbreviation, etc. Just simple
|
| Edit Dataset with Designer - Bombs (send report to MS?) | 25 Mar 2008 15:15 GMT | 1 |
Xp Pro - VB 2005 - Sql Server 2005 - late learning .Net also When I try to use Edit Dataset with Designer to create a data table and a relation with that data table - VB 2005 bombs and I get the "Do you want to sent a report to MS".
|
| Convert CopyMemory to 2008/2005 VB | 25 Mar 2008 15:11 GMT | 4 |
I'm really having problems converting the CopyMemory function from VB6 to 2005/2008 VB. I'm using UDP to catch data from a real time system (intel MBII) then store data into SQL SERVER. Below is parts of my VB6 code. I'm not sure if I should dump the SocketTool's (3rd party ...
|
| classes and interfaces | 25 Mar 2008 14:42 GMT | 5 |
I've wrote a small class called Car and attached an interface iCar. So far, so good.... What i would like to know is ... What is the correct use for the interface...?
|
| System.ArgumentNullException | 25 Mar 2008 14:38 GMT | 5 |
This error occurs erratically at startup. It appears to be all native code. Does anyone have any idea what the heck could be cauing this? System.ArgumentNullException: Value cannot be null. Parameter name: pen
|
| Renaming files | 25 Mar 2008 13:53 GMT | 3 |
How can I rename a file on disk in vb,net? Basically I am looking for vb.net equivalent of the vba Name command. Thanks Regards
|
| Debugging main app with compiled DLL | 25 Mar 2008 12:30 GMT | 2 |
I am debugging a new VB.net app using INI functions from a pre compiled .NET dll. When I come to a line calling a function in the DLL, the debugger knows where the code of the dll is and shows it when I use F8 to proceed to the
|
| How to get all logged on user on a machine | 25 Mar 2008 12:08 GMT | 9 |
Hi Gurus, Is there any way to find out all the useres currently logged on my machine. I am using framework 2.0 with VB. I'll appreciate any help I get.
|
| Dump whole dataset to a new access table | 25 Mar 2008 10:02 GMT | 3 |
I have an application that needs to import XML files into Database. This XML file was generated by this: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
|
| Execute macro only for one solution | 25 Mar 2008 07:27 GMT | 14 |
I have a solution that contains a bunch of projects. When I save a file in any of the projects in this solution, I want to execute a macro that updates the project's assembly version. But I only want this behavior for this one solution. Is there a way to have a Macro that ...
|