| Thread | Last Post | Replies |
|
| How to i count all Mon, Tues,Wed, Thu, Fri in the current month | 09 Feb 2007 19:50 GMT | 13 |
Hi: Can any one please tell me how to i count total Monday, Tuesday, Wednesday, Thursday, Friday in the current month. For example February has total 4 Mondays, total 4 Tuesdays, total 4 Wednesday, total 4 Thursday and total 4 Fridays. So the total is 20 means exclude the
|
| Transparent bitmap background | 09 Feb 2007 19:20 GMT | 4 |
I am using VB6 and want to have a bitmap with transparent background on my form. How can I do that? Thanks.
|
| Programs as collections: MDI, SDI | 09 Feb 2007 16:55 GMT | 1 |
If I understand correctly MDI is a collection of different forms in one container and Windows will only allow one MDI instance (only one active MDI application at a time).
|
| More P&D Woes | 09 Feb 2007 15:09 GMT | 3 |
I'm wanting to use the P&D wizard to make an installation package. A while back I played around with adding help to my application, but didn't finish. Now the P&D wizard says its can't find the HELP1.HLP file. Now I can't remember where I set a reference to this file. Its not in ...
|
| create (data)class which implements columns of sql tabel as proper | 09 Feb 2007 13:33 GMT | 1 |
I the project I am working on I need to create a class for many tables with many columns in a sql server db. It would be very handy for my if i could create automatically all classes with all properties.
|
| Creating log file in Visual Basic | 09 Feb 2007 13:28 GMT | 5 |
How can I create a well formatted log file in Visual Basic 6.0. This log file should contain all the information about the tasks i do while Browsing internet. The log file created should be properly indented and there should not be any
|
| help with listview box please!!! | 09 Feb 2007 10:34 GMT | 6 |
i have a listview box and i need to perform an action when certain items in the list are clicked on, but i can't seem to get it to work. in the onclick event i typed the statement from the vb book we have at collage: Dim item As ListItem
|
| Resource Files for Data | 09 Feb 2007 10:25 GMT | 3 |
I've used resource files for years to hold bitmaps and icons in my apps, but that's about it. I have a program that uses a lot of data which I input from binary data files, which I have to write code to save in that format (I don't want plain text files for security reasons).
|
| SQL Server 2000 to Text File Using Jet OLEDB Provider Of VB6 | 09 Feb 2007 10:21 GMT | 5 |
I am trying to export a SQL Server table data to a text file and have written the following code. It comes up with a message "Syntax Error In the From clause": Dim objConnToText As ADODB.Connection, strSQL as String
|
| Active shape/item/element in Visio | 09 Feb 2007 09:15 GMT | 2 |
I try to get access to an active shape in MS Visio. It looks like it is not so easy. It is easy to get access to the activewindow and to the activepage. But there is no property for the activeshape. So my question is, how can I get access to any active element in windows by using ...
|
| text box question with VB6 | 09 Feb 2007 08:33 GMT | 2 |
I'm 10 and just learning VB6. I have a question. I have a form that has two text boxes on it. One text box at the top, and one text box at the bottom. I want to be able to type something in the top box, and have it appear in
|
| FSO compare files | 09 Feb 2007 08:16 GMT | 2 |
I'm using FSO.GetFileVersion to compare versions of EXE files located in the program folder and on the server. If versions are different then I replace the local EXE with the server copy. That's how my automatic upgrades work.
|
| Rich Text Box | 09 Feb 2007 08:11 GMT | 2 |
Good Morning Using VB6 on WinXP with SP5 I need to be able to do word wrap in cells in a Rich Text Box control but think I am getting conflicts between the .dll files of the
|
| Running a MySql script through VB6 | 08 Feb 2007 23:34 GMT | 1 |
I need to run a MySql script through a VB program. Could anyone provide the syntax for this. Assuming the name of the file is MySql.sql, how would you use VB to execute this script?
|
| Just want to get button from a 20 button USB joypad set | 08 Feb 2007 23:08 GMT | 2 |
Can't believe how hard its been to find any info on this. Basically I have VB6 and a set of Buzz! joypads, which consist of 4 x 5 button joy pads that are all connected through the 1 USB port into my WinXP SP2 machine.
|