Click here to Skip to main content
15,925,255 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Changing Windows background !!! Pin
Hadi Rezaee3-Sep-02 9:07
Hadi Rezaee3-Sep-02 9:07 
GeneralRe: Changing Windows background !!! Pin
User 66583-Sep-02 9:14
User 66583-Sep-02 9:14 
GeneralRe: Changing Windows background !!! Pin
Jason Henderson3-Sep-02 9:42
Jason Henderson3-Sep-02 9:42 
GeneralRe: Changing Windows background !!! Pin
Hadi Rezaee3-Sep-02 10:12
Hadi Rezaee3-Sep-02 10:12 
GeneralInserting a Child dialog to Parent dialog !!! Pin
Hadi Rezaee3-Sep-02 8:10
Hadi Rezaee3-Sep-02 8:10 
GeneralRe: Inserting a Child dialog to Parent dialog !!! Pin
Chris Losinger3-Sep-02 10:44
professionalChris Losinger3-Sep-02 10:44 
GeneralRe: Inserting a Child dialog to Parent dialog !!! Pin
Hadi Rezaee3-Sep-02 10:56
Hadi Rezaee3-Sep-02 10:56 
GeneralDAO: linking dbf table with different extension Pin
AndyR3-Sep-02 6:16
AndyR3-Sep-02 6:16 
The following code works with DAO 3.5, but it doesn't when I add the following line into InitInstance():

<br />
AfxGetModuleState()->m_dwVersion = 0x0601;<br />
....<br />
<br />
CDaoDatabase db;<br />
db.Create("c:\\test.mdb");<br />
<br />
CDaoTableDef td(&db);<br />
<br />
td.Create("test link");<br />
td.SetConnect("dBase IV;Database=C:\\");<br />
<br />
// test.ddf is a dbf created with FoxPro 2.5x & renamed:<br />
td.SetSourceTableName("test.ddf");<br />
<br />
td.Append();<br />


The error message is "The Microsoft Jet database engine could not find the object 'test'. Make sure the object exists and that you spell its name and the path name correctly."

I've tried using "test#ddf" as a vaguely remember reading that this is the key to getting non standard extensions accepted, but this makes no difference in Jet 3.5 or 3.6 (i.e. 3.5 still worksSmile | :) , 3.6 doesn't workFrown | :(

Any ideas?
GeneralRe: DAO: linking dbf table with different extension Pin
Lasse3-Sep-02 9:11
Lasse3-Sep-02 9:11 
GeneralRe: DAO: linking dbf table with different extension Pin
AndyR3-Sep-02 22:39
AndyR3-Sep-02 22:39 
GeneralClasswizard Problem w/ External Resource DLL Pin
Andrew Welch3-Sep-02 5:37
Andrew Welch3-Sep-02 5:37 
GeneralRe: Classwizard Problem w/ External Resource DLL Pin
Tomasz Sowinski3-Sep-02 5:47
Tomasz Sowinski3-Sep-02 5:47 
GeneralRe: Classwizard Problem w/ External Resource DLL Pin
Andrew Welch3-Sep-02 6:06
Andrew Welch3-Sep-02 6:06 
GeneralCreating a timer in the Program.. Pin
abhinarulkar3-Sep-02 5:36
abhinarulkar3-Sep-02 5:36 
GeneralRe: Creating a timer in the Program.. Pin
Tomasz Sowinski3-Sep-02 5:41
Tomasz Sowinski3-Sep-02 5:41 
GeneralRe: Creating a timer in the Program.. Pin
valikac3-Sep-02 10:15
valikac3-Sep-02 10:15 
Generaltext string ID to numeric ID Pin
Sascha3-Sep-02 5:12
Sascha3-Sep-02 5:12 
GeneralRe: text string ID to numeric ID Pin
Chris Losinger3-Sep-02 5:16
professionalChris Losinger3-Sep-02 5:16 
GeneralRe: text string ID to numeric ID Pin
Tomasz Sowinski3-Sep-02 5:20
Tomasz Sowinski3-Sep-02 5:20 
GeneralRe: text string ID to numeric ID Pin
Sascha3-Sep-02 5:20
Sascha3-Sep-02 5:20 
GeneralWrite own resource editor PROBLEM Pin
Da_Hero3-Sep-02 5:00
professionalDa_Hero3-Sep-02 5:00 
GeneralRe: Write own resource editor PROBLEM Pin
Tomasz Sowinski3-Sep-02 5:13
Tomasz Sowinski3-Sep-02 5:13 
GeneralRe: Write own resource editor PROBLEM Pin
Da_Hero3-Sep-02 5:34
professionalDa_Hero3-Sep-02 5:34 
GeneralRe: Write own resource editor PROBLEM Pin
Tomasz Sowinski3-Sep-02 5:38
Tomasz Sowinski3-Sep-02 5:38 
QuestionCListCtrl - each character in different color? Pin
User 66583-Sep-02 4:46
User 66583-Sep-02 4:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.