| Thread | Last Post | Replies |
|
| Accessing a variable from a form in a module (VB6) | 19 Dec 2004 08:49 GMT | 4 |
As you may guess, I'm not a very experienced VB6 programmer... However, I feel this should be easy to do... but it just doesn't work. At the beginning of the "code" in a form (MyForm), I declare a variable: '---- MyForm -------
|
| Is it possible to keep a form on top... | 19 Dec 2004 08:38 GMT | 6 |
Is it possible to keep a form on top of all other programs without that form interfering with the other program (just so you can see the form not interact with it) so you can type normally into that program, or do anything as normal in that program.
|
| Out of memory | 18 Dec 2004 23:57 GMT | 5 |
I was wondering if anyone can help. I wrote a program in VBA. It does some calculations with matrices (arrays) . These arrays are dynamic and are sized according to a user defined input. The program works great when woriking with a small number but as the number increases (estimate ...
|
| Mouse pointer position | 18 Dec 2004 21:45 GMT | 10 |
I am trying to write a small game, and for that I need to get the x and y position of the mouse pointer - within the form, not the screen... Using Getcursorpos isn't helping, even if I subtract the forms position since I don't know the (various) height of a forms title bar.
|
| Shell | 18 Dec 2004 20:22 GMT | 6 |
How can I make a program halt, so when shell command is finished my program continues, but as long as the shell is running it must be on "hold" ??
|
| find file with "highest" name | 18 Dec 2004 19:04 GMT | 3 |
I have a folder with about 10000 files with names like 1.txt 2.txt 6.txt 432.txt. Is there an easy way to get ahold of the file with the greatest number in it's name. (in this case 432.txt)
|
| Obtain OU Information | 18 Dec 2004 17:24 GMT | 6 |
Greetings. I am still stuck in the world of VB 6. We need to obtain the name of the OU associated to a given user account from within a DLL. Apparently security will add to the complexity of the task. I understand that the DLL must be running under a user with
|
| How do I Execute the content of a textbox | 18 Dec 2004 14:42 GMT | 4 |
In VB5 I have a textbox containing "cmdText1.Visible = False". How can I execute this? IOW: How can I hide cmdText1 using the above? Nat
|
| Problem getting web page contents | 18 Dec 2004 14:30 GMT | 13 |
I am using the Internet Transfer Control and OpenURL to retrieve information from a web page. Pages with file names (like .csv) in the URL work fine. html pages don't. I get an Error 13 when I issue the OpenURL command.
|
| Writing xml code with VB | 18 Dec 2004 14:08 GMT | 2 |
Can anyone give me suggestions about outputting a data from an MSFlexGrid in 'xml' format. I would like to open it in MS Word. Thanks
|
| What is the ! when used with a recordset? | 18 Dec 2004 04:45 GMT | 4 |
I'm learning a lot from a sample database project that I got from a great site on the Web. The code works great and I am understanding it as I go through it until I get to the following line where "rs" is the variable name of
|
| Help: using an ActiveX DLL with VS .Net | 18 Dec 2004 03:27 GMT | 1 |
I have a 3rd party application API that I have been using, which all works in VB6. I have upgraded to Visual Studio .Net 2003, and am struggling to get it to work. What I did was: VB6: (This works fine)
|
| ADO Data Control Example off the MSDN online | 18 Dec 2004 01:55 GMT | 1 |
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adodc98/html/vb ctladodatacontrolx.asp Private rsProducts As ADODB.Recordset Private Sub Form_Load() Dim strPath As String
|
| VB.NET - get list of reports from Access MDB doesn't work | 17 Dec 2004 23:55 GMT | 1 |
I've got some VB.NET code that *should* get a list of reports from an Access MDB and populate a list box with them. It doesn't detect any of the reports at all. oAccess.Reports.Count comes up as 0. There are four reports in the MDB. They are not
|
| store 10 numebrs into an array and display the total | 17 Dec 2004 20:18 GMT | 3 |
hello again, Bit of a newbie question. How do i let the user input and store 10 numebrs in an array. Then when i click on a button, the total appears in a txt box?
|