| Thread | Last Post | Replies |
|
| What Should I be using - ADO, DAO, SQL, etc.????? | 24 Oct 2006 18:04 GMT | 26 |
Want to know what data access methods I should be using for the next year or so (using VB & Access). Currently working on VB & Access applications. I've looked online and have found a mixed bunch of code/comments. I'd like to settle in and focus in on the method that
|
| defining a range for entered data | 24 Oct 2006 17:17 GMT | 16 |
Newbie in VB6 SP6. Users enter data in Text1.Text. The data should be any number between 10 and 300. If they enter anything else (including text characters or even leaving it blank), a massage box should remind the user to enter only a number
|
| Launching IE and Posting DATA (partial code included) | 24 Oct 2006 15:25 GMT | 7 |
Greetings - I have an app that I need to launch IE and post data to a page. I have no problem launching IE through the code below but it currently places the data in the querystring. There is not a problem with using the querystring, however, it does not allow me enough room to ...
|
| Calling form in DLL. | 24 Oct 2006 14:42 GMT | 1 |
I have a DLL written in VB with a form inside it. usually I also write a class to this DLL and call this routine from main VB applicaiton. and this routine shows the from thar exists in DLL. I need to direct access to forms in DLL. I found some information in the net
|
| Toolbar Button press only once | 24 Oct 2006 12:46 GMT | 6 |
I use a MDI form with a toolbar. On the toolbar I have a button which is used to zoom in or out on a Childform. For every click the images on the childform get one click bigger or
|
| Need help with Hello World--MS Visual C++ 6.0 | 24 Oct 2006 12:13 GMT | 3 |
For some reason I cannot get my HelloWorld program to display "Hello World!" on the output window. My program compiles, links, and executes without errors. After executing this program a window appears with a white background and no text. I am running MS Visual
|
| Instanciar MENUES | 24 Oct 2006 09:19 GMT | 2 |
Hola, necesito instanciar desde un form child un menu que tengo en un formulario MDI el menu en cuestion es frmprincipal.mnucontextual
|
| Get form X and Y for PopUpMenu... | 24 Oct 2006 09:12 GMT | 12 |
I have a form (vbPixels) with a popupmenu. To show the menu I have the following code: Private Sub Form_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
|
| Create a folder for every user and set permissions | 24 Oct 2006 09:10 GMT | 2 |
I work for a school with over 1000 pupils, and i have been asked to create a folder on a member server for each student (one folder for each student). The student will need full control for the folder, and users will need read access. Is this possible with a VB script?
|
| Type mismatch error with Inet control all of a sudden | 24 Oct 2006 08:26 GMT | 5 |
Just recently, I started receiving a type mismatch error when my app tries to download a .txt file from an FTP site. This has been working fine for a long time and now the error appears but I haven't made any changes. Here is basically what I am doing.
|
| VB6: 16x16 and 32x32 application icon | 24 Oct 2006 00:32 GMT | 8 |
I would like the application icon, the icon associated with the EXE file, to contain both the 16x16 and 32x32 ICO formats. For the desktop shortcut, Windows would use the 32x32, but for Windows Explorer Details view Windows would use the 16x16. I tried attaching a dual image ICO ...
|
| Using multiple UDT's? | 23 Oct 2006 21:04 GMT | 21 |
I use an array to load data on a form: Public Type LINKDATA pIcon As Long sLabel As String
|
| Problems with booleans in different languages | 23 Oct 2006 14:40 GMT | 8 |
I'm doing some maintenance on one of our legacy products. One of our Italian customers gets a data type mismatch error. This problem is caused because the application stores all of the data to be saved into a string to pass it between the application layers (which is really nice ...
|
| change | 23 Oct 2006 14:37 GMT | 13 |
Hello, I want to let the commandbutton1 to change for example the letter "a" into letter "z" and letter "b" into "y" and so on from the textbox1 to textbox1 again... how can this be done?? Thanks in advance...
|
| Form_Terminate arrives, but window does not go away | 23 Oct 2006 11:55 GMT | 10 |
I have a pretty complex application written mostly in VB6 (with some ActiveX-Compoenents written in VC). There's one form which holds an AX-Control displaying something like an outlook calendar (written also in VB).
|