How to open file dbf ?
-
Hi, I want to ask three question: 1.open file *.dbf in VC6 ? 2.how to load bitmap image from resource(use funtion Loadimage)? 3.how to process control run with indentify time left? Thanks very much !
-
Hi, I want to ask three question: 1.open file *.dbf in VC6 ? 2.how to load bitmap image from resource(use funtion Loadimage)? 3.how to process control run with indentify time left? Thanks very much !
Load Image:
HBITMAP hBitmap =
(HBITMAP )LoadImage(AfxGetResourceHandle(),
LPCTSTR(IDB_BITMAP),
IMAGE_BITMAP, 0, 0,
LR_CREATEDIBSECTION);LR_CREATEDIBSECTION ensures colours in your bitmap not mapped to the system palette. Did not understand other questions.
-
Hi, I want to ask three question: 1.open file *.dbf in VC6 ? 2.how to load bitmap image from resource(use funtion Loadimage)? 3.how to process control run with indentify time left? Thanks very much !
for the .dbf you can use a crecordset object. For the connection string, there's an article on this site called "ADO Connection Strings" that will work Who are all these people and what are they doing in my house?...Me in 30 years, inside a grocery store My articles[^] bdiamond :zzz: