| Thread | Last Post | Replies |
|
| Help With VB SQL Parameters Declaration | 25 Feb 2004 21:18 GMT | 10 |
I am trying to select a group of records from a database by setting the record source of a bound data grid to the following statement. However, I am getting a "Too Few Parameters" error, but the line works if I use a date liteal instead of assigning a variable. I need to assign the ...
|
| I want to send a command to WinAmp and NOT wait for a return value | 25 Feb 2004 18:49 GMT | 1 |
I am using this to send am command to WinAmp and it works, The Open File(s) is opening but my program halts until I presses the Open or Cancel button. I think my program is waiting for a returned value that is sent from WinAmp when the Cancel or Open button is pressed.
|
| How to Pass Object in VB6 | 25 Feb 2004 18:07 GMT | 10 |
I am trying to do something that I think is easy to do, but can't seem to figure it out. I have many text boxes on multiple forms (most forms in the app have tabs across the top). I rewriting some of the app for Tablet PCs (and will NOT
|
| Image questions | 25 Feb 2004 17:44 GMT | 2 |
Question 1: How can I find the dimensions of a picture file without having to load it in? Question 2:
|
| Visual basic e area di notifica(?) | 25 Feb 2004 15:33 GMT | 2 |
Qualcuno di voi sa come poter mettere un applicazione vb6 nell'area di notifica di windows(penso si chiami così ma non sono sicuro, cmq la zona dove c'è l'orologio nella barra delle applicazioni). Ho visto che parecchie applicazioni danno la possibilità di
|
| Standalone exe | 25 Feb 2004 12:58 GMT | 3 |
I have written an application in vb6. When trying to install, I found there is impossible to get admin rights plus volume C is been hide. My VB app use some ocx and dll files. Do someone know of a compiler that can make this .exe file a standalone exe? My hope is to put the dll
|
| VB6/Problem with Sleep Timer | 25 Feb 2004 11:41 GMT | 2 |
Here is what I'm trying to accomplish and I'm ripping the remainder of my hair off my head trying to get it to work. I'm currently using an API sleep timer in my project to get the program to pause a set amount of time before it continues to the next
|
| Adding Dummy Column In Bounded DataGrid | 25 Feb 2004 09:29 GMT | 1 |
Adding an extra column to bounded datagrid while it is being used for Adding and Updating of records The Scenario is : The datagrid is bounded and being used for adding and updating. A list
|
| Question about ListView | 25 Feb 2004 04:19 GMT | 1 |
I know how to use a file list box, but I want to use the ListView instead MY QUESTION IS: How do I show the files in a directory in a ListView
|
| Multiuser database issues - VB & Access | 25 Feb 2004 03:40 GMT | 1 |
I need to allow multiple users to get into the same Access database at the same time accross a network. The system will be importing and exporting data in the background as 4 or 5 users work with it.
|
| avoiding global variables | 25 Feb 2004 02:42 GMT | 8 |
Quick question about passing variables to subs to reduce the need for publicly declared variables in VB6. If I have an event sub (MouseDown) that runs a few lines of code, how can I use a variable in that sub without making it global? I tried adding the variable to the arguments ...
|
| Escape Characters in VB RegEx Replace Don't Work | 25 Feb 2004 02:07 GMT | 1 |
Anyone know of a fix (ideally) or an easy workaround to the problem of escape characters not working in regex replacement text? They just come out as literal text For example, you'd think that thi Regex.Replace("<stuff>text</stuff>", "<stuff>", "<stuff>\n" would give yo
|
| Question about Deleting files | 25 Feb 2004 01:59 GMT | 3 |
I am beginner - intermediate in VB. I have a program where I try to simply delete a file from my hard drive. I must be doing something wrong, but I tried using KILL and I tried creating a filesystemobject, both without success.
|
| cos,sin and tgn | 25 Feb 2004 00:11 GMT | 5 |
how to calculate ARCUS COS, SIN or TGN in VB???? please answer me
|
| Creating a Notepad HTML editor | 24 Feb 2004 21:37 GMT | 3 |
Greetings to all, I am a hobbyist programmer using MS Visual Basic 6 which I bought at the local university book store. I would like to create a Notepad like HTML editor. I was wondering if there was a tutorial anywhere showing how to
|