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
S

shortwave

@shortwave
About
Posts
13
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how i can catch message come out dll in my program
    S shortwave

    in my program i use function in dll when this function fails it post message(from insde the dll)like(Erorr number ...) so i dont want this message to appear i want to now win its posted and prevent it to appear to user and then i post my own message.

    C / C++ / MFC

  • how i can catch message come out dll in my program
    S shortwave

    how i can catch message come out from dll that i use in my program so i can post another message instade of dll one

    C / C++ / MFC

  • how i can send text to external program
    S shortwave

    yes it solved but some program didnt recive the text so i ahve its handle

    C / C++ / MFC

  • how i can send text to external program
    S shortwave

    how i can send text from my program to testbox in external program

    C / C++ / MFC

  • how i can whrite text on another form my program
    S shortwave

    i want to send it to external program

    C / C++ / MFC

  • how i can whrite text on another form my program
    S shortwave

    how i can whrite text in testbox on another program form my program like using sendmessage or something

    C / C++ / MFC

  • I want to change internet options
    S shortwave

    :~ I want to change internet options /security from my program in c++ Iam building my webbrowser to let my children to access the internet only from my webbrowser

    Web Development c++ security

  • finding files with a certain extension
    S shortwave

    I dont remember the function name but try this sSearchPath.Format("file.*"); BOOL bWorking = f.FindFile(sSearchPath); int j = 0, i++; while (bWorking) { CString strFileEx = ExtractFileExt(f.GetFileName()); while(strFileEx [j] != '\0' ) { if(!((int)strFileEx [j] >= (int)'0' && (int)strFileEx [j]<='9')) i++; } if(i>0) //do what you want to do bWorking = f.FindNextFile(); } -- modified at 9:57 Sunday 16th April, 2006

    C / C++ / MFC help tutorial question

  • finding files with a certain extension
    S shortwave

    ok for(.............etc.) sprintf(fileFound, "%s\\file.00%.1d ",ARRAYOFCONST((folderPath,i)) ); now you can search for ectintions from 001 to 009 -- modified at 9:20 Sunday 16th April, 2006

    C / C++ / MFC help tutorial question

  • finding files with a certain extension
    S shortwave

    yes I do

    C / C++ / MFC help tutorial question

  • finding files with a certain extension
    S shortwave

    I dont know if this code work with but this what I used int i=0; WIN32_FIND_DATA info; HANDLE hp; sprintf(fileFound, "%s\\*.tga", folderPath); hp = FindFirstFile(fileFound, &info); if(hp== INVALID_HANDLE_VALUE) return; do { sprintf(fileFound,"%s\\%s", folderPath, info.cFileName); // DeleteFile(fileFound); i++; }while(FindNextFile(hp, &info)); FindClose(hp); ShowMessage(i);

    C / C++ / MFC help tutorial question

  • How to make notebad save his ducment from my program
    S shortwave

    hi I just want to know how could I send a save command to another program like notebad from my program.instade of clicking save from file menu

    C / C++ / MFC tutorial

  • How do I close another program from my program
    S shortwave

    hi after i use ShellExecute() to run exe file i coudn't close it from my program by non of th function that i no like fileclose() so i need help to close exe file from my program :sigh:

    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