Click here to Skip to main content
15,900,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: add a tool bar Pin
Hamid_RT27-Jul-06 21:10
Hamid_RT27-Jul-06 21:10 
GeneralRe: add a tool bar Pin
see me27-Jul-06 21:39
see me27-Jul-06 21:39 
Questionin VC++ Pin
Sheryl Rebecca Varma27-Jul-06 18:50
Sheryl Rebecca Varma27-Jul-06 18:50 
Questionhow to print in dailog box [modified] Pin
With_problem27-Jul-06 17:54
With_problem27-Jul-06 17:54 
AnswerRe: how to print in dailog box Pin
_AnsHUMAN_ 27-Jul-06 18:02
_AnsHUMAN_ 27-Jul-06 18:02 
GeneralRe: how to print in dailog box Pin
With_problem27-Jul-06 18:07
With_problem27-Jul-06 18:07 
AnswerRe: how to print in dailog box Pin
_AnsHUMAN_ 27-Jul-06 18:22
_AnsHUMAN_ 27-Jul-06 18:22 
AnswerRe: how to print in dailog box [modified] Pin
Parthi_Appu27-Jul-06 18:48
Parthi_Appu27-Jul-06 18:48 
priyanka s wrote:
USING IT FOR STORING session recive from server
sessionid==m_arielapi.Login("wwtest2","RD9234","wwtest2");

CALLING IN OTHER FUNCTION
void CWartzDlg::OnBLogout()
{
// TODO: Add your control notification handler code here

m_arielapi.Logout("sessionid");
}


If you are using the exact code fragment then obviously you'll get error..
I don't know the type of session id returned by your Login(...), i assumed that char is returned....
In your code you are not assigning the value to sessionid and also you are not paasing the value of sessionid to Logout(..), instead you are passing the string "sessionid" as parameter...


priyanka s wrote:
When i connect to server it will give me a
sessionID and i want to display it in my dialog box.And also the mesage connected not connected is that possible?how?


You can use DrawText are you can simply have a static control and display the information there by setting its window text..




-- modified at 0:50 Friday 28th July, 2006

Do your Duty and Don't expect the Result

GeneralRe: how to print in dailog box Pin
With_problem27-Jul-06 19:21
With_problem27-Jul-06 19:21 
GeneralRe: how to print in dailog box Pin
Parthi_Appu27-Jul-06 19:33
Parthi_Appu27-Jul-06 19:33 
GeneralRe: how to print in dailog box Pin
With_problem27-Jul-06 19:42
With_problem27-Jul-06 19:42 
QuestionMoveTextToTheBottom ! Help me Pin
Thanhnamdo27-Jul-06 17:41
Thanhnamdo27-Jul-06 17:41 
AnswerRe: MoveTextToTheBottom ! Help me Pin
see me27-Jul-06 18:09
see me27-Jul-06 18:09 
GeneralRe: MoveTextToTheBottom ! Help me Pin
Thanhnamdo27-Jul-06 22:13
Thanhnamdo27-Jul-06 22:13 
GeneralRe: MoveTextToTheBottom ! Help me Pin
toxcct27-Jul-06 22:43
toxcct27-Jul-06 22:43 
AnswerRe: MoveTextToTheBottom ! Help me Pin
Saravanan Sundaresan27-Jul-06 19:44
professionalSaravanan Sundaresan27-Jul-06 19:44 
AnswerRe: MoveTextToTheBottom ! Help me Pin
Hamid_RT27-Jul-06 22:45
Hamid_RT27-Jul-06 22:45 
QuestionPROBLEM WITH EDIT BOX IN .NET 2005 FOR SMART DEVICE LIKE POCKET PC Pin
phijophlip27-Jul-06 17:17
phijophlip27-Jul-06 17:17 
Questioncomputer hardware programming help Pin
Ram Murali27-Jul-06 17:04
Ram Murali27-Jul-06 17:04 
AnswerRe: computer hardware programming help Pin
Maxwell Chen27-Jul-06 17:48
Maxwell Chen27-Jul-06 17:48 
QuestionRe: computer hardware programming help Pin
Ram Murali27-Jul-06 18:06
Ram Murali27-Jul-06 18:06 
AnswerRe: computer hardware programming help Pin
Maxwell Chen27-Jul-06 18:57
Maxwell Chen27-Jul-06 18:57 
GeneralRe: computer hardware programming help Pin
Ram Murali27-Jul-06 19:04
Ram Murali27-Jul-06 19:04 
QuestionHow could I show the time in View Pin
sdhtyjnniutnbjnhbghb27-Jul-06 16:47
sdhtyjnniutnbjnhbghb27-Jul-06 16:47 
AnswerRe: How could I show the time in View Pin
see me27-Jul-06 17:24
see me27-Jul-06 17:24 

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.