| Thread | Last Post | Replies |
|
| Need vb code to trigger event when time is equal to certain value | 14 Jun 2004 15:06 GMT | 1 |
I have tried to do this with the following code to no avail. Can't seem to realize what I am doing wrong. Just need to trigger event at a certain time. Please email me at bzocco@adelphia .net if you can help. Should be simple, right? Also, how can I make this AM/PM specific.
|
| Formating in listbox | 14 Jun 2004 14:50 GMT | 1 |
I am trying to add two variables to a list box and keep everything in line.I get the result below Gaz £2000 Jimmy £3000
|
| Fiind a file on a computer no matter where it is located | 14 Jun 2004 07:30 GMT | 2 |
What I am trying to do is find a file no mater where it is located eg: D, E, F, or in any sub directory. Anybody Help Please ? Chris
|
| [Newbie] Calling a module | 14 Jun 2004 07:15 GMT | 9 |
I'm a student and have been programming using Pascal for a while using procedures. I want to move onto Visual Basic now and have done some basic programming in it, but I want to use modules. Modules in Pascal are just written into the
|
| Memory Usage - Recordset vs Array | 13 Jun 2004 19:30 GMT | 9 |
How would a developer go about determining memory usage of an ADO recordset vs an array? Other members of my "team" will use a recordset at the drop of a hat to manage a list even when a DB is not involved. Something in my gut
|
| Double vs Long Double | 13 Jun 2004 03:15 GMT | 8 |
Many years ago I wrote an APP for DOS in C and used long double. When I rewrote the APP in VB I used Double. Double gives 15 digits whereas long double gives 19 digits this is from the VC++ 4.0 manual. In the VB 4.0 manual there is nothing about long double. I have a customer who ...
|
| Explaination Please | 13 Jun 2004 02:43 GMT | 3 |
Here's a little code snippet: Dim Var1 As Integer Dim Var2 As Boolean Dim Var3 As Boolean
|
| Webpage Grabber? | 12 Jun 2004 21:17 GMT | 8 |
I'm not a Visual Basic coder but use a similar language called BBC Basic for Windows. I've been trying to find out if there is an easier way of downloading an HTTP webpage to a file rather than using wininet.dll which seems to involve many complex steps :( . Do you know of an ...
|
| Exe size | 12 Jun 2004 16:53 GMT | 16 |
If I open a new app in VB6, and immediately create an EXE and run it, Task Manager says it's taking about 2.5Mb of RAM! Why? Is this normal for a VB app? I have just completed my super duper app that I, and some others, absolutely love, to be surprised at how much memory it takes. ...
|
| MDI forms | 12 Jun 2004 16:14 GMT | 4 |
I think this question has beeen asked before but I couldn't find any posts on this NG. I have an MDI form and 1 child form. The child form can be opened as many times as the user wishes using:
|
| Unusual text box behavior | 12 Jun 2004 15:39 GMT | 3 |
Greetings all, I have a text box that is producing some erratic behavior that I have never seen before. On occasion the box will revert to adding characters to be beginning of the string presently in the box instead of to the end.
|
| VB5 in NT? | 12 Jun 2004 11:38 GMT | 2 |
I have heard that projects developed in VB5 may work well in Win 98 or 2000 but sometimes have problems in NT. Is this so and how can this be avoided? TIA Don
|
| ASP.NET | 12 Jun 2004 06:11 GMT | 1 |
I am seeking a tutor for ASP.NET. I am using Visual Studio.net 2003. If you are willing to help me, please email (Rob@natltc.com). I have read several books already and have programmed in VB6 for about a year. I have been an AS400 programmer for 15 years. I just need some
|
| Visual Basic 6 Decompiler... | 12 Jun 2004 03:33 GMT | 2 |
I have a problem...I was working on a program I made (CD Player) and as I was editing the code, I got a Blue Screen Of Death! I didn't think anything of it and restarted, but when I tried to open the project again, the main form was corrupted and unreadable. I tried
|
| ADO & Winsock | 12 Jun 2004 03:12 GMT | 3 |
I am fairly new at winsock so please bear with me if this seems a lame question!!! I am querying a remote DB using winsock and sending back records one at a time. The code I'm using is:
|