| Thread | Last Post | Replies |
|
| Datasource from string | 18 Mar 2008 19:26 GMT | 4 |
Is it possible to create a datasource for dataview control for an sql string? Thanks Regards
|
| using vb.net DLL class in inline 1.0 code without referencing DLL in project?? | 18 Mar 2008 18:45 GMT | 5 |
Old vb.net asp.net 1.0 vb.net website. We don't have sources, nor can I compile it. One the pages must be replaced to simply redirect to another webserver/ website page, but I need to send some of the session info that the
|
| where is the real VB group? | 18 Mar 2008 18:42 GMT | 35 |
hey I went to Microsoft.Public.VB today and google says You cannot post messages because this group is only available as an archive. I'd like to know where the real VB newsgroup is?
|
| optional param in Method | 18 Mar 2008 17:23 GMT | 10 |
VS2005 Pro I have confusing results from an optional parameter in a method. Public Shared Function Parameter(ByVal parameterName As String, ByVal parameterValue As Object, Optional ByVal db_Type As FbDbType = Nothing) As
|
| 'Option Strict On disallows late binding' problem | 18 Mar 2008 16:02 GMT | 4 |
I am trying to create a Microsoft.XMLHTTP object via below code; Dim oHttpPost As Object oHttpPost = CreateObject("Microsoft.XMLHTTP") oHttpPost.Open("POST", "www.myurl.com", False)
|
| User settings revert to defaults on re-publishing application | 18 Mar 2008 15:20 GMT | 3 |
If I provide a user with the ability to change some settings in a VS2005 solution using my.settings and then republish the application to fix a bug or add a new feature the settings get lost due to the change in version numbers and revert back to my default project settings. I ...
|
| CONTROLS - Copy/Paste : inverted pasting order ! | 18 Mar 2008 14:46 GMT | 2 |
after having placed several controls on my form (in example Buttons) placed in vertical order, like this Button1 Button2
|
| Does code know the name of the Sub of Function it is in? | 18 Mar 2008 14:42 GMT | 6 |
I wanted to write up a generic Try/Catch that I could put in everywhere to find a very stubborn problem with "Publish"ed, distributed code (it runs on about 50% of target XP machines). Something is missing from the distribution and the program won't tell what.
|
| Datagrid and Icon | 18 Mar 2008 13:36 GMT | 3 |
I have a table "phonenumbers" and to simplify this example... it has 2 columns. PhoneType -Int Phone - Char
|
| exit command | 18 Mar 2008 09:25 GMT | 1 |
i created an exitstrip tool on my system and i want my system to ask the user if he/she really wants to exit the application. but when i add a command on the forms close button my exitstrip tool doesn't work well. this is my command on my exitstrip tool:
|
| Would like your input | 18 Mar 2008 07:38 GMT | 1 |
With everybody's help here, I have neared completion of an inventory program for my company. It uses a barcode scanner to remove parts from storage. The user will have a way to print new barcodes for products that are not labeled. It also has a couple reports (Crystal Reports) for ...
|
| Network Connections | 18 Mar 2008 07:37 GMT | 2 |
We have an application that uses an access database. Some of our client have requested a Client /Server version that they can use over their wan. I have created a simple server that queries the database and then
|
| Application Design | 18 Mar 2008 07:34 GMT | 4 |
I have VB6 project and I need to upgrade it to VB 2008. The current project uses SQL Server database, contains about 100 modules (forms, standard and class modules). It is pretty weak with graphics and has resolution independence (not good enough to be happy with it).
|
| Convert VB.Net 2008 Objects to JavaScript? | 18 Mar 2008 06:29 GMT | 2 |
Experts I've heard that its supposed to be easy to use VB.Net objects directly with JavaScript using ASP.Net and Ajax in Visual Studio 2008. I can't find any info anywhere on how to do this, and its proving to
|
| VB Scalar Declaration Error | 18 Mar 2008 06:05 GMT | 6 |
I get the following error when I debug my program: ERROR [42000] [Microsoft][SQL Native Client][SQL Server]Must declare the scalar variable "@dbOfficeName". It throws the error on this statement:
|