| Thread | Last Post | Replies |
|
| About TextBox Controls | 13 Feb 2004 01:29 GMT | 4 |
Hi,I am annoying by the interface of my program. All I want is a TextBox Control of Visual Basic 6 which have a beatiful and professional view, who can help me .Thanks a lot.
|
| Tool Tips on Disabled Controls | 12 Feb 2004 22:32 GMT | 4 |
How to view a tool tip when the control is in disabled mode in vb 6.0 Ta Janaka
|
| Clearing Mouse Click Buffer | 12 Feb 2004 21:20 GMT | 2 |
I am currently using VB 6.0 and have developed a trivia game. However I am currently having problems with questions in sets of three. If someone presses the mouse twice, on the same question, then the next question is automatically answered for them. Any ideas how to stop this?
|
| Multimediacontrol and playing various tracks of audio CD | 12 Feb 2004 20:08 GMT | 2 |
A few days ago ther was a thread 'mutimediacontrol not stopping when told' and it changed to 'How to get multimedia control to jump to specific track on a cd'. Well, I tried it myself and me too could not get it done. The cd always starts playing the first track. I worked around it ...
|
| textbox | 12 Feb 2004 19:08 GMT | 2 |
I am in the process of creating a program in VB 6.0 and I am trying to create a screen where the user inputs some data. I the background I need to do some calculations on the inputted values. I tried using the following code to retrieve the value from the textboxes on the form
|
| Controls Disappear durring runtime | 12 Feb 2004 19:04 GMT | 1 |
After designing a form (form1) with all of my controls, text boxes, buttons, etc. i run the project and some of these controls do not appear in the form! Some do, but some do not. Anyone have any idea what i'm doing wrong? I'm somewhat new at this.
|
| Putting a comment flag in a grid | 12 Feb 2004 19:03 GMT | 2 |
Is there a way to put a comment flag in a grid like MS Excel does?
 Signature Jason J. Hansen jason@cabhansen.com
|
| How can I set the DataGrid (SP5) to display the data faster and no need to wait after completion of query. | 12 Feb 2004 18:21 GMT | 1 |
I am using the VB6 DataGrid (SP5). How can I speed the display, because there is a large volumn of data loaded per each Select query. 1. Could I set the DataGrid
|
| user controls are in diff. computers | 12 Feb 2004 18:05 GMT | 1 |
I have a window app that loads a user control abc.dll dynamically Assembly assembly=Assembly.LoadFrom("path\abc.dll" Control ui=assembly.CreateInstance("NameSpace.ClassName" This user control abc.dll references another user control xyz.dll
|
| Chart help please! | 12 Feb 2004 16:28 GMT | 1 |
I have a chart that is populated by an ADO recordset. This works OK, but, my recordset has two fields, one is the week number and is simply 1-52 ish, and the second field contains the data I want displayed. What happens at the moment is my chart displays two lines, one that is the
|
| How to simulate clicks in a Internetexplorer | 12 Feb 2004 13:06 GMT | 1 |
Im trying to submit a form on the internet using VB. However I dont know how to fill in an inputfield (using VB-code) and I dont know how to perform a click-button (using code) Can someone help me out?
|
| Flexgrid random selection of cells | 12 Feb 2004 09:27 GMT | 1 |
Is there any way we can randomly select cells using the control key. eg: If I wanted to select cell(1,1) and cell(5,3) I know that continuos selection of cells is supported by using the Shift key (eg: Cell(1,1) to Cell(3,1) ). Any help is appreciated. Thanks.
|
| Maths newbie | 11 Feb 2004 20:10 GMT | 1 |
Dim x3(5000) As Double Dim y3(5000) As Double Dim anglerad As Double Private Sub Form_Load()
|
| list to list | 11 Feb 2004 16:50 GMT | 6 |
I can't seem to parse a name entry from one list and populate another list with the result. Dim d As Lon Dim i As Lon Dim tmp As Strin For i = 0 To List1.ListCount -
|
| Is there any Basic shapes designer? | 11 Feb 2004 11:25 GMT | 1 |
Is there any Basic shapes designer? I need to draw, move, resize, connect, basic shapes and lines
|