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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10021191.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10073866.htm...
Zones:
Windows MFCDate Answered: 08/20/1998 Grade: A 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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10079541.htm...
Zones:
Windows MFCDate Answered: 09/29/1998 Grade: C Views: 0
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Win95_3x/95/Q_10091...
Zones:
Windows 95Date Answered: 10/23/1998 Grade: B 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 ...
http://www.experts-exchange.com/Hardware/Misc/Q_10160290.html
Zones:
HardwareDate Answered: 05/18/1999 Grade: A 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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10178938.html
Zones:
JavaDate Answered: 07/07/1999 Grade: A 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-...
http://www.experts-exchange.com/Hardware/Misc/Q_10332733.html
Zones:
HardwareDate Answered: 04/26/2000 Grade: A 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...
http://www.experts-exchange.com/Programming/Languages/C/Q_10351828.html
Zones:
CDate Answered: 05/18/2000 Grade: A 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...
http://www.experts-exchange.com/Database/Oracle/Q_11972098.html
Zones:
OracleDate Answered: 12/16/2000 Grade: B 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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20131452.htm...
Zones:
Windows MFCDate Answered: 06/26/2001 Grade: B Views: 0