| Thread | Last Post | Replies |
|
| Converting from an ancient BASIC to new database | 28 Jul 2007 18:14 GMT | 27 |
(Hope I'm posting this correctly, otherwise - sorry!, don't know what else to do) I wrote a set of programs "many" years ago, running in a type of basic, called "Thoroughbred Basic", a type of business basic. I need to re-write
|
| VB .net PayPal | 28 Jul 2007 15:17 GMT | 6 |
VS 2005 - vb .net - web forms I'm looking for some SDK and samples of how to interact with PayPal. I'm very confused with the search's I'm finding on Google and most are more then 2 years old!
|
| Compiler Error With Protected Friend | 28 Jul 2007 13:47 GMT | 3 |
Why do I get a compiler error with the following code. Friend Class SomeClass End Class Public Class SomePublicClass
|
| Problems with status strip... | 28 Jul 2007 11:36 GMT | 2 |
I am using a status strip in my vb.net 2005 project. I have a couple items added to it (labels). How on earth do I move them around in thre?? I have my status strip docked to the bottom of the form. I have tried undocking and moving them etc.. to no avail. I would really like ...
|
| Glass effect with VB.net? | 28 Jul 2007 11:34 GMT | 7 |
I've seen example code for doing Glass effects with C#, but not with VB.NET. Is there a web page that gives examples on how to do this?
|
| Cannot find Product Key | 28 Jul 2007 09:21 GMT | 4 |
I recently bought a new computer and want to install my VB.net 2003, but I cannot seem to find my product key anymore. Yes I have legal version with all CDs and blue box with all the information posters, but none of these papers or even the paper CD wrappings seem to contain the ...
|
| ADO Createdatabase | 28 Jul 2007 08:17 GMT | 6 |
I want to make a db sometimes 97 and sometimes 2000 compatible. on my system it always make an 2003 file. How must I do that? For the furure maybe I need 2007 again how? Jan
|
| Do you like the SplitterContainer? | 27 Jul 2007 23:56 GMT | 5 |
I had a form with 6 panels separated by 5 splitters. Thought I'd try the SlpitterContainer so I converted to 5 splittercontainers. The first container replace the first panel. It's second panel contained
|
| programatically remove authenticated users group & add IIS_WPG | 27 Jul 2007 23:30 GMT | 1 |
I am working on an application that will remove the NT authority/Authenticated users group and add IIS_wpg group along with other groups on IIS virtual directories. Can some one help me to find out a way to determin if IIS_WPG group and its default members exist on the web ...
|
| setting a default value for a combo box... | 27 Jul 2007 22:26 GMT | 2 |
In my vb.net 2005 project I have a few combo boxes where I want to set a default value. I am not binding these combo boxes - I am loading the values directly in code from a dataset. Obviously the default I am settign will be one of the values from teh drop
|
| Listbox Displaymember property requires just one field? | 27 Jul 2007 20:29 GMT | 1 |
Is there any way to bind several fields from an ADO dataset to a listbox?
|
| Creating Classes in VB.NET 2.0 | 27 Jul 2007 19:28 GMT | 2 |
I am having some trouble understanding scope when creating my component. Basically I have a primary class entitled permissionRights. This class creates several public properties of instances of other classes. Each of the other classes are not child classes of permisions rights. ...
|
| VB 6.0 Shortcut Keys Not Displaying or Working Correctly | 27 Jul 2007 19:11 GMT | 1 |
I have reinstalled Visual Studio 6.0 and service packs and am programming in VB 6.0 on XP machine. Since re-install of Visual Studio any shortcut keys created on menus using the & character fail to work correctly. Only the top menu level shows the highlighted (underlined) key ...
|
| Configuration Manager is Grayed Out | 27 Jul 2007 18:54 GMT | 1 |
I am in VS 2005 IDE, i have a solution with 2 VB.NET windows applications. Since about a week ago i am not able to change the build option to debug. Configuration Manager in the Build menu is grayed out no matter what i do. Does anybody know what i am doing wrong?
|
| my.Settings | 27 Jul 2007 17:46 GMT | 2 |
I was hoping to be able to use the my.settings space to store an installation date for my app, but it doesn't look like it's going to work. To write a setting at run time it has to have User scope. Does this mean the data would be stored seperately for each user?
|