| Thread | Last Post | Replies |
|
| Canvas.Pixels in vb6 | 23 Aug 2005 11:19 GMT | 11 |
I need to convert a delphi instruction to a vb6 instruction. The Delphi instruction is: Canvas.Pixels [ x, y ] = c Does anybody can help me? I tried to find on newsgroup but I have not
|
| Moving files difficulty | 23 Aug 2005 09:38 GMT | 14 |
Hi Gurus, I am trying to simply move a couple of files from one folder to another. I wrote
|
| Showing printer with CommonDialog | 23 Aug 2005 04:21 GMT | 1 |
I'm using VB6.0 to write an application which prints a report. The problem I have occurs when I try to allow the user to select the number of copies and which pages to print. Using the code below doesn't show the printer box to allow the selections to
|
| "Static" methods in VB? | 22 Aug 2005 15:25 GMT | 4 |
Can VB classes have "static" methods as in C++?
|
| EXE Hangs | 22 Aug 2005 14:55 GMT | 5 |
i have many VB apps running on XP Clients When a simple error occurs ('Invalid use of Null', 'Type Mismatch'.... ) and it's not trapped by code, the Exe just close but the process is stille alive in Task Manager.
|
| Lotus Notes and Visual Basic | 22 Aug 2005 13:36 GMT | 1 |
Hi Newsgroup, I'd like to get access to some LotusNotes Objects in my Visual Basic 6 application. My question:
|
| Make APP.EXE disabled | 22 Aug 2005 10:00 GMT | 2 |
All of a sudden, the options to MAKE myApp.exe and MAKE Project group have become disabled within VB6 (SP6). Even a reboot on a brand new project is doing this. Just started today.
|
| Is there a Property of a ListBox so the selected item gets unhighlighted if the focus of the ListBox got lost | 21 Aug 2005 23:56 GMT | 2 |
I've several ListBoxes and FileListBoxes in my Form. With the Tab key I jump from one FileListBox/ListBox to the next one. If the focus of a FileListBox got lost and I do a refresh the selected item of the FileListBox gets unhighlighted. However, this only works with a ...
|
| populate textboxes with a loop?? | 21 Aug 2005 17:46 GMT | 4 |
Apologies in advance if this sounds slow-witted, but I didn't find it here. Need to populate some textboxes on a form. While I could hard code it (the number of options aren't that high), it would be more compact/efficient to use a loop.
|
| Brain Fart | 21 Aug 2005 17:00 GMT | 15 |
I'm havin' a bit of a brain fart here fellas! I'm trying to adjust a value such that it is an exact multiple of 4 (increasing its value if it is not already an exact multiple of 4). Also, I'm workin' on the assumption that the language I'll be using doesn't have the "integer
|
| [VB6] How to detect right click? | 21 Aug 2005 11:44 GMT | 2 |
How can I detect when a user right-clicks on a control?
|
| datagird | 21 Aug 2005 04:45 GMT | 3 |
I need to know how I can display data into datagrid. I was able to display a field from my table onto a textbox fine. I can create a datagrid on my form but how can I relate this empty dbgrid with my recordset.
|
| Scaling an StdPicture object | 20 Aug 2005 23:54 GMT | 2 |
A long time ago I wrote a little program to configure and autochange my wallpaper. I recently dusted off the code to make some modifications and I don't know how but my code is missing a routine. Maybe it was a module that disappeared.. I don't know. Anyway, the problem I am having ...
|
| Urgent: withevents (VB6) | 20 Aug 2005 23:36 GMT | 5 |
I have two classes that both control a different form. The first class controls a form with a flexgrid with a list of articles. It has two buttons, one for new article and one for adjust article. A push of one of the two buttons opens my second form controlled by my second class. ...
|
| Easy installer. MSI or others? | 20 Aug 2005 15:27 GMT | 2 |
I need to make an MSI or similar archive that installs several VBPs at a time. Is this possible? Is the simplest option MSInstaller or it is best to use another installer software? Thanks to all in advance.
|