| Thread | Last Post | Replies |
|
| Multiple Form in Vb.Net | 29 Sep 2004 06:41 GMT | 3 |
I want a LoginFrm appear when user chick the Login Button, I am using the below code, when a LoginFrm appear, it is Blank, I can't see Button, TaxtBox etc in LoginForm. Can anyone tell me why? My code is correct? Please Help.
|
| text file select statement | 28 Sep 2004 21:53 GMT | 8 |
I want to select the specific record from a text delimited file, which has column name at the 1st record. How can I do that? When I tried: "select * from info.txt", it works, and tried: "select name, age from info.txt where location = 'local'"
|
| windir | 28 Sep 2004 03:22 GMT | 6 |
I am a vb newbie, have a simple question. In DOS shell script: the windows directory is %WINDIR%, How can I get the values of this path and CDROM? Thanks for any idea.
|
| VB 6 and Dual Monitors | 27 Sep 2004 20:37 GMT | 1 |
Hi there. We have an app written in VB 6 which uses modal forms. Would anyone know how we can get our forms that are launched from the main form onto the monitor which the main form is at? Currently they all go to the primary display. Thanks for the help.
|
| lineGetCallInfo problem (CROSSPOST) | 25 Sep 2004 18:34 GMT | 11 |
I want to make a modem monitor which will log to a file all dialed numbers. The question is how can I retrieve a dialed number? I tried with lineGetCallInfo but it doesn't seem to work because I got a 0. Thank you
|
| Determining if a string is alphanumeric | 24 Sep 2004 18:54 GMT | 2 |
How would I be able to determine whether a string is alphanumeric or not? It doesn't matter the position of the number within the string, as long as there is at least one. There needs to be both letters (a to z) and numbers (0 to 9) in order for the function to return True, ...
|
| Comparing Case between two values | 24 Sep 2004 18:33 GMT | 7 |
Hi, how would I compare two string values to see if the case of both values match? Ie Bog4dEzl vs bog4dezl Any help is greatly appreciated! Best Regards,
|
| how to call function from c++ string lib? | 23 Sep 2004 05:11 GMT | 1 |
Hi, all Private Declare Function mbscspn Lib "msvcrtd" Alias "_mbscspn" _ (ByVal StringSearched As String, ByVal Characters As String) As Long I have tried msvcrtd, libc, ... but still find error.
|
| Processing miltiple file in loop | 22 Sep 2004 02:26 GMT | 1 |
How can I process multiple file in seqntial order reading from drive using vb.net ? for example, I have 1000 files on drive ( file1,file2....file1000)
|
| Error While Setting the MSHFlexGrid DataSource Property | 21 Sep 2004 19:38 GMT | 3 |
While refreshing a MSHFlexGrid control with the following statements (the first statement always executes successfully): Set grdMain.DataSource = Nothing Set grdMain.DataSource = rstMain ,
|
| VB Equivalent of Right Shift operator ( >> ) | 20 Sep 2004 11:48 GMT | 6 |
What is a VB6 equivalent of a Right Shift operator (>>)? I am trying to convert a C++ code, into visual basic, that looks like the following: While (m < n)
|
| Single C++ line translation | 18 Sep 2004 09:28 GMT | 5 |
How could the C++ line below could be translated to VB ? #define BSP_Openfile 0x10108 Thanks
|
| How to define array of structure A in Structure B? | 17 Sep 2004 00:15 GMT | 2 |
Hi, I'm new to VB, wonder how can I defined an array of Structure A in Structure B. Here is the code in VC: typedef struct A_T {
|
| Caution with Propertis | 14 Sep 2004 05:23 GMT | 6 |
This is not really a question, but it could be a good talking point. I've just successfully diagnosed a code problem that was the result of someone getting confused over the difference between class properties (which look like variables) and real variables. I thought I'd add a note ...
|
| HTMLDocument.Write() method in VB6 | 13 Sep 2004 14:20 GMT | 1 |
How can I use the Write() method of the HTMLDocument in VB6? Could someone please respond with a brief sample code after testing it on their VB6? I tried the following and get the following error:
|