| Thread | Last Post | Replies |
|
| FileExists | 30 Apr 2005 02:40 GMT | 5 |
I must be brain fried tonight. I am trying to test to see if a file exists before I attempt to open it. The help I finally found indicates object.FileExists(filespec). However, I just can't figure out what object? I have the path and filename in a variable and just want to see ...
|
| Regular expressions | 27 Apr 2005 17:45 GMT | 12 |
Can someone please show how to use Regular expressions to validate that the input string is composed only from a-z and 0-9 ? TIA Guy
|
| International date formats | 27 Apr 2005 11:56 GMT | 3 |
Can anyone point me to a link that confirms whether the VB functions CDate() and DateValue() accept international date formats such as "yyyy-mm-dd" ? For instance, the same as SQLServer does. I've tried it with lots of different regional settings and it seems to work
|
| converting Decimal to Hex | 26 Apr 2005 17:07 GMT | 3 |
Anybody have a snippet to convert very large (trillions) decimal numbers to hex?
|
| Help with Combo boxes | 25 Apr 2005 19:49 GMT | 2 |
Here is the situation. I have a combo box in my application called cboInfoRegion, which is supposed to get the name of the state/province for the current customer from an access database table. For some reason, I can not get the combo box to automatically show the name of the ...
|
| How do use an IF statement with Color | 25 Apr 2005 18:41 GMT | 3 |
In .net, I can SET the BackColor of a textbox using syntax such as: gMainForm.txtView.BackColor = System.Drawing.Color.Yellow But if I try to determine whether the color of a control such as a textbox is a particular color, I get a syntax error. In other words,
|
| Help with Code please | 25 Apr 2005 01:46 GMT | 5 |
I have recently bought VB6 and am teaching myself. I have programmed a lot in previous years with (Sharp MZ80K) BASIC and a language on the original PSION Organiser called OPL so I understand structures sub routines etc etc. I understand VB and how to create forms and displays ...
|
| Request.ServerVariables("Remote_addr") in VB | 22 Apr 2005 17:16 GMT | 2 |
Hello Experts I want to trap the remote machines' name in the frmLogin to keep track of the user. i dont know how to do this but in asp it is very simple to get the ip address of the remote machine. Please if anyone can help me it would be
|
| Problem with metafile image handle | 22 Apr 2005 16:42 GMT | 7 |
I have problem with metafile image handle. I have handle, but how I can get image to the StdPicture variable? Language is VB 6 SP6. Thank in advance,
|
| Find Works in Design Time - Bombs in a Executable File! | 21 Apr 2005 16:05 GMT | 3 |
Hello Experts I am using VB 6.0 - SQL Server 7.0 - and the following command rs.MoveFirst rs.Find "Code like 'E*'
|
| Posting a file using HTTP and VB(WININET.DLL). | 21 Apr 2005 10:57 GMT | 1 |
I have been working on some code that will do a form post via HTTP and VB(using WININET.DLL). I can get a normal form post to run however, I can not get a file post to run. I have search the web mulitiple times and have yet to get the syntax just right.
|
| creating function "GetDate" | 19 Apr 2005 15:58 GMT | 4 |
I have created a function called "GetDate" Here is my code that I am working with... Private Function GetDate() As String Select Case Month(Now)
|
| How to fulfil comment item at textfile? | 19 Apr 2005 14:07 GMT | 1 |
I would like to fulfil comment item at textfile in VBScript. This Item we can find in Explorer. At the actual file we can view Properties and there in the Summary is item Comment. I would like to know, which object can i use for it? Thanks
|
| time in Milliseconds | 18 Apr 2005 17:44 GMT | 1 |
Afternoon all, I want to write to a log some tracing in time that goes down milliseconds. Basically I want to report 11:22:05:234 where 234 is 234 milliseconds after 11:22:05
|
| Auto Expand a Combo Box | 17 Apr 2005 03:13 GMT | 1 |
I've put this question in here before and got help from some people. But the problem is that I'm a newbie with VB and the solution that I got was very complex in nature. I have a combo box that gets populated with names of customers from the
|