Forum: Visual Basic 4 / 5 / 6 Aug 21st, 2006 |
| Replies: 5 Views: 5,360 Did you start your project as a VB EXE project or Active X DLL?? |
Forum: Visual Basic 4 / 5 / 6 Aug 7th, 2006 |
| Replies: 10 Views: 2,685 Do you have a recordset???
Then, you do the folling
With RS
Do until .EOF
lisbox.additem recordset.field
.movenext
loop
end with |
Forum: Visual Basic 4 / 5 / 6 Jun 16th, 2006 |
| Replies: 4 Views: 5,771 This is not a problem, you can do this: write an array of all sheet names (I believe it's woorkbook. sheetname ), then check if you have the name you need.
Here are some things I need to know... ... |
Forum: Visual Basic 4 / 5 / 6 May 25th, 2006 |
| Replies: 2 Views: 6,572 The EASYEST way to link to ANY data is by ADO using ODBC.
You can create the connection to excel like this:
Go to your control panel, in the administrative toold, look for the ODBC or Data... |
Forum: Visual Basic 4 / 5 / 6 Feb 3rd, 2006 |
| Replies: 6 Views: 2,381 I know there is a GetSettings and SaveSettings function in VB. Perhaps you can look into them and pass parameters as to which registry needs to be altered (SaveSettings). |
Forum: Visual Basic 4 / 5 / 6 Nov 7th, 2005 |
| Replies: 3 Views: 4,746 Are you conducting the search on a Windows or on a VB program?? |
Forum: Visual Basic 4 / 5 / 6 Oct 14th, 2005 |
| Replies: 10 Views: 9,446 Yes,
you can use an array of tools, the MS Internet controls and Internet Transfer control. you can create your own web broweser or simple open URLs. Try it out |
Forum: Visual Basic 4 / 5 / 6 Oct 14th, 2005 |
| Replies: 2 Views: 6,940 This can be accomplioshed with VBA. Basically, if the numbers are numerical, you can use VBA to count the records, add one to the new record, and concantinate (connect) the text string. If you need... |
Forum: Visual Basic 4 / 5 / 6 Oct 14th, 2005 |
| Replies: 10 Views: 9,446 Is the game you are talking about an online game??? For that matter, you can utilize the iNet tool |
Forum: Visual Basic 4 / 5 / 6 Oct 14th, 2005 |
| Replies: 4 Views: 2,025 You might also want to try Rich Text Boxes instead |
Forum: Visual Basic 4 / 5 / 6 Sep 28th, 2005 |
| Replies: 3 Views: 1,599 First off, are you starting in VB 6 or VB.Net?? Planet source code is a very good source www.planet-source-code.com to begin and it sounds like you know a little about programming so that will help.... |