| Thread | Last Post | Replies |
|
| no array | 27 Jan 2004 17:52 GMT | 3 |
thanks, but i'm not using an array i have 63 textboxes (witht the price of that article) now i wont to make an other textbox, with the largest price. thanks
|
| msflexgrid | 27 Jan 2004 16:40 GMT | 1 |
I defined MSFLEXGRID in form 1 and need to populate from form 2. How can i do that. Please help
|
| exit vb and log off as xp user | 27 Jan 2004 16:34 GMT | 1 |
I'm using VB6 and Windows XP. For an user on my computer (my 3 year old daughter) I wrote a program in VB. For reasons of security the program automaticly starts as she logs in on her user-account. Now I'm wondering if it's possible to automaticly log off at the moment the
|
| Retrieving user profile information | 27 Jan 2004 15:00 GMT | 1 |
Bit of a newbie in these parts, so hi all. I'm trying to find a way of getting the current user's profile (as set up in the Active Directory of a Windows 2000 server) in a VB6 application. I've found out how to get the current user's name, domain and also the domain
|
| Using Excel in Visual Basic | 27 Jan 2004 14:24 GMT | 5 |
I have a VB6 application running on NT. All the app does is open a .csv file and then save it as .xls with a password as below. It's been working fine for several weeks, but failed today. It finishes without any errors, it just doesn't do convert to xls part. It prints the
|
| Color Class question | 27 Jan 2004 10:09 GMT | 4 |
I get a single pixel from an image as a color object and then pass the ToArbg method to convert the color pixel object to an Integer number It returns -8291226 (in this example)
|
| reinstalling vb5 | 27 Jan 2004 07:24 GMT | 1 |
Help, my hard drive crashed and I don't have a backup. I've been reinstalling all of my applications from their original disks, however I don't have the CD key code to reinstall vb5. Is there any way around this?
|
| raw image data -> picturebox ? | 27 Jan 2004 05:34 GMT | 2 |
i receive from a dll a pointer to raw image data (307200bytes grayscale values). can someone explain how i can put this image data in a picturebox in VB? or can someone post code to do it please ???
|
| return image from function | 27 Jan 2004 04:49 GMT | 3 |
hi, I have a project which has image1-8 on one form and again image components named image1 thru to image8 on another form. i have this function on one of the forms which causes error 91. i added the Me keyword in just in case there was a conflict due to the image names being the ...
|
| Memory Leak in VB App | 27 Jan 2004 04:36 GMT | 2 |
I have an app that i've developed in VB6(SP5). I installed it on a friend's PC and after a while get an error message 'Not enough memory'. Also on WinXP it says it's running low on Virtual memory. I've gone through the code looking for instances of where i've not
|
| Toolbar effect | 27 Jan 2004 02:57 GMT | 5 |
Is there a way to create a toolbar effect on mouseovers without using the toolbar control? Basically, I have command buttons with pictures that I want to appear flat on a form until the mouse moves over them, which gives them a 3d look. Are you even able to set the "appearance" ...
|
| GET DOCFILE TEXT STREAM THROUGH APIS | 26 Jan 2004 23:53 GMT | 12 |
Does anybody have a piece of code to extract only the text stream from a word document (version 6 to XP)? I know some OLE apis, like STGOPENSTORAGE, but I don't know how to use it. I need too that it works with COMPLEX and NON-COMPLEX files.
|
| auto fill fields on opening word document | 26 Jan 2004 22:30 GMT | 1 |
I have a separate directory containing Word Document work instructions for use in a Quality Management System. The directory also contains a separate Word Document index of all work instructions, with a table containing hyperlinks to each relevent document.
|
| Transparent Image Overlays | 26 Jan 2004 20:07 GMT | 1 |
I am looking for a means of transparently overlaying an image onto a background in VB 6. I have been looking at Bitblt as a means of doing this, however, I am unable to understand exactly how to get it to work. The situation for the program is that I have a background image (approx ...
|
| Variables in Variable Name | 26 Jan 2004 18:04 GMT | 2 |
The most basic way to ask my question if there is anyway of doing this would be a program that did: Dim test1 = 1 Dim test2 = 2
|