| Thread | Last Post | Replies |
|
| Sound and Video in vb6 RichTextBox Control???? | 20 Dec 2005 01:26 GMT | 5 |
Can this be done? If so, how? Thanks! Jason
|
| Call with > 32 parms -> bug in Debugger | 19 Dec 2005 22:41 GMT | 3 |
We have noticed in VB.NET 2003, that when a procedure contains a call to another procedure involving the passing of more than 32 parameters, the debugger gets confused, forgetting the contents of some objects, such as textboxes.
|
| Semi-multithreaded application in VB6 | 19 Dec 2005 21:06 GMT | 15 |
I have taken over an VB6 application that does a lot of things endlessly in a giant do loop. To abort that loop the code withing it is checking on 100 different places for a global flag. The flag can be set by the user by clicking a button or by other events.
|
| change name if clicked 100 times | 19 Dec 2005 20:45 GMT | 3 |
im building an program and i have a form with an commandbutton on it. now , i want if you click 100 times on the commandbutton ,i want that the text in an textbox on another form changes. how do i this???????
|
| MSHflexgrid control with WinXP SP2 | 19 Dec 2005 16:47 GMT | 1 |
My VB6 project crashes on WinXP SP2 machines when a MSHFlexGrid control is filled with too many rows. I don't actually get an error message, but the controls on the form move from their initial positions, some dissapear and the grid isn't formatted properly.
|
| Can't Install Visual Basic 2005 Express!!! Please help! | 19 Dec 2005 14:34 GMT | 3 |
I cannot install Visual Basic 2005 Express Edition on my second computer (which is running Windows 2000 Professional Service Pack 4) because it requires Internet Explorer 6.0 Service Pack 1, which I cannot install because I do not have an Internet connection on my second computer ...
|
| accessing cd rom properties | 19 Dec 2005 05:26 GMT | 3 |
I am trying to use VB 5 to access and list the properties of my CD rom, but don't know how to do so. I can only assume I would need an API call. Can anyone help me with somewhere to start? I don't have a reference book, and can't find any specific info on the Web.
|
| Folder locked when using Common Dialog Control/API | 19 Dec 2005 05:20 GMT | 11 |
I have noticed very strange behaviour of the Common Dialog Control/API. If I call the ShowOpen routine, the folder containing the file selected is locked until the application finishes. This is indepedent of whether you use the MsComDlg.ocx or the APIs. I revealed this anomaly ...
|
| Install MSDN on different drive? | 18 Dec 2005 20:00 GMT | 5 |
I installed Visual Basic 6. But when I tried to install MSDN for vb6 , it INSISTS on putting it on drive C. I also tried installing MSDN directly from the
|
| Get current window and move it. | 18 Dec 2005 15:53 GMT | 6 |
Well I have yet another problem that perhaps you all may solve. Here is the code: Public Sub Execute_MMCS(frm As Form, hwnd, Index) Screen.MousePointer = vbHourglass
|
| How Do i...? | 18 Dec 2005 15:23 GMT | 5 |
how do i make a program with a timer that will work in the background, that is to say, appears where msn messenger or internet connections appear and how do i make it so a timer will activate at the push of a button such as "F7"
|
| Unicode support - how to implement it? | 16 Dec 2005 11:03 GMT | 14 |
I have an application which uses the default Microsoft controls for handling text. This text is passed between functions (as you would), manipulated and read from (and written to) text files. Unfortunately I need to provide Unicode support so have started work on
|
| How to close VB application | 16 Dec 2005 09:15 GMT | 5 |
I small Visual Basic version 6 program. and compiled an exe file from it. The upper right corner (the title bar) has the usual mimimize, maximize and close symbols. How do I close the program under program control, that is, can I close the
|
| convert screen pixel to text | 16 Dec 2005 02:53 GMT | 3 |
is there a way to convert a give area of pixels on screen to editable text? Thanks
|
| Text Box Question | 15 Dec 2005 20:17 GMT | 10 |
I have a textbox set to multiline and I want to iterate thru the contents of the box checking each line for certain characters. Is there a simple way of doing this. Do I need to use a different VB control?
|