| Thread | Last Post | Replies |
|
| Help in plotting graphs in Vb6: Complicated | 31 Oct 2007 14:29 GMT | 2 |
I have three parameters (with same X and Y variables). There are about 7000 values for all the three parameters. i am getting it out of an instrument. i have all the values saved as an hTML table. i would like to open the data in VB6 and plot a single graph with all the three
|
| I'm new at classes, and I'm stumped | 31 Oct 2007 02:10 GMT | 3 |
Hopefully this is an easy one for you experts. I have a simple class called Constraint that has the following properties: Deriv as Integer Pos as Double
|
| Chart controls | 30 Oct 2007 17:23 GMT | 5 |
Right now I am using the MSChart control. The problem I am having is labeling that x axis. I have 80 data points. However, the x axis should have a minimum of 0 and a maximum of 30 with ticks and labels at 5, so 0, 5, 10, 15, 20, 25, 30. It seems the axis labeling is
|
| components and references | 28 Oct 2007 01:10 GMT | 1 |
Is there any online source that explains the functionality provided by each of the components and references available to vb6 projects?
|
| Internet Transfer Control Problem | 27 Oct 2007 15:13 GMT | 1 |
Is the 'Microsoft Internet Controls' option in VB6 Components the same as 'Internet Transfer Control'? If so, whenever I select it and try to apply, it says that the file C:\WINDOWS\system32\ieframe.dll\1 cannot be found. Is there a way to fix
|
| ToolStrip location in Design Mode (.Net 2.0) | 26 Oct 2007 23:34 GMT | 1 |
While I found some indications that toolstrip positioning could be a problem, I didn't find anything that appeared helpful to me. If anyone knows what the problem is (or better yet, how to resolve it), please let me know... Using the VS 2005 designer (VB.Net), every time I open ...
|
| menu highlighting misbehaves | 23 Oct 2007 23:52 GMT | 5 |
I have constructed a simple menu in VB6. It is a single level menu with no dropdowns. It works fine except that when you click on a menu item it does not always highlight the item you have clicked. When you move the mouse, as often as not it will highlight a different menu
|
| Datagridview visible rows | 22 Oct 2007 19:43 GMT | 2 |
Datagridview Is there a way to tell how many rows are currently visible on the grid? When the app starts say I have it sized to display 10 rows but if the user rezizes the form, I want to resize the grid as well, but I want to know how
|
| menu designer disabled | 22 Oct 2007 06:22 GMT | 3 |
The menu designer is disabled in my vb project If I start a new project I see it is there ok. What governs whether or not you can use the menu designer? TIA
|
| using Net on vb com | 20 Oct 2007 17:08 GMT | 1 |
I have XSL file which i translated to C# classes so i can use it to load data. I compile it to net dll and use regasm to create TLB file based on the DLL. I set it visible on C# and compile it to TLB as baseline. Now i can create
|
| Mixing .NET and VB (none .NET) | 19 Oct 2007 17:37 GMT | 6 |
I would like to know if the following is possible: create a component using C# or VB.NET -> component will use the .netframework v2 create a VB (NONE .net) COM object that uses the above created component
|
| Send keyboard input to another window | 18 Oct 2007 15:13 GMT | 1 |
Is it possible, in a VB6 program, to find a window (of another application) in the screen, activate it and then send keyboard input to it? Thanks in advance.
|
| multimedia control plays wrong file | 17 Oct 2007 13:01 GMT | 10 |
I am trying to play several wav files a set number of times and the control plays them all once and then only plays the last file repeatedly. I am using VB2005 and the VB6 Multimedia control as I only need the basic play function. Below is my code - simplified without all the ...
|
| Frame repeats on tabs using SSTab control | 16 Oct 2007 19:49 GMT | 1 |
This is a goofy problem, so I hope I'm just missing something obvious. I have set up a simple tabbed panel using the SSTab control. However, the first frame control that I set up on the first tab is getting replicated on the other two tabs. Nothing else seems to be, i.e., ...
|
| Remove Method | 12 Oct 2007 13:00 GMT | 2 |
I created a Frame at Run Time and Created a Textboxes inside the Frame at runtime through control array. Frame is not created as control array. I want to Clear all the Controls inside the Frame. I used the controls. Remove method it shows error. why?
|