| Thread | Last Post | Replies |
|
| Would there happen to be... | 04 Oct 2003 01:19 GMT | 2 |
By any chance, would there happen to be an API function available that would allow me to terminate a process by name (as it appears in the task manager list) ?
|
| What is API? | 03 Oct 2003 22:26 GMT | 1 |
I've been working with visual basic for several years, but all know is what I thought myself and what I've learned here. I know details of some things, but I'm a newbie with others. The letters API pass often in this newsgroup, but there's no place where I can get description of ...
|
| VB6 and Excel (2000) | 03 Oct 2003 21:29 GMT | 3 |
I have an application written in VB6 witch writes data to an Excel document. It runs OK but once in a while Excel seams to hang when my program ends. Anyone knows a solution to this problem or am I doing something wrong? My code looks like this:
|
| Command Buttons | 03 Oct 2003 17:13 GMT | 3 |
What would be an example of code to get my command button to switch to a different form in my project?
|
| read BIOS or HDD or Machine Serial Number | 03 Oct 2003 17:08 GMT | 1 |
Hi, I'm a newbie to programming of any kind. I have posted this to other groups in a hope to get a response from anyone. Can any one tell me how to make my VB program read the Bios serial number (or would HDD be better, or both?) and put that info into VB prog so the
|
| ADO SQL statement coming back wrong | 03 Oct 2003 16:22 GMT | 2 |
Someone please help. I have a peice of code (below) that when run from VB returns a value of -2 but when I run the exact same SQL statement from Access it produces the correct value of 7. Can anyone help? Table: tblResp
|
| default for command box | 03 Oct 2003 16:10 GMT | 1 |
Hello. I have a program that when it starts up, the cursor is blinking in the text box. That's good. I was just wondering how I can make the command box underneath it (we'll say it calculates some value based on whatever the textbox holds) trigger a click event when I press ...
|
| Closeing VB...Leaves blank button on the Taskbar...TiA | 03 Oct 2003 12:56 GMT | 1 |
When I close down my dev....it leaves a blank button on the task bar.... Anyone know how to fix this prob.... I run visual studio 6 w/ sp5....
|
| Tax calc | 03 Oct 2003 04:22 GMT | 2 |
Hi.....have a small staff of 6 employees and VB installed, and wish to calculate their wages (and don't wish to go down the Sage/Quick Books route). Can anyone help with a simple bit of code to accept input of hours and
|
| "Cannot Quit" error in application when shutting down WinNT 4.0 | 03 Oct 2003 04:15 GMT | 5 |
The application I have been developing is great except one flaw. When Windows NT shuts down, it doesn't send the Event to my application (if it did, it would close all of the open forms and kill an activity flag I create on launch) and an error comes up that says "Cannot Quit". I ...
|
| read from LAN | 03 Oct 2003 03:47 GMT | 5 |
Can anyone give me a code fragment in visual basic that will read from a device on my LAN? I looked in several books at B&N and found nothing. I posted this question two days ago and received absolutely no response.
|
| arrrrrgh! hellllp! I'm going MAD | 03 Oct 2003 03:34 GMT | 1 |
I have been trying to figure out this problem for at least a YEAR now. When I try to use a .manifest file in the same folder as my app, -sometimes- it give me a System Error type of beep when you try to start it, and then just doesn't run. As soon as I delete the manifest
|
| Run option remains editable | 02 Oct 2003 23:55 GMT | 2 |
I have a millenium system, and am using Visual Basic, version 6.0. All of the previous programs I have developed work normally. However, the one that I am developing now, shows the blinking cursor in text boxes, and I can edit
|
| Creating programs that will control my computer | 02 Oct 2003 22:10 GMT | 4 |
I looking for a source (book, on line tutorial, etc.) that will introduce me to writing programs that control my computer. For example, a program that enters bids on eBay automatically. Or a program that reads and operates on data from a website. Another
|
| Anagram a word | 02 Oct 2003 22:02 GMT | 1 |
Thanks for reading this. How do I list all possible permutations of a word? I've figured out how to get all the characters in alphabetical order. I then want to display every possible character permutation in sequence, like so:
|