Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: //--------- i need some help please -------------// Pin
Hamid_RT21-Sep-06 20:28
Hamid_RT21-Sep-06 20:28 
QuestionRe: //--------- i need some help please -------------// Pin
Bravoone_200621-Sep-06 20:35
Bravoone_200621-Sep-06 20:35 
AnswerRe: //--------- i need some help please -------------// Pin
Hamid_RT21-Sep-06 20:52
Hamid_RT21-Sep-06 20:52 
AnswerRe: //--------- i need some help please -------------// [modified] Pin
Bravoone_200621-Sep-06 21:03
Bravoone_200621-Sep-06 21:03 
GeneralRe: //--------- i need some help please -------------// Pin
Bravoone_200621-Sep-06 21:20
Bravoone_200621-Sep-06 21:20 
GeneralRe: //--------- i need some help please -------------// Pin
Hamid_RT21-Sep-06 21:21
Hamid_RT21-Sep-06 21:21 
AnswerTHIS is NOT a correct subject :( Pin
toxcct21-Sep-06 21:47
toxcct21-Sep-06 21:47 
AnswerRe: //--------- i need some help please -------------// Pin
Eytukan21-Sep-06 21:51
Eytukan21-Sep-06 21:51 
Bravoone, Please remove those Guards around the title. It looks annoying.

write a function searchName that gets CString as the param.
<br />
searchName(CString)<br />
{<br />

// Though you can right a select statment straight from here, better create a stored procedure to find name.
//Call the Stored procedure here. In your stored procedure have an Ouput Parameter that returns the found name.
CString csFoundCity;
//So, you take this returned value in a CString.
<br />
 m_city.SetWindowText(csFoundCity);<br />

so in m_city's onchange, call similar function that searches and fills the corresponding CEdits.
<br />
}<br />





<marquee scrollamount="1" scrolldelay="1" direction="up" height="10" step="1">--[Jig | [Dance] ]--

[My Current Status]

Link2006 wrote:Let's take it outside of CP
Jeremy : Please don't.I would love to see this.I'm making the popcorn already.

GeneralRe: //--------- i need some help please -------------// Pin
Bravoone_200621-Sep-06 23:06
Bravoone_200621-Sep-06 23:06 
QuestionError in OpenFileMapping function. Pin
cathy_d'souza21-Sep-06 19:33
cathy_d'souza21-Sep-06 19:33 
AnswerRe: Error in OpenFileMapping function. Pin
Hamid_RT21-Sep-06 20:00
Hamid_RT21-Sep-06 20:00 
QuestionRe: Error in OpenFileMapping function. Pin
prasad_som21-Sep-06 20:04
prasad_som21-Sep-06 20:04 
QuestionPro grammatically importing digital certificate which only contains a public key Pin
Sudhir Mangla21-Sep-06 18:19
professionalSudhir Mangla21-Sep-06 18:19 
QuestionHow to detect full-screen window? Pin
jipai21-Sep-06 17:06
jipai21-Sep-06 17:06 
AnswerRe: How to detect full-screen window? Pin
Steve Echols21-Sep-06 17:59
Steve Echols21-Sep-06 17:59 
GeneralRe: How to detect full-screen window? Pin
jipai21-Sep-06 22:13
jipai21-Sep-06 22:13 
QuestionKeeping window within boundry, win32 sdk [modified] Pin
beeejay21-Sep-06 16:19
beeejay21-Sep-06 16:19 
AnswerRe: Keeping window within boundry, win32 sdk Pin
Nibu babu thomas21-Sep-06 17:24
Nibu babu thomas21-Sep-06 17:24 
GeneralRe: Keeping window within boundry, win32 sdk Pin
beeejay21-Sep-06 17:34
beeejay21-Sep-06 17:34 
GeneralRe: Keeping window within boundry, win32 sdk Pin
Nibu babu thomas21-Sep-06 17:43
Nibu babu thomas21-Sep-06 17:43 
GeneralRe: Keeping window within boundry, win32 sdk Pin
beeejay21-Sep-06 17:56
beeejay21-Sep-06 17:56 
GeneralRe: Keeping window within boundry, win32 sdk Pin
Nibu babu thomas21-Sep-06 18:23
Nibu babu thomas21-Sep-06 18:23 
GeneralRe: Keeping window within boundry, win32 sdk Pin
beeejay21-Sep-06 18:34
beeejay21-Sep-06 18:34 
GeneralRe: Keeping window within boundry, win32 sdk Pin
Nibu babu thomas21-Sep-06 18:36
Nibu babu thomas21-Sep-06 18:36 
GeneralRe: Keeping window within boundry, win32 sdk Pin
beeejay21-Sep-06 18:47
beeejay21-Sep-06 18:47 

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.