Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

J5121982

@J5121982
About
Posts
79
Topics
41
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • SETUP.exe
    J J5121982

    How to create a setup.exe to install MySQL_5.0.exe and MySQL_Query_Browser.exe in a single click? MySQL_Query_Browser.exe setup must start after the complete installation of MySQL_5.0.exe . can any one help me ? Thanks in advance

    JAYARAJ

    C / C++ / MFC mysql help tutorial question workspace

  • kalk
    J J5121982

    just for fun!!! sorry for disturbing u all !!!! JAYARAJ

    C / C++ / MFC

  • kalk
    J J5121982

    fsadf JAYARAJ

    C / C++ / MFC

  • mysql database
    J J5121982

    invalid autondication specification message from server "access denied for user root@ist3 (using password : YES)" sql status 2800 error code 1045 how to set password for database in mysql 5.0 please tell me its urgent JAYARAJ

    C / C++ / MFC database mysql sysadmin help tutorial

  • Repair the network. please help
    J J5121982

    Windows could not finish repairing the problem because the following action cannot be completed: Clearing the ARP cache" i get the above error message when i repair my network connection JAYARAJ

    System Admin help sysadmin

  • Changing security of File
    J J5121982

    which os r u using? r u the Administrator of ur system? if so. u can set the permission. start>>control panel>>administrator tools>>local security policy>>windows setting>> local policy>>security option>>network acess sharing and security model for local sysem >>select classic - local.... now right+click the folder for which u need permission>> security tab>> i belive rest of the thing u could do... JAYARAJ

    C / C++ / MFC security tutorial

  • How to get IP address?
    J J5121982

    To get ip address i have this code. Do any one know any simple method to get current IP?

    CString CSignIn::GetIP()
    {
    CString strIp;

    //Init winsock
    WSADATA wsaData;
    int nErrorCode = WSAStartup(MAKEWORD(1,1), &wsaData);
    if (nErrorCode != 0) {
    	//Cannot initialize winsock
    	return \_T("");
    }
    
    char strHostName\[81\];
    if (gethostname(strHostName, 80)==0)
    {
    	hostent \*pHost = gethostbyname(strHostName);
    	if (pHost->h\_addrtype == AF\_INET)
    	{
    		in\_addr \*\*ppip=(in\_addr\*\*)pHost->h\_addr\_list; 
    		
    		//Enumarate all addresses
    		while (\*ppip) 
    		{
    			in\_addr ip=\*\*ppip;
    			strIp = CString(inet\_ntoa(ip));
    			ppip++; 
    			if (strIp!=\_T("")) {
    				break;
    			}
    		}
    	}
    }
    
    return strIp;
    

    }
    {/PRE>

    JAYARAJ

    C / C++ / MFC tutorial question

  • database heros please help me?
    J J5121982

    I am using VC++/MFC . I am checking the remote database connection in LAN. JAYARAJ

    C / C++ / MFC database help mysql com sysadmin

  • Right mouse click for CStatic ?
    J J5121982

    OK.. i need to acess mysql from remote system? do u know how to do it? myconnection string _T("Driver={MySQL ODBC 3.51 Driver};Server=61.247.251.95;Port=3306;Database=ist_encoder;User=root;Password=isakura;Option=4"); can u help me to solve this problem. JAYARAJ

    C / C++ / MFC question

  • Right mouse click for CStatic ?
    J J5121982

    MyDialog.h afx_msg void OnContextMenu(CWnd* pWnd, CPoint point); MyDialog.cpp BEGIN_MESSAGE_MAP(CMyDialog, CDialog) ON_WM_CONTEXTMENU() END_MESSAGE_MAP() void CMyDialog::OnContextMenu(CWnd* pWnd, CPoint point) { // TODO: Add your message handler code here CMenu menu; VERIFY(menu.LoadMenu(IDR_POPUP_MENU)); CMenu* pPopup = menu.GetSubMenu(0); ASSERT(pPopup != NULL); pPopup->TrackPopupMenu(TPM_LEFTALIGN | TPM_RIGHTBUTTON, point.x, point.y, AfxGetMainWnd()); } ---------------------------------------------------------------------------- I Belive that this would be helpfull to u JAYARAJ

    C / C++ / MFC question

  • database heros please help me?
    J J5121982

    how to add your PC's IP address to the database from host? please help me . JAYARAJ

    C / C++ / MFC database help mysql com sysadmin

  • database heros please help me?
    J J5121982

    CADODatabase Eror Code=80004005 Code meaning=Unspecified error Source=Microsoft OLE DB Provider for IDBC Drivers Description =[MYSQL][ODBC 3.51 Driver]Can't connect to MySQL server on '61.247.251.95'(10060) I got this error while i connect database from remote system ? can any one please help me? my database connection string _T("Driver={MySQL ODBC 3.51 Driver};Server=61.247.251.95;Port=3306;Database=ist_encoder;User=root;Password=isakura;Option=4"); Where did i gone wrong? JAYARAJ

    C / C++ / MFC database help mysql com sysadmin

  • database heros please help me?
    J J5121982

    _T("Driver={mySQL ODBC 3.51 Driver};Server=ist16;" "Port=3306;Option=4;Database=ist_encoder;Uid=root;Pwd=isakura;"); Is it right? JAYARAJ

    C / C++ / MFC database help mysql com sysadmin

  • database heros please help me?
    J J5121982

    CADODatabase Eror Code=80004005 Code meaning=Unspecified error Source=Microsoft OLE DB Provider for IDBC Drivers Description =[MYSQL][ODBC 3.51 Driver]Can't connect to MySQL server on '61.247.251.95'(10060) I got this error while i connect database from remote system ? can any one please help me? JAYARAJ

    C / C++ / MFC database help mysql com sysadmin

  • how to run an exe in asp.net. Very Urgent!!!
    J J5121982

    u cont run exe inside web browser' JAYARAJ -- modified at 5:47 Friday 31st March, 2006

    ASP.NET csharp asp-net tutorial

  • string Array
    J J5121982

    CStringArray myclass::getStr() { CStringArray csa; csa.Add("str1"); csa.Add("str2"); return csa; } I got this error what to do? error C2558: class 'CStringArray' : no copy constructor available How to return two dimensional array? JAYARAJ

    C / C++ / MFC data-structures help tutorial question

  • string array
    J J5121982

    i got this error what to do? error C2558: class 'CStringArray' : no copy constructor available JAYARAJ

    C / C++ / MFC data-structures help tutorial question

  • page size
    J J5121982

    how to set the page size for .aspx ? i am new to asp.net can any one help me. thanks in advance JAYARAJ

    ASP.NET csharp asp-net help tutorial question

  • string array
    J J5121982

    how to return string array from a method? CString myclass::getStr() { CString strarr[]={"JAYARAJ","bala"} return strarr; } i get error .. how to do it...? JAYARAJ

    C / C++ / MFC data-structures help tutorial question

  • ping
    J J5121982

    how to check IPSec? JAYARAJ

    System Admin question help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups