| Thread | Last Post | Replies |
|
| Finding the dimensions of an array | 30 Jul 2006 17:13 GMT | 10 |
Is it possible to find out if an array has one, two, three etc dimensions ? like arrtmp(0), arrtmp(0,1), arrtmp(1,1,1) David
|
| How to show taskbar icon??? | 30 Jul 2006 17:12 GMT | 7 |
I have the project as follows: Project1.exe -> depend on an ActiveX Project2.dll : modMain.bas file Dim a As New Class1 Sub Main()
|
| Can I use SQL Server 2005 with VB6 Learning Edition? | 30 Jul 2006 12:33 GMT | 11 |
I have VB6 Learning Edition. I wanted to try VB.NET 2005 Express Edition. I got it along with some books on VB.NET. One of the books has the VB.NET software & SQL Server 2005. I installed both. I tried to learn VB.NET, but I got tired of the compiler complaining. Things were so ...
|
| How to access data in treeview | 30 Jul 2006 03:39 GMT | 2 |
'given a treeview with data in the form 'Root ' subLevel1a ' SubLevel2a
|
| Disabling Close control on VB form | 29 Jul 2006 23:40 GMT | 9 |
I know this is probably very remedial, but ............ How do you disable the Close control (white X - red box) in the upper right hand corner of a form? I searched the Properties and tried a couple of things but couldn't get it.
|
| VBA to VB.NET | 29 Jul 2006 21:49 GMT | 6 |
I have never used VB, so sorry for the novice questions. I have a very small app in vba that only uses excel as a place to put a button and some code that I need to move to VB. Now it seems soemone who uses it does not have access to excel.
|
| best way to search for multiple words through a query | 29 Jul 2006 18:56 GMT | 4 |
I'm looking for a way to search for multiple words in a database. There is however one but. The words have to be within a certain range of each other. For example I would like to find records which contain the word MALE
|
| Can I create dynamic menus at runtime? | 29 Jul 2006 17:23 GMT | 1 |
Is there any way to dynamically create a menubar on a form like you can dynamically create a button or any other component usign the controls.add method? I would like to be able to add dropdown menus during runtime, and be able to
|
| VB6 project directories | 29 Jul 2006 13:26 GMT | 8 |
I have a project that was given to me (not created on my development machine). I put all the files in a new directory in the VB98 tree like all my other projects. The project loads up fine but when I try to run it under the IDE it can't find a file that it needs:
|
| Help on saving information on application | 29 Jul 2006 09:47 GMT | 12 |
Hey guys! I am working on an inventory application for my company. I created a form where you enter the company information (name, phone number, etc) that will be permanently saved on the application at the moment
|
| Change Form's Titlebar at Runtime | 29 Jul 2006 09:44 GMT | 2 |
Looking for some code that will enable me to write the following properties of a form at runtime: IsResizable (true/false) ShowControlBox (true/false)
|
| How to show file extensions through vb code? | 29 Jul 2006 08:46 GMT | 8 |
I was able to set the registry setting to show or hide file extensions but it does not take effect until I go into folder options and hit the apply. What piece of code am I missing?
|
| Scanning barcode with control characters | 29 Jul 2006 08:31 GMT | 7 |
My application needs to scan a barcode that has control characters within the barcode. I use a USB keyboard wedge style scanner. When scanned into a textbox VB strips out the control characters. My application is built around scanning everything into a textbox. Is there any ...
|
| Package and Deployment Wizard | 29 Jul 2006 05:53 GMT | 10 |
I don't normally use the VB Package and Deployment Lizard but I've just been giving it a try and I've come across a rather annoying problem. After installing a small VB test program I looked for it in the Control Panel "Add and Remove Programs" applet and the applet took ages ...
|
| SendKeys on a locked workstation | 29 Jul 2006 03:07 GMT | 2 |
I developed a short VB6 program meant to run unattended. It has no forms. The program calls the Shell function to launch MS-Access and does a series of SendKeys to perform various functions. The program works as expected when I run it from the IDE or invoke it from the command ...
|