| Thread | Last Post | Replies |
|
| Time | 19 Feb 2005 16:03 GMT | 4 |
I am trying to compare two times..... here is my code: If rsLocal.Fields("Time") < Format(Time, "hh:mm:ss") Then but it isnt working! how can i compare them?
|
| Run an exe and get the output in VB | 19 Feb 2005 15:47 GMT | 9 |
I have 2 exes which I pass parameters to and use the returned values for further processing in my vb component Does anyone know of a way for me to get the return values from the exes without having to write the out put to a file?
|
| VB Macro | 19 Feb 2005 14:18 GMT | 1 |
Hi, I've looked up on setting up a macro, and it seems straitforward enough. Although I'm not sure if I have to input the location of the doc or text in the environment module or ? I thought I followed the steps but still didn't get the results. : The attempt was at trying to ...
|
| Flexgrid Sort | 19 Feb 2005 05:17 GMT | 5 |
I am trying to sort my flexgrid.......here is my code: flxHistory.Sort = flexSortGenericDescending I have in column 0 a date (dd/mm/yyyy) and column 1 a time (hh:mm:ss) I want to sort latest at top but it isnt working!!! It is sorting by date fine, the time column not so well ...
|
| Time | 19 Feb 2005 03:40 GMT | 9 |
|
| Question about variables and scope | 19 Feb 2005 03:19 GMT | 7 |
Reading this group I get the impression that Global variables are considered bad,if that is the case how do you read variables across forms.ie form1 has Dim Fred as String in the form Declarations, How do I get Form2.Label1(8).Caption to display Fred.Just trying to improve my
|
| UDL connection | 19 Feb 2005 03:16 GMT | 6 |
I have this but it is not working can anyone please advice. Cn.Open "File Name =" & App.Path & "\Database.udl;" Runtime error -2147467259(800040005) MS ODBC Driver Mamger. Data source name not found and no default driver.
|
| First visible item of extended listview control | 19 Feb 2005 02:15 GMT | 2 |
Would somebody please tell me how to make the selected listitem of an extended listview control the first visible listitem in the collection? IOW, assuming my Listitems are: a
|
| close a com port using windows api? | 19 Feb 2005 01:51 GMT | 14 |
i need to close a com port using windows api commands. i am unable to close the com port directly using vb6 and the standard the comm commands. the problem seems to be that the com port in question is a virtual com port used by win xp for an integral? winmodem.
|
| OCR Code | 19 Feb 2005 01:40 GMT | 2 |
I'm tried to make a program with OCR features, someboady kno somerthing about it??? Manual? Tuto??
|
| Constants | 18 Feb 2005 20:24 GMT | 5 |
Where can i get <u>all</u> (or most) the constants for the SendMessage API?
 Signature Many Regards, Milo
|
| Word Automation and AddPicture | 18 Feb 2005 19:08 GMT | 5 |
I have a document that I am creating via VB6. In the middle of the document I need to add a series of bitmaps. I am able to get the bitmap to insert, but it always inserts it at the top. I need it to insert at the bottom of the documnet.
|
| Get Alias Name | 18 Feb 2005 18:49 GMT | 8 |
Hi Guys\Gals I need to get the alias name from Exchaneg 5.5 of a Custom recipient. I am able to get CN with ObjRemote.cn and Directory Name with ObjRemote.uid but I need the alias. With Exchange 5.5 in RAW Mode I can see the name as
|
| INPUTBOX | 18 Feb 2005 17:07 GMT | 11 |
Hello NG I'm sure I'm going to waste someone's time. I'm trying to do something with an inputbox I thought I read about and did once a long while back but can't seem to find any documentation now to
|
| Opening an IE window with an URL from a VB6 app | 18 Feb 2005 16:04 GMT | 2 |
I'm trying to figure out a way for my VB6 application to open up a specific web page in IE when the user makes a certain selection. Right now, as I'm trying to debug it (this VB6 app is an addin for MS Word, where the user selects an option from a custom menu added to Word), when
|