| Thread | Last Post | Replies |
|
| byte Swapping | 17 Dec 2004 16:40 GMT | 14 |
Hi all, im really newbish when it comes to VB, so this question might sound a little stupid ^^ Ive got an integer(in Visual basic 6.0 int has 2 bytes as far as i know) and i want to swap them bytes... in c there is a function called
|
| Event handling precedence | 17 Dec 2004 15:47 GMT | 1 |
I have a piece of VB code (.NET 1.1 - VB 2003) that loads data from a database through a timer. So the timer is setup and from it I call the procedure that loads the latest records from the database. This works fine. However, I attempt to notify the user when data accesses occur. ...
|
| Help! | 17 Dec 2004 14:38 GMT | 1 |
Good Day All, I am using an application that makes use of VBA to control some of its processing. I am currently getting an Automation Error when I attempt to access and object. The exact error code that is being tossed is:
|
| My VB Program will not die!!!! | 17 Dec 2004 14:36 GMT | 25 |
Okay, I'm sure this problem has come up before but please help! I close down my program but when I look at the Task Manager the program is still running! BUT I can't switch to it. I can only terminate it. Here's what I've done so far to fix this annoying problem.
|
| FTP for a recurring beginner. | 17 Dec 2004 14:17 GMT | 1 |
I'm writing my first app in VB6 after having last coded in VB3 back in the EARLY 90's and then back in QuickBasic and VB-DOS. I'd like to be able to store an FTP address, port, username and password and then log into the FTP server, traverse the directory
|
| Returning the time WITH all the numbers. | 17 Dec 2004 14:11 GMT | 2 |
I am trying to get make something to work that uses the between statement for what the time is but the time is never returned with all the 0's (93), so is it possible for it to be displayed like 0903?
|
| Add New Item | 17 Dec 2004 14:07 GMT | 1 |
I wish to 'Add New Item' Windows form to a project. Accepting the default name Form2.vb or providing my own name produces a Microsoft Environment Error: Operation cannot be completed. I can create the form outside then use 'Add Existing Item' to achieve the
|
| Listview question | 17 Dec 2004 13:24 GMT | 6 |
Is there a way to hve the mouse wheel scrolla listview ? Thanks in advance
|
| Image Scramble and Unscramble | 17 Dec 2004 09:41 GMT | 3 |
i need to read an image from the scanner as a byte stream and save it to the harddisk. Before saving it, i need to scramble it. when displaying it in my application, i have to unscramble the same. this should be done so that no other application will be able to open it.
|
| Why won't GetPrivateProfileString work in .Net? | 17 Dec 2004 05:36 GMT | 4 |
Randy: I too am having the problem that this other guy/girl had. I put in the proper API declarations and arguments for GetPrivateProfileString yet it doesn't return the correct stuff. It always returns the
|
| sql query in visual basic 6.0 | 17 Dec 2004 02:30 GMT | 5 |
I got this code to fill a datagrid dim Onedate as date OneDate = dateAdd( "m" , -1 , date) adoSales.recordsource = "select * from tblSale where fldDate > " & OneDate
|
| How can I delete temporary internet files and cookies | 17 Dec 2004 02:10 GMT | 7 |
In C:\Documents and Settings\extractors\Local Settings\Temporary Internet Files\ I use files = Dir("C:\Documents and Settings\extractors\Local Settings\Temporary Internet Files\*.*")
|
| How can you get a form to display text from an external text document? | 17 Dec 2004 00:11 GMT | 3 |
How can you get all the text from a text document (like notepad) and put it into a label? Also is it possible to change the text in the text document? Thank you.
|
| How to excecute a VBS from VisualBasic | 16 Dec 2004 23:21 GMT | 2 |
I cannot find a way to start a windows script (test.vbs) from a Visual basic program. i tried Shell with no success: prog = "Test.vbs"
|
| Out of memory in VB6 when the Mem Usage is lower | 16 Dec 2004 22:57 GMT | 8 |
I am a newcomer for VB6. Here is the problem I have with my VB6 Application. Please help me to figure out what is the cause. Thanks in advance. I run the following code in XP OS. RAM 1GB/12 G free space in harddisk.
|