User Profile

Collapse

Profile Sidebar

Collapse
Altair
Altair
Last Activity: Oct 27 '11, 12:08 AM
Joined: Jan 13 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Altair
    started a topic How to convert CString to float in mfc
    in C

    How to convert CString to float in mfc

    I'm trying to create a dialog-base mfc application that require user to input data in edit box, then the application take it. However, it only work when I convert the data into Integer data and do not work when I try to convert to float data. Can anyone help me please ?
    Here is my code
    Code:
    #include "cstdlib"
    #include "tchar.h"
    void CProjectDlg::OnBnClickedOk()
    {
    CString c_str;
    ...
    See more | Go to post

  • Altair
    started a topic Problem when create login form with DreamWeaver CS4
    in PHP

    Problem when create login form with DreamWeaver CS4

    When using Dream Weaver CS4 to create a login form , i encounter a problem : Everytime i try to connect the database form MySQL , it says error code 405 : Method not allowed . How can i fix this problem ?
    Here is my login form
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    ...
    See more | Go to post
No activity results to display
Show More
Working...