| Thread | Last Post | Replies |
|
| Issue with MDI | 14 Nov 2004 17:21 GMT | 7 |
I have an app that has a parent MDI form and several different child forms. My issue is that when I bring up a new child form, maximized then close it and open a different one or the same one, the control box and the icon from the previous instance duplicates what is all ready there ...
|
| MSVBVM60.DBG ? | 14 Nov 2004 15:55 GMT | 5 |
After my VB app closes (after the startup form's terminate event executes) an error dialog pops up saying " MyApp has encountered a problem and needs to close." When I click on the dialog's Debug button, Visual Studio opens. The Context
|
| Do I have Visual Basic or not? | 14 Nov 2004 13:38 GMT | 2 |
Dear Participants, Why is Visual Basic not listed anywhere under the programs shown from the Windows start menu? I have Windows XP and Office XP 2002. I can open up the Visual
|
| VB6 and VB.net graphics | 14 Nov 2004 13:07 GMT | 1 |
 Signature hello I am doing some computer graphics/gaming with VB6. Is it worth getting VB.net because it is much better . Also is code in developing games in VB.net
|
| Collection object in ASP? | 14 Nov 2004 12:00 GMT | 5 |
How is it possible to instantiate an new collection in asp serverside?? Thanks, Ivan
|
| Form data to Access Db question | 14 Nov 2004 06:48 GMT | 1 |
I have a form built in VB 6.0 and want the data to be saved in an Access 2000 database. As a newbie, I don't know how to make that work. On the form I have a txtFName and txtLName controls. When I click Command button cmdUpdate I want the txtFName to be updated in the C:\Owner ...
|
| CommonDialog ShowOpen Doesn't Seem to Work Right | 14 Nov 2004 02:02 GMT | 2 |
I've been using VB for about 8 years, but I don't remember ever using the CommonDialog component. I tried to use it as a browse for file function just now and it doesn't behave as expected.
|
| Rich text box question | 14 Nov 2004 01:53 GMT | 6 |
I have a rich text box which I will dump 1000's of rows of string info into it. I am using this vs a Listbox since the listbox has certain limitations ( I think 32767 rows not sure). Anyway is there an easy way I can have someone select a particular row in the list box so that I ...
|
| Menu Editor in VB | 14 Nov 2004 01:04 GMT | 4 |
Can we change font of menu items(captions) of any menu crated using Menu Editor in VB. If Yes, Please furnish Details about how to do it. Thanks Pushpak
|
| How to access a remote pc | 14 Nov 2004 00:02 GMT | 2 |
i've an access database that's residing on a seprate computer, and the application runs on different machines accessing that "database on a server". Greatful for your assistance thanks in advance.
|
| Recordset Question | 13 Nov 2004 23:01 GMT | 3 |
I keep receiving this error "Rowset does not support scrolling backward" when I create a recordset from a SP on MS SQL Server. I get this error when I use the find method on the recordset. Here is the code: objCmd.ActiveConnection = optCnn
|
| Refresh Recordset? | 13 Nov 2004 22:35 GMT | 1 |
I have a disconnected recordset, this recordset could hold 1 record or several records. If for instance it holds one record and I want to then save my form so that there will then be two records in the database, I want to be able to reconnect the disconnected recordset, refresh it ...
|
| Yet more DAO SQL grief | 13 Nov 2004 22:10 GMT | 5 |
List: when I run my code, I get "Syntax Error in INSERT INTO statement" Here's the statement (with line feeds added) INSERT INTO Approvals (owner, ordinal, approverid, date, status) VALUES
|
| Database Question | 13 Nov 2004 22:03 GMT | 1 |
I am interfacing with a third party db application that uses a MS SQL as the backend. I have created some stored procedures that are used to manipulate the data. There are times when this third party application is updated which deletes the stored procedures that I have created. ...
|
| saving a record to sql | 13 Nov 2004 19:56 GMT | 2 |
I have a database where I want one field to never have duplicate data in it. But there will be times when I will have records to where this one particular field is blank. when it's blank, it is ok for there to be more than one record to have this one certain field blank. It is ...
|