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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
I

Irish_GUI

@Irish_GUI
About
Posts
24
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • sql packager/sql compare
    I Irish_GUI

    has anyone used these products? if so can they be used while tables are locked?

    C# database question

  • Polling email client
    I Irish_GUI

    bascially, we are looking for a method to find out when a new mail arrives, when it arrives and is from a certain sender, we then want to detach the file attachment and use the detachment in our application

    C#

  • Polling email client
    I Irish_GUI

    Hi, im looking for a method to poll a email client such as outlook or outlook express every few minutes to see whether a new mail has arrived any ideas Thanks

    C#

  • crystal reports in visual studio.net 2003
    I Irish_GUI

    Hi, i am using crystal reports 9.2.xxx that comes with visual studio 2003, we are developing an application with a maximum of 20 concurrent users i was wondering the following: (1)what are the licensing and features limitations of this version of crystal reports? (2)are we free to distribute to as many users as we like royalty free? Thanks In Advance

    C / C++ / MFC csharp visual-studio question announcement

  • crystal reports alternatives
    I Irish_GUI

    Hi, we have found that the last version of crystal reports that was compatible with windows 95 was version 8.5. Can anyone recommend a good commercial alternative to crystal reports, that works with mfc 7.1

    C / C++ / MFC c++ announcement

  • crystal reports 10 in unmanaged c++ in vs.net 2003
    I Irish_GUI

    has anyone got the active x component to work correctly in unmanaged c++ (mfc 7.1) in visual studio.net 2003 ?

    C / C++ / MFC csharp c++ visual-studio question

  • VC 2003 and crystal reports
    I Irish_GUI

    hi, can anyone tell me if crystal reports works with unmanaged c++ in visual studio 2003 ? I have installed version 9 and 10 and cannot use either any tips, Regards, Dermot

    C / C++ / MFC csharp c++ visual-studio question announcement

  • MFC 7 and Windows 95
    I Irish_GUI

    i am just wondering regarding visual studio 2002, with mfc 7.0 is it compatible with all Windows clients from 95 to XP. Do the mfc runtime dlls support Windows 95 ? If not, whats the recommended workaround, re-compile the application under mfc 6 ?

    C / C++ / MFC csharp c++ visual-studio question

  • Cast/Conversation
    I Irish_GUI

    cheers guys tis working struct in_addr ia; ia.s_addr = inet_addr(strAdapterInfo); BYTE localIp[3]; localIp[0] = ia.S_un.S_un_b.s_b1; localIp[1] = ia.S_un.S_un_b.s_b2; localIp[2] = ia.S_un.S_un_b.s_b3; localIp[3] = ia.S_un.S_un_b.s_b4; Thanks again

    C / C++ / MFC tutorial question

  • Cast/Conversation
    I Irish_GUI

    Hey, i am familar with that its a cstring to a byte[] im looking to do

    C / C++ / MFC tutorial question

  • Cast/Conversation
    I Irish_GUI

    I have an IP Address in CString format i need it in the BYTE format below. //BYTE localIp[] = {127,0,0,1}; could anyone show me how to do this? Thanks

    C / C++ / MFC tutorial question

  • DNS to IP
    I Irish_GUI

    i am using winsock 1.1 if that might be a problem in the struct hostent *hp; i only have the following members: hp->h_addr_list hp->h_addrtype hp->h_aliases hp->h_length hp->h_name i do not have a hp->h_addr member

    C / C++ / MFC tutorial com sysadmin

  • DNS to IP
    I Irish_GUI

    Rob, thanks for that but in flow of execution strDns = "www.codeproject.com"; hp = gethostbyname(strDns); executes fine name_ip.sin_addr.s_addr = *((unsigned long*)hp->h_addr); // crash occurs name_ip.sin_family = AF_INET; name_ip.sin_port = htons(iPort); any ideas?

    C / C++ / MFC tutorial com sysadmin

  • DNS to IP
    I Irish_GUI

    Aaron i cannot get that to work.. GetHostAddress("http://www.coderproject.com"); unsigned long DialogClass::GetHostAddress(LPCSTR host) { struct hostent *phe; char *p; phe = gethostbyname(host); p = *phe->h_addr_list; // Crash here return *((unsigned long*)p); } any ideas ?

    C / C++ / MFC tutorial com sysadmin

  • DNS to IP
    I Irish_GUI

    Hi, can someone please give me an example of how to translate a domain name eg. www.codeproject.com into its IP address. i have this working for network machine names but not for domain names. preferably into CString or unsigned long format. Thanks

    C / C++ / MFC tutorial com sysadmin

  • dsn to ip in c++
    I Irish_GUI

    i want to allow a user to enter a website address (eg. www.microsoft.com) into a text box and i can then resolve this address to its IP address. i am sure there is a function for this, but i cannot find it thanks

    C / C++ / MFC c++ com

  • user priveldges
    I Irish_GUI

    im looking for a method, to find out the account type of the logged in user, as in, administrator or guest priveldges etc Thanks

    C / C++ / MFC

  • service status
    I Irish_GUI

    Hi, i am looking for some api, or method to check the current status of a service and return a value to a program, then if needs be i can start the service via net start or relevant method Thanks

    C / C++ / MFC json

  • the windows interface
    I Irish_GUI

    different styles, u can make VC windows look like VB form windows very easily

    C / C++ / MFC delphi

  • dialog parent window pointer
    I Irish_GUI

    that returns a pointer to desktop :-(

    C / C++ / MFC help question
  • Login

  • Don't have an account? Register

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