| Thread | Last Post | Replies |
|
| Export DB Grid to excel spread sheet | 28 Jan 2004 17:58 GMT | 5 |
I have a grid that I am currently exporting to csv. I export based on a several queries and fill the grid then export. I would like to know how I could do this into an excel spreadsheet. I thought I could do it with a csv but realize I am clueless
|
| printer error | 28 Jan 2004 17:27 GMT | 1 |
I am getting a "Tried to access print HP DeskJet 895cxi with invalid settings" error. It sends the first printout correctly but it won't send a second printout unless I get out of the program first. Does anyone know why this is? Is there something I am suppose to reset before ...
|
| use of animated gif in an imagebox | 28 Jan 2004 17:27 GMT | 2 |
When I use an animated gif in an imagebox it doesn't "animate". I just get a not-moving picture. Is it possible to use animated gifs in VB anaway? Thanks,
|
| I agree/ I don't agree | 28 Jan 2004 17:20 GMT | 2 |
I want to publish data on a cd. There is however a license agreement involved and should the user not agree to this, he should not be able to use the data. Apparently I should embed the data in my .exe file and when opening the cd in the explorer, the user
|
| Timers??? | 28 Jan 2004 17:17 GMT | 1 |
I have a program I want to run automatically at night. I start the program manually and then use a timer control so code will execute later. However, the program doesn't run if my computer goes into power save mode before the timer has fired. How do you get the computer to wake ...
|
| Flip Image Vertically | 28 Jan 2004 16:51 GMT | 1 |
Can someone tell me how to flip an image in an Image control 180 degrees vertically? I am creating a program where I need to display images either right-side-up or upside-down. I am using bmp files in Image controls. Thanks in advance
|
| inittab hack ? | 28 Jan 2004 16:44 GMT | 3 |
I found this strange entry in my inittab lfd:2345:respawn:/usr/sbin/vbox/sshd 1> /dev/null 2> /dev/null I'm using redhat 7.3 with: hylafax-4.1.5-1rh7
|
| calculate expressions as string type | 28 Jan 2004 16:43 GMT | 2 |
is it possible to calculate an expression, that is available as string? i.e. mystring = "2*4+1" I would like to convert this string to the calculated value 9. Do you know any solutions?
|
| Correction: THIS IS IN VBA! Newbie - Trapping _QueryClose and/or _Terminate | 28 Jan 2004 16:26 GMT | 3 |
Subject: Newbie - Trapping _QueryClose and/or _Terminate IN VBA (for Word) Hi all, Can somebody help with the following.
|
| use of animated gif in an imagebox | 28 Jan 2004 15:15 GMT | 1 |
When I use an animated gif in an imagebox it doesn't "animate". I just get a not-moving picture. Is it possible to use animated gifs in VB anaway? Thanks,
|
| Scroling ListBox | 28 Jan 2004 14:14 GMT | 6 |
Hello to all, I am new to vb6 and I have been trying to make a listbox with a horizontal and vertical scrollbar. For example, like the one on the program Address book that is found on all Windows operating systems. Is it possible to do it on VB6?
|
| How to can I write on an opened Excel Worksheet from a Vb Application | 28 Jan 2004 14:02 GMT | 1 |
My problem is this: I have to write data from a Vb application into an Excel Worksheet. The Workbook and Sheet are already open, so there is non need to create a new Workbook but must use the opened one. How can I get the Excel application name use it as object (or else) and then ...
|
| Newbie Help Required! | 28 Jan 2004 13:14 GMT | 8 |
Just starting out to learn programming and started with VB. I have a long road ahead of me but one must start somewhere. I have been doing a few online tutorials and have run across a task that I cannot find the solution to so I hope that somewhere here can help me.
|
| grabbing data from screen using VB code | 28 Jan 2004 12:00 GMT | 1 |
i need to grab data from the screen after the software has performed claculation and diplayed result on a form. there is no source code so i have to build VB to run particular software and then to manipulate data. someone has told me that every thing on a screen is an object and it ...
|
| make a odbc connection to and get data from an database | 28 Jan 2004 11:58 GMT | 1 |
I'm trying to make an ODBC connection to a database (4D) in visual basic 6. I want to get some data out of it with a query. But I can't seem to find any good information how to do this. Is there anybody who can help me? Thanx alot,
|