| Thread | Last Post | Replies |
|
| TimeSetEvent - Decimal Interval? | 13 Mar 2006 14:44 GMT | 2 |
I am writing a DrumMachine Program and as you can figure out, the timer needs to be EXTREMELY accurate... I am using the TimeSetEvent function of Winmm.dll. This is my dilemma... This is the decalaration...
|
| Crystal report XI support files for creating VB-6 Setup. | 13 Mar 2006 14:39 GMT | 1 |
For creating VB-6 setup, I am using third party tool. In my VB-6 application i am using Crystal Report XI. Can any one help me, what are support files to be included in the setup file to print Crystal Report XI files.
|
| dynamic form based on parameters in VB6 | 13 Mar 2006 14:33 GMT | 3 |
I have an app where I want the user to be able to create an entry in a textbox in a form that will call up a pop up form based on parameters he creates. So in my app the user would for example in a text box type following template entry and click "Ok":
|
| VB-6 form automatically deleted . | 13 Mar 2006 14:16 GMT | 2 |
I am working with VB-6 application. When i was run the application one form automatically deleted from my physical location. Now the form is nowhere in my system.
|
| Multiple selection ListBox | 13 Mar 2006 12:03 GMT | 2 |
I have a multiple selection ListBox When the user select the items, I would like to display the selected item in a textbox....is that possible? For example, I heve 10 items in the listbox, if the user select 2 of the
|
| BOOT STRAP PROGRAM | 13 Mar 2006 10:34 GMT | 1 |
I want to delvelop boot strap program. How to develop boot strap program by using V.B. Anil Kumar
|
| Sub or Function is not defined | 13 Mar 2006 10:21 GMT | 5 |
I am working on a db and I have a form and on this form I have a button that would perform a Run a SQL script in this SQL script i have a “where” clause When I click on the button it takes me back to the code and the “where” is highlighted and I am getting a compile error “Sub or ...
|
| Automation Error | 13 Mar 2006 07:58 GMT | 1 |
Please advice me as I'm new in VB. I have an error access to a module if I'm logging in under Users level account. However, I don't have any problem running the module under Administrator level account.
|
| Newsgroups - VB | 13 Mar 2006 05:07 GMT | 8 |
Coming in through http://msdn.microsoft.com/newsgroups/managed/default.aspx?dg=microsoft.public.vb .general.discussion&lang=en&cr=US How do I get here from Outlook Express 6 - Newsgroup? What is the "NNTP server" name.
|
| HOWTO: Reload VB6 Form | 13 Mar 2006 01:56 GMT | 4 |
We would like to let our users easily switch back and forth between using their production and demo databases. The easiest way to do this would be to let the user elect to "switch" via the program menu, then have the main program form reload. Is there a simple way to do this ...
|
| New : test yourself my new VB6 syntax analyzer !! | 12 Mar 2006 21:59 GMT | 1 |
New : test yourself my new VB6 syntax analyzer. Summary : quality and robustness of a software is strongly dependant of the design of it's elementary algorithms. We present in this document who to deal with good quality, as well as
|
| Another date format problem | 12 Mar 2006 20:40 GMT | 11 |
I have another date problem trying to convert a string to a date. The string i'm using is: 060301 (representing 2006, March, 01) When I run the string in my code:
|
| cover colour outside frame control | 12 Mar 2006 19:01 GMT | 23 |
When you have an ordinary frame control with Appearance 3-D and BorderStyle Fixed Single and no caption there will be the frame backcolor above the upper lining of the frame. What is the best way to avoid this?
|
| File Extension | 12 Mar 2006 10:08 GMT | 4 |
Is there a funciton to get a file extension. I tried using instr rev looking for a period under file name but it was not reliable because sometimes the extension is less then three characters long and sometime a folder has periods in it
|
| How to open a chm file nicely ? | 11 Mar 2006 21:45 GMT | 2 |
When I open a chm file from an MDI form using the command like in sample-1 below, the fle always appears on top of the form. Is there any other way so that when I switch to
|