Recent content by kanch96

  1. kanch96

    Can I operate a variable of another application in my program by pointer in C++

    hi,tkank you guys come in and I got a question in C++. Like thread's title suggest, can I operate a variable of another application in my program by a pointer? code might be : int *pi ,address=0,buf=0; std:cout<<"enter the address of a variable:"; std:cin>>address; *pi = (int*) address...
  2. kanch96

    HELP! I can't make a new thread in Tech-Forums App?

    thanks, problem had been solved,: D
  3. kanch96

    HELP! I can't make a new thread in Tech-Forums App?

    sorry, I have find that button, but I find it on the Profile tab,and when I tap it ,it seems didn't got any action.
  4. kanch96

    HELP! I can't make a new thread in Tech-Forums App?

    sorry, I just made this thread from my nexus5 via chrome instead official app. I just can't find where the new thread button is.
  5. kanch96

    HELP! I can't make a new thread in Tech-Forums App?

    hi, there is something wrong with tech-forums android app . I can't find where to make a new thread? Someone can help me out? I will appreciate it a lot .
  6. kanch96

    What language?

    yeah, visual studio means a lot we can do. :D ------------------------------------------------- Sent from my Nexus 5 using | TechForums app | -------------------------------------------------
  7. kanch96

    Hey guys,some of you are playing battlefield 4? let's ADD FRIENDS each other

    PC So, when I connect servers in Europe and America, I pronouncing that they do not kick me in silence PC
  8. kanch96

    Hey guys,some of you are playing battlefield 4? let's ADD FRIENDS each other

    :) Hey guys,some of you are playing battlefield 4? let's ADD FRIENDS each other add friends each other,so we can play together!:p
  9. kanch96

    What are you playing now?

    Battlefield 4
  10. kanch96

    HELP!MFC,Why I can't get List Control's values

    Thank you have time to see this post I have a function, I hope it can achieve to read each line of the specified List Control column values​​, I refer to the MSDN, he suggest to use this function: CString GetItemText (int nItem, int subItem); But after I spent no response, or lack of...
  11. kanch96

    HELP!MFC, how to operate another class variables?

    you mean the variable "dlg"? Should be written following ? void AddNewItemDlg::OnBnClickedOk() { CICDlg *dlg = new CICDlg; //Get User's data GetDlgItem(ADDNEWITEM_ID)->GetWindowTextA(dlg->Value[0]); GetDlgItem(ADDNEWITEM_PASSWORD)->GetWindowTextA(dlg->Value[1])...
Back
Top Bottom