| Thread | Last Post | Replies |
|
| Double.TryParse | 12 Feb 2007 03:02 GMT | 3 |
When using this as indicated and trying to set it to accept multiple formats, it bombs out with the error: Overload resolution failed because no accessible 'TryParse' accepts this number of arguments
|
| clearing list box in vb6 | 10 Feb 2007 22:46 GMT | 3 |
Hi,everybody please can you tell me where i we declare a clear , that will clear the listbox after display the information in the listbox. i want the first processpayroll click to display the information in the
|
| beginner question: trouble with loading forms | 10 Feb 2007 21:23 GMT | 1 |
Hi I'm developing a tiny application with vb5.0. The app consists of now two forms. Form one(mainform) has a button, and by clicking on this button the second form should be loaded. the 2nd form, starts in fullscreen with black bg and should move a
|
| MS Voice Command 1.6 - Button assignment bug - Windows Mobile 5 - | 08 Feb 2007 23:37 GMT | 3 |
I am having a problem with SM Voice Command installed on a AudioVox Verizon VX6700. Button 5 should have a primary (press) and secondary function (press and hold). The program functions fine on button 5 until one needs to perform a reset (or if you do a soft reset at installation ...
|
| Visual Studio Pro vs Std Editions? | 08 Feb 2007 20:17 GMT | 3 |
I recently picked up some reading materials on Visual Basic 2005 and although I don't actually own Visual Studio, I'm considering buying it - just to try to teach myself some VB. Anyway, can somebody tell me, what's the real difference between the Pro and Std Editions of Visual ...
|
| Working with directory structures | 08 Feb 2007 20:13 GMT | 4 |
I have need of a small app that will copy one file from a known location (say c:\temp) and copy it to multiple directories of which I do NOT know the names. ( say c:\car\inifile, c:\joe\inifile, c: \computer\inifile) I know I need the file in the inifile directory,
|
| Text file splitter | 08 Feb 2007 17:01 GMT | 7 |
I want to split a large txt file by line number with VB6.0 Can someone provide me a sample application THX
|
| ShellExecuteEx SetFocus problem | 07 Feb 2007 07:23 GMT | 5 |
I'm facing a very strange problem on 1 PC in my office: When I launch a file with ShellExecuteEx it just displays fine. When I close the application invoked to display the file, and relaunch the file, the application is started normally (not minimized) but doesn't
|
| Help with forms | 07 Feb 2007 06:37 GMT | 1 |
Hopefully someone can help me out with this, because I am still fairly new to VB. I have created a form in an Access database that provides a series of options for a given product, and adds the item(s) to a bill of
|
| Windows 98 Through Windows Vista Programming. | 06 Feb 2007 18:52 GMT | 3 |
I need to develop a CD slpash screen that runs with having to install any frameworks, runtime environments, etc. Can someone recommend a language to do this, I know VB, know Java(a little and can learn it quickly), C/C++ is a bit foreign to me but I
|
| Bug in MSHTML (CSS handling) under VB | 06 Feb 2007 14:04 GMT | 1 |
I'm using WebBrowser control and Microsoft HTML Object Library in many applications and I found some bugs. Most of them are fixed in latest version of MSHTML, but this one persists. I'm maiking an HTML table in VB like that:
|
| Waiting until loop finished. | 06 Feb 2007 13:05 GMT | 3 |
Start learning VB 2005 EE and made a kind of Timing program. Tried to show a text during time-call but it comes up only after the loop is finished. (TextBox2 in Sub Button1_Click)
|
| Data redirection from the text box to a serial port | 06 Feb 2007 11:27 GMT | 2 |
I need to develop an application, where in what ever data that user enters in the text box, needs to be redirected to the serial port. As well as whatever data that gets displayed on the serial port (Like debug prints), should be redirected back to the text box. Can any body
|
| Urgent help needed on MS Web Browser control | 06 Feb 2007 10:50 GMT | 1 |
I have a form on which there is a Web browser control which displays document which is selected from combo. There is an edit button on the form which opens the document from Web Browser into Word. I have created a document in word with some portion in multi column
|
| Shell - how to get headline? | 06 Feb 2007 08:21 GMT | 2 |
A VB6 question: I successfully started an application by the Shell function from within my VB6 program. Now I need to do some polling for the headline of the shelled applications window, in order to keep track on its operation.
|