| Thread | Last Post | Replies |
|
| What is Retval ? | 25 Jan 2006 07:11 GMT | 6 |
Hello, What is retval in VB and why and where can we use this? Rgds AP
|
| Matrix math in vb | 25 Jan 2006 07:08 GMT | 14 |
I need to solve a matrix of 3 equations and 3 unknowns in VB. Is this possible and is the function variable(x) the tool. Where variable is a 3 demensional array and x is -1, the power to raise the elements. I need to
|
| Using DDE & Visual Basic | 25 Jan 2006 05:25 GMT | 8 |
II trying to write a small app that uses DDE to pull data from an application we use for stock quotes (the application supports DDE) Currently I use Excel with the follow cell formula: =TONE(A7,,ILX|Q!'sp/z5 1300c,LAST')
|
| Wait question | 25 Jan 2006 02:42 GMT | 3 |
I have an application that waits for the network to be acquired before performing certain functions. It tests if network is not available, it waits for 30 seconds and then retries. I added an initial wait mechanism to the beginning which I can set as a parameter. To wait I am ...
|
| Getting Global Variables into Class Module | 25 Jan 2006 02:28 GMT | 6 |
I am adapting existing, working code that uses Class modules, and am using VB6. I need to bring some Global Variables into the Class module, and I have used the "Property Get" to get one or two into the Class module,
|
| [VB6] popup or context menu with no window border | 25 Jan 2006 02:00 GMT | 11 |
I'm almost done with my project. The last thing is quite critical. The best solution for me would be a context menu on single click on picture1.
|
| MS Office programming and VB | 25 Jan 2006 02:00 GMT | 3 |
I'm not sure if this is the right group... I need to be able to open and write to, or create and write to a Word document from a Visual Basic application. Any tutorials, examples on this? Thanks!
|
| Grid Question | 25 Jan 2006 01:38 GMT | 2 |
I building a form that displays data (read only) to the user from a SQL db. I was trying to select a grid control that will allow me to print the data. Any suggestions?
|
| keeping a dialog box - ontop | 25 Jan 2006 00:47 GMT | 2 |
im using a dialog box to show progress of a file transer by using dialog1.show no i need to hide the dialog box to display a message, before showing the dialog box again.
|
| Advice on the capabilities of different grid controls | 24 Jan 2006 22:55 GMT | 7 |
My basic objective is to present data in a grid format to the users, and give them full control of the data including adding, updating, and deleting records, *without* binding the grid control to the database. I have tried using Microsoft’s flex grid control and Infragistics' ...
|
| Need Help !!! | 24 Jan 2006 21:26 GMT | 1 |
I'm using the WebBrowser control in one Form inside my VB.NET application; the page I'm going to display in the control requires you to have a Digital Certificate since it's secured. The DC is already installed in my PC so when the page is loaded i got the popup asking to select the ...
|
| Service Pack(s) for Old versions of Visual Studio | 24 Jan 2006 20:23 GMT | 13 |
I'm looking at purchasing an older version of Visual Studio 6 Professional on ebay. Some of the listing mention that a service pack CD is included. I see that service packs 5 and 6 are available for download from microsoft, but what if the product I purchase is at, say, service ...
|
| Avoiding shared instances of MS Word (VB6) | 24 Jan 2006 18:59 GMT | 7 |
In my code, I launch an instance of Word as follows: ... Set m_AppWord = CreateObject("Word.Application") m_AppWord.Caption = "MyTitle"
|
| Right-to-Left property & Farsi Language don't work. | 24 Jan 2006 17:13 GMT | 1 |
I can't write in Farsi language in my VB6 environment and applications. (This language is activated in windows) I also can't change the direction of my texts into right-to-left. What's the problem?
|
| Terminate Event is not triggered on application close | 24 Jan 2006 16:24 GMT | 1 |
Folks, In my application, i'm using a global collection object which is used across some of the controls. I can use these controls in standalone as well as it can run with some other applications.
|