| Thread | Last Post | Replies |
|
| vba - form in foreground but no focus | 31 Jan 2006 12:38 GMT | 1 |
with frmtest1.show i open a form. of course the focus is now on this form, so i cannot do other things..... what i want to have is that the form is shown at the screen (i dont care if it is shown as inactive) but it should be possible to do
|
| Visual Basic 6.0 function pointers | 31 Jan 2006 05:54 GMT | 2 |
Is it possible to pass an addressof (some function ) to a class and have that class call the function to which the pointer points to? Thanks alot!
|
| reading/writing to ini files | 31 Jan 2006 04:35 GMT | 7 |
how do i read/writefrom ini files?
|
| Problems with "make" command | 31 Jan 2006 01:11 GMT | 1 |
I have a procedure declared in the general declarations section of frmDisplayRecipe as follows: Private Sub DsplyRcp() I call it from a form procedure in frmDisplayRecipe as follows:
|
| Dim statement | 31 Jan 2006 00:15 GMT | 4 |
Trying to teach myself visual basic. Haven't written any code since the days of DOS using Turbo Pascal. I have a number of Pascal programs that run OK in Win 98, except that the graphicll outputs portions (X-Y plots) do not print with my ink jet printer. The text portions do ...
|
| Solving Triangles | 30 Jan 2006 20:46 GMT | 23 |
Greetings. I have been pounding my head on this problem for a few days and I cannot get the dang thing to work. I have been trying to calculate two angles and the distance of one side in an angle. Given a triangle with one corner "A" at 15 degrees and the
|
| Dim var as Stream | 30 Jan 2006 18:40 GMT | 1 |
I often end up with Stream type variables when I type quickly and don't put in the extra character to get a String. Decided finally to look up and see just what they are, and had no success with my MSDN Library. Just what are Stream variables used for in VB6?
|
| Using the printer object | 30 Jan 2006 18:22 GMT | 3 |
This is my first attempt at using the printer object. I typed the following line in a form procedure: printer.print "Printer" And of course it printed the word "Printer" on the printer.
|
| KillDir not with long filenames? | 30 Jan 2006 09:17 GMT | 4 |
When I use killdir to delete a file, only names from 8 characters or shorter wil delete. But names like MYFILE~1.TXT don't work with killdir. FileName$ = "C:\PROGRA~1\MYDIRS~1\MYFILE~1.TXT
|
| Can I tell what size of paper the user has selected from his printer? | 30 Jan 2006 05:27 GMT | 12 |
Once users select the type of paper they want from the ConfigPrinter dialog, I would like to resize a picture control accordingly to show them what it may look like. If it doesn't look right, I want them to be able to reselect a different type of paper (or envelope or whatever).
|
| Lost Projects | 29 Jan 2006 20:23 GMT | 2 |
I've written (VB 6.0) several programs at work and stored them on our Novell 5.1 server. At a later date, those folders were moved (intact) to another location on the server. Now, when I try to open ANY (and all) of those project files, I get a "File not found" error. Windows ...
|
| Open browser and post to https page | 29 Jan 2006 09:55 GMT | 4 |
I have a special request. I am trying to integrate a secure web based product and a vb application together. Basically, data is entered into the vb application and processed as the
|
| Select query and user defined function | 29 Jan 2006 07:15 GMT | 5 |
Can a function that exists in a Visual Basic module be used in a Select query on a Access 97 database, in a VB procedure? When I try to do this I get the error 3085, unrecognized function. ex:
|
| Visual Studio 2005 upgrade decision help | 29 Jan 2006 05:01 GMT | 2 |
Now that Visual Studio 2005 has been out a while I'm hoping that someone can give me some insight on what version to upgrade to (standard or professional). I went out on Microsoft's site and looked at the comparison chart and didn't find anything really significant between the ...
|
| Need help copying file that is already open. | 29 Jan 2006 04:26 GMT | 9 |
BTW, I'm using VB5 on WinXP... is that ok? My main question is this: What is a good way to backup a microsoft database file? My project uses a file "myfile.mdb" and I want to add a backup feature to my project.
|