| Thread | Last Post | Replies |
|
| ImageList_Draw help | 14 Feb 2005 19:51 GMT | 1 |
Im trying to use ImageList_Draw to draw a image as transparent however im not sure if im doing what im doing correctly. I currently have a form with a imagelist called ImageList1 with one image of index 1 and picturebox called picture1.Image.
|
| VB4-16 Error 3085 (Undefined function IsNull in expression) | 14 Feb 2005 19:14 GMT | 3 |
I'm having an odd problem that I have failed to find a solution for. I have a legacy VB4-16 application that will be rewritten this summer. In the meantime I have some users that cannot run certain sections of the program when they are on an XP machine. The codes is most likely ...
|
| How to I programatically highlight a line of an MSFlexgrid? | 14 Feb 2005 18:55 GMT | 3 |
List: I've several flex grids that I use. I've a number of command buttons that act on the currently highlighted line of the grid. Works a treat. But I can't seem to figure out how to highlight a line when I display
|
| BackColor CheckBox | 14 Feb 2005 16:36 GMT | 1 |
I want to change the backcolor of the small white square area where you checked a checkbox. The backcolor property changes only the backcolor of the caption area, and that is not what I need.
|
| Simple: Excel jet 4.0 VB 2005 Link | 14 Feb 2005 16:28 GMT | 1 |
I need to link an excel file to a VB.Net program, so that the host computer doesn't need excel on it to read the cells. I don't need any functions of excel, just values from cells for viewing in textbox's. I am trying to link the file using the database explorer, but, after right
|
| How do we instal ocx files? | 14 Feb 2005 15:51 GMT | 7 |
I am not sure exactly how we install ocx files. When I load my project there is an error message that Dwshk32.ocx could not be loaded, even though I had copied it to ...system32 and I also placed another copy with the project directory, so
|
| Daylight Saving Time Question | 14 Feb 2005 14:22 GMT | 2 |
How can I tell if the time displayed on my computer is Daylight Saving Time as opposed to Standard Time ?
|
| read/write file control - need help. | 14 Feb 2005 13:49 GMT | 3 |
I need to keep control of a network file so that only 1 User can have it open for read/write. User A would access the file and get read/write access. Anyone else, who tries to access the file, while User A has it open, would only be able to read it. I would disable all the ...
|
| What does & mean after a variable? | 14 Feb 2005 13:43 GMT | 4 |
Im trying to understand how this script is all working and i dont understand what this code means. The line is r& = ImageList_Draw(hImg, tSHFILEINFO.iIcon, pic.hDC, 0,0, ILD_TRANSPARENT) My question is what does the & do?
|
| how to rename a folder using win API | 14 Feb 2005 11:59 GMT | 1 |
I am new to VB 6.0. how to rename a folder using win API Thanks in advance
|
| How to detect a previous running process? | 14 Feb 2005 09:27 GMT | 3 |
I have an app that is headless and runs from the task scheduler. Periodically the process get hung, in which case I am trying to detect this an not start another one. I have tried the PrevInstance property of the App object, but that only seems to work if the app is minimized ...
|
| WORD - Count number of keys pressed | 14 Feb 2005 09:12 GMT | 8 |
I need to write a program in VB6 that will launch Micorsoft Word, my secretary will then type a letter. I need VB to know how long it took to type and how many keys were pressed - or how many words were typed. I am lost as how to do this? Maybe a macro in Word?
|
| Strange runtime 5 with MsgBox | 14 Feb 2005 08:29 GMT | 3 |
I do not think this is a bug but during my 6-7 years of coding VB I've never seen this before, I cannot submit the code since it's probably several pages long even if I cut out as much as possible, I've tryed to create a new super small project and reproduce the strange behaviour ...
|
| Insert record with datetime column in SQL with VB6 | 14 Feb 2005 04:37 GMT | 13 |
Im using "INSERT TO.." (vb6) to add record in SQL database... my problem: I get error using Now function for a datetime column If I use date variable with any date..get 02/01/1900 in datetime column ????????
|
| Form Stay At Bottom...? | 14 Feb 2005 04:24 GMT | 4 |
Hello Friends, I am working in an MDI environment and I need to a form to saty at the bottom. I have looked all over but have not found a solution. I see plenty of the "stay on top" solutions but I need a way to keep a form at the bottom
|