Enter Keywords:
1 - 10 of 3639(0.003 seconds)
Sort By:
 
I have one module in my program where i have these two lines:   Public myDB As Database   Public myRS As Recordset I do this when i open my mainform:     Set myDB = OpenDatabase(App.Path + "\file.m...
Zones: Visual Basic, VB ObjectsDate Answered: 08/25/1997 Rating: 7.0 Views: 0
Hi,   I have code structure like this in my program: (inside a CView's subclass) for(i=0;i<1000;i++) {  do some calculations;  Invalidate(); } In my OnDraw() method, the drawing depends on some...
Zones: Windows MFCDate Answered: 08/20/1998 Rating: 8.0 Views: 0
Ok when i call invalidate it places the message at the end of the message queue and even when i send more messages Invalidate is the last thing it does.. So my question is how would you invalidate...
Zones: Windows MFCDate Answered: 09/29/1998 Rating: 5.0 Views: 4
I've downloaded the latest version of the Microsoft Media Player (for Win95), and it refuses to play .au files.  I know .au format was created by Sun, but still, MS does claim they support it. I ge...
Zones: Windows 95Date Answered: 10/23/1998 Rating: 8.6 Views: 0
We have Compaq 6233s and 6350s that were imaged 3 months ago, they all run Norton Avirus 4.0 for 95 with the most current virus files.  Out of 27 machines at various times over the past 3 months 9 ...
Zones: HardwareDate Answered: 05/18/1999 Rating: 6.8 Views: 0
I've been posting questions pertaining to this silly little applet for awhile now - finally it looks the way I want, but I have no idea why this double buffering code works.  I cut-and-pasted it fr...
Zones: JavaDate Answered: 07/07/1999 Rating: 9.4 Views: 0
when my computer starts up it displays "invalid configeration information f1 to continue        f2 go to setup" if i press F1 w/ a boot disk in drive A:- no disk drive avaliable if i press F2-...
Zones: HardwareDate Answered: 04/26/2000 Rating: 7.4 Views: 0
(this problem is similar to the previous "So what IS the range of double?") consider: float F = 1.0E-44; double D = (double)F; Running through this code results in a "Float invalid operat...
Zones: CDate Answered: 05/18/2000 Rating: 6.6 Views: 0
have a block in which I am doing the validation for the required fields The  problem is when I find that a required field is null, or an invalid value  I am issueing an alert asking the user to ent...
Zones: OracleDate Answered: 12/16/2000 Rating: 7.0 Views: 0
i'd like to draw a cross on all the views except the one one view which is the reference-view. the crosses would be draw in the same coordinates of the original cursor. in case the original curso...
Zones: Windows MFCDate Answered: 06/26/2001 Rating: 5.2 Views: 0