| Thread | Last Post | Replies |
|
| beginners question | 12 Aug 2004 11:06 GMT | 1 |
how do you compile in vb.net 2003 where is the button found or is there a special way to do it
|
| Run Time Error 5: "Invalid procedure call or argument" when using Text-To-Speech Select | 12 Aug 2004 08:54 GMT | 1 |
TTS1.Select (cmbVoices.ListIndex + 1) The error appears when cmbVoices.ListIndex =10 or more. Relevant data: TTS1.CountEngines = 19
|
| Continous sound | 12 Aug 2004 08:37 GMT | 1 |
Is there any way I can produce a continuous sound? I tried to use the Beep function in kenel32.dll, but I need to provide a duration as the second parameter. I can't make the sound last as long as I want. Also, can we make the application "unblocked" so that it can handle other ...
|
| how to detect a RIGHT click on a combo box item? | 12 Aug 2004 03:35 GMT | 4 |
is that possible for my application (using VB6) to detect a right click on a combo box (styled 2) item? sincerely, vbVeryBeginner d(^-^)b
|
| count the letters how to | 12 Aug 2004 03:34 GMT | 10 |
sapose thet a=1, b=2, c=3, d=4 etc the word "add"= 1+4+4=9 i have two textbox(textbox1+2) in the first the user input words( "add" for ex).
|
| Type Mismatch only in distribution installation? | 12 Aug 2004 03:05 GMT | 9 |
List: Quick and dirty rundown. Program runs in the VB IDE. Program runs correctly when I directly invoke the built executable.
|
| Item Data | 11 Aug 2004 23:32 GMT | 9 |
I am receiving an "Overflow Error" with the following code. VB 6.0 SP 5 Public Function FillVendors() 'frmBills.
|
| Rich text box: Set a default font colour | 11 Aug 2004 23:26 GMT | 1 |
I need to be able to set a default forground colour for text users type into a RTB. There's no forcolour setting as such, and I'm looking at having to use seltext. This is a pain as there's lots of editing and re-loading of text going on. Is there a way of telling an RTB to
|
| Executable Icon | 11 Aug 2004 22:20 GMT | 12 |
When the make executeable dialogue Tab Options is opened my Application Icon Combo displays only one rather drab icon. I want to use one defined by an .ico file that I have. How may I make this avaailable so that when I compile the application it's
|
| ***Urgent*** Outlook-related question | 11 Aug 2004 21:37 GMT | 1 |
I need to be able to open up an Outlook custom-form based task in a Public Folder from a VB6 program. In working with the custom form, it sends out an email that is a "tag-you're-it" for the next person to view/edit it and I have learned that I can create a web-style link in the ...
|
| On the topic of religion: Church of Registry vs. The INIonists... | 11 Aug 2004 21:10 GMT | 131 |
I have a few questions for the group that have more to do with style and habits, and am curious to know what the general consensus is on some of these topics. Remember, there are no wrong opinions - just stupid uninformed ones ; ).
|
| .NET forms vs. MSaccess ADP | 11 Aug 2004 19:25 GMT | 3 |
Are there significant advantages/drawbacks to using either .NET forms (windows or web) or MSAccess ADP for frontend development, or is it personal preference? Thanks for the input
|
| Timer to copy databasefile every hour | 11 Aug 2004 17:36 GMT | 6 |
I want to copy a databasefile every hour during working day. The process should go in the background and cause no memoryproblems. regards reidarT
|
| Threading model | 11 Aug 2004 17:32 GMT | 3 |
What is the difference between apartment threaded model and single threaded model ? When creating ActiveX DLL or ActiveX controls, how do you know which threading model to choose ?
|
| keypresses on a treeview | 11 Aug 2004 17:23 GMT | 5 |
Is there a way to stop a treeview from automatically selecting the first node that begins with the key you press on the keyboard? It doesn't have its own key events, so is there a way to do this with API or something? Thanks!
|