Skip to content

BattleStar-Galactica

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 370 total)
  • Author
    Posts
  • #190776

    you can dl trial version of vs2008 and crack it for full like me 😆 if you dont know how to do that ask me on crack forum :mrgreen:

    #187826

    a cow was killed

    #176613

    its’ up to you loco btw the program has some bug, I have tested it with Departure and I did not handle any error. you have to follow these step the minimize the crash 😀

    1) login to paltalk
    2) start my program
    3) click on start button
    4) close my program before you exit paltalk

    #176616

    @Admin wrote:

    umm, aigh lol how I make it work, I mean I click on start, then it gets the nicks 🙂 then whas next, sorry lol I really want these program 😆

    then go to C:Program FilesChieuThuNhoEmPaltalkLoginLog
    to see the log file, tell your friend to login/logout to test it and see the result

    #190852

    SELECT * FROM table1

    you get all info about your records and ….
    I won’t write it for free just one person use it 😛

    btw your question is too generic, cuz there are too many kind of database. progress, sql server, access, oracle ect…

    #187846

    browse all my posts

    #191197

    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

    #191201

    should I continue this with an other method that will get the same result but I think a little bit confusing for vb6 programmer with that method I think I will wait.

    what is that method is created a class derived from CEdit class.

    lets me know if it’s enough for you for now 😀

    #191202

    two other function to get edit control value

    GetDlgItemInt and GetDlgItemText

    read msdn to know how to use them or ask me 😀

    #191203

    that is the way to get edit control value in MFC properly but try this one, this is the way too get edit control value in c++(WIN32)

    char* strTextBoxVal;
    HWND hTextBox = ::GetDlgItem(this->m_hWnd,IDC_EDIT1);
    int lenght=::GetWindowTextLength(hTextBox);

    strTextBoxVal = new char[lenght + 1]; //allocated memory
    ::SendMessage(hTextBox,WM_GETTEXT,(WPARAM)lenght + 1,(LPARAM)strTextBoxVal);
    ::MessageBox(NULL,strTextBoxVal,strTextBoxVal,MB_OK);
    delete strTextBoxVal; //clean up memory, you have to it manually in c++

    #191205

    are you able to make it work like pic18 😉

    #191208

    I use vs2005, it’s alway better that we use same version but it’s not necessary.

    #191210

    when you’re ready or stuck in somewhat, just ask baby 😉

    #191212

    change your mind, you cannot combined vb6 with c++, there is no textbox1.text in c++

    #187890

    browse this forum, all the work has done, need to know how do copy&past 😀

Viewing 15 posts - 1 through 15 (of 370 total)