| Thread | Last Post | Replies |
|
| How do I print MSFlexGrid data? | 30 Jun 2004 23:50 GMT | 5 |
I've written a simple program in VB 6.0 to list all my MP3 files. To show them on the screen I used an MSFlexGrid named TextGrid (which is not associated with any table or text file) in the following code run by a button (the files are all in the format "Artist - Name Of Song" in ...
|
| Data Grid | 30 Jun 2004 21:48 GMT | 1 |
Gentlemen, This is the first time I'm using a data grid so bear with me. It seems I can only set up 2 columns (0 and 1) am I doing something wrong? I looked at the documentation but there's nothing there.
|
| ActiveX controls and web folders | 30 Jun 2004 21:20 GMT | 1 |
If I have an activeX control on a web page, what path should I be using to locate files on the web site? Should it be the domain name? The control works fine from the hard drive, but if I change the path to the domain name, the control stops working altogether.
|
| shell in VB6 | 30 Jun 2004 19:48 GMT | 36 |
I am an absolute newbie in VB, so I have a lot of questions in the future. Now I have a little problem. I tried to open an application like this: Private Sub Command1_Click() Shell "C:\Program Files\acd systems\acdsee\5.0\acdsee5.exe", vbNormalFocus
|
| VB Filter using NOT LIKE blows up | 30 Jun 2004 18:26 GMT | 5 |
The expression rst.filter = "Code NOT LIKE '%10%'" causes VB6 to give me the error "Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another" (one of my favorities). It works fine if it's LIKE instead of NOT LIKE. I can't find any
|
| Passing Variables Question ....Revisited | 30 Jun 2004 18:17 GMT | 1 |
I asked a question here earlier about passing variable and received some help his is my finished product (this is done in the code window in MS Access) Dim stDocName As String
|
| fast bit check | 30 Jun 2004 17:00 GMT | 6 |
occasionally i would like to check if in a Long integer a bit is checked or not i use now: B = CBool(x And 2 ^ j) 'where x and j are integers.
|
| Transparent Picture | 30 Jun 2004 16:28 GMT | 10 |
I need a little bit of help, I can't seem to find what I'm looking for. The background of the form is a tiled picture filling the whole form. I would like to be able to put a picturebox on the form where one colour of the picture in the box is transparent, so that the tiles on the ...
|
| opening folders | 30 Jun 2004 16:26 GMT | 3 |
I'd like to streamline a daily repetitive task, and I was hoping someone could show me how to do this. Several times a day I need to open 3 different folders (always the same 3), and also open a command prompt window in which I always go to the same directory. I've already ...
|
| CopyMemory confusion... | 30 Jun 2004 12:53 GMT | 2 |
I'll try to keep this as short and to the point as I can... I'm doing a rewrite of some classes I downloaded from VBAdvance, image processing... I'm not all that familure using the CopyMemory API (RtlMoveMemory) and have
|
| How to use CreateObject()? | 30 Jun 2004 10:50 GMT | 2 |
Can someone please give an example of the usage of CreateObject()? O:-) I need to create an instance of a class (defined in my app) whose name is in the resource file. I tried this:
|
| Split function | 30 Jun 2004 09:08 GMT | 2 |
I used the Split(txt,vbcr/vbcrlf) to split an text into several lines, this will normally return one line of text. But sometimes it return two lines. What are I doing wrong? Regards
|
| Menus In Packaged App | 30 Jun 2004 03:37 GMT | 1 |
I'm using VB6 (SP5). I have an app that I have packaged & distributed with Setup Factory 6. No problems. However, all of a sudden (well after making so program changes & repackaging
|
| File writing | 30 Jun 2004 03:31 GMT | 3 |
Does anybody know how to write to a file so that the contents cannot be viewed by a text editor?
|
| Question about controls | 30 Jun 2004 02:59 GMT | 1 |
I will try to simplify. I have a 100 buttons on a form. The buttons all have unique names and are NOT in an array. The name of each button is displayed in its caption. There is also a textbox (Text1). When the user types in the name of one of the hundred buttons (eg. ...
|