| Thread | Last Post | Replies |
|
| write in registry hexadecimal value | 04 Dec 2003 16:25 GMT | 2 |
can anyone tell me how to write a hexadecimal value in the registry. whenever i try to write create key and set value to a data, it takes it in the binary format. but i want to write hexadecimal format, what could be done for this
|
| formating date queried from Access DB | 04 Dec 2003 14:29 GMT | 4 |
I want to access a date filed in our database called "Vdate". The field has a short format and dates are entered like "7/11/2003". When I do a query from a web page using the following code: <%=rs("Vdate")%>, I get a full date something like "7/11/2003 8:15:43 AM".
|
| Visual Studio 2003-Web Service problem | 04 Dec 2003 14:12 GMT | 1 |
I wrote few Web Services in Visual Studio 2002. Since I installed the Visual Studio 2003 I got a problem. The Web Services stop working by GET method, It's work only by POST.
|
| Registry using Visual Basic | 04 Dec 2003 14:07 GMT | 1 |
Hai Everyone, I have a small doubt.Plz could anyone care to slove it.I want to know "How to write a Hexadecimal value in a Registry using Visual Basic ?".I would be very happy to recieve a rely as soon as possible.
|
| While Not EOF(fn) ... Wend | 04 Dec 2003 13:07 GMT | 6 |
I have a problem with the above command. I have a file which is approximately 7000 lines long. I want to parse that file, extract any lines containing a certain string, and add that line to a listbox. My code is roughly as follows:
|
| Talking to an RS232 device over Ethernet | 04 Dec 2003 13:02 GMT | 1 |
I would like to get data from an RS232 device. I am using a MOXA serial/ethernet converter (works well in another app). The converter is set up independent of VB. How do I code ASCII commands and pass to the device? The converter has an IP address.
|
| VB + excel | 04 Dec 2003 12:50 GMT | 1 |
I have a excel document with one sheet containing data in rows/columns How do i open this excel sheet in VB (no forms - only modules) this is my first time using vb and excel and I need help/tutorial pls Pls advice
|
| Determine the state of shell program | 04 Dec 2003 10:10 GMT | 5 |
I am trying to determine the state of execution of the shell program. In another words. I am executing the shell program, and there are some codes I want to execute when the shell program started. The shell program may start with a little delay and I would like my
|
| Access the call stack | 04 Dec 2003 08:53 GMT | 8 |
Is there some way to access, from with a function, the call stack? I'd like a function to know who called it. Thanks
|
| Data Grid - text null characters !!! | 04 Dec 2003 08:06 GMT | 1 |
When I open DataGrid in the form, I have text "null" in every blank cell. Please, help me what to do it be blank - without text "null". I have Visual Basic .net 7.0 Slon
|
| Way to detect if a window is actually visible on the user's screen? | 04 Dec 2003 05:11 GMT | 2 |
Does anyone know how to do this? I have tried the API IsWindowVisible but for some odd reason it isn't working correctly even though I know I'm doing it right. I am detecting the window by its windowtext and need to sendkeys to tab through it and then fill in some lines, and
|
| ActiveX Exe's and Command-Line Parameters | 04 Dec 2003 04:56 GMT | 1 |
I'm having some issues here.. :-D I have an ActiveX exe file, that when a user supplies command-line switches, displays a form. Easy-cheesy. I also want my user to use a createobject or direct reference to the
|
| dotNet | 04 Dec 2003 03:32 GMT | 1 |
I'm trying to write a VB.Net app that reads email. I'm trying to use CDO and MAPI but without success. If anyone tried this and could share some code I'd be greatly appreciative. Thanks,
|
| Extract different part of time and date | 04 Dec 2003 02:59 GMT | 2 |
I want to set a variabel, myDateTime, of type Date to a time 5 minutes from now. How can I do this? If I want it one day from now, I can play the trick: dim myDateTime as Date
|
| hidden program parse all HTML in my IE | 04 Dec 2003 00:50 GMT | 1 |
sometimes when I download a page I get a popup IE window showing an add for something similar to the words in the page I just downloaded. I've heard that you can install your own program as a filter between the net and your IE.
|