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
F

faroqtam

@faroqtam
About
Posts
32
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • internet access? help
    F faroqtam

    I need to access the internet using MFC program from LAN that connected to ISA server proxy. I need to gamp over this server using my MFC program . can any one help me about this problem. plz, some source code.... thanx in advance. On Earth nothing impossible, while your mind running. Faroqtam

    C / C++ / MFC help c++ sysadmin question

  • what is this socket behavior in c# ?!!!
    F faroqtam

    Hi I have write a web proxy server using c# but the follwing senario occure. when we try to send a request to the internet the network performance is very low even though ,there are many requests pended to the internet. Now . if this problem in the C# socket strcture ,or in the options of the socket . plz any help. thanx in advance. On Earth nothing impossible, while your mind running. Faroqtam

    C# sysadmin help question csharp performance

  • Run my process on sytem Start up
    F faroqtam

    Hi: i need to run my process befor windows running . not by using the Run key or Winlogon key or start up floder. that is mean i need to Run it when operating systems choosing menu apparing in Dos. thanx alot. Bye. On Earth nothing impossible, while your mind running. Faroqtam

    System Admin

  • Running Only one application in Windows
    F faroqtam

    Hi : only by replace the shell value in the follwing registry key your program will run instead of explorer.exe replace you program full path in the explorer.exe place in the shell value . HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon to restart windows or shutdown when your program close . when your program quered to closed only invok ExitWindowsEx(....) API function . bye . Faroq Al-tam KingofC On Earth nothing impossible, while your mind running. Faroqtam

    System Admin c++

  • Close applications
    F faroqtam

    Hi u can close the system abnormaly by closing the Winlogon process . when this process close the system will be halted and the system restarted. On Earth nothing impossible, while your mind running. Faroqtam

    System Admin help question

  • FUZZY Set help ?
    F faroqtam

    Hi: Please some help about fuzzy set. or any site tech such techinques any help can help me . Thanx alot. Bye On Earth nothing impossible, while your mind running. Faroqtam

    C / C++ / MFC help question

  • Fuzzy Logic and c++
    F faroqtam

    Hi I need some help for fuzzy logic and how i can implement the fuzzy set in c++ code . Any help can help me Thanx for u. On Earth nothing impossible, while your mind running. Faroqtam

    C / C++ / MFC c++ help

  • Fuzzy set and c++ !
    F faroqtam

    Hi I have work with fuzzy set project and i need some help for how i can create inferance for fuzzy set theroy in the c++ code . plz any type of help about Fuzzy set can help me . On Earth nothing impossible, while your mind running. Faroqtam

    C / C++ / MFC c++ help

  • Multithreading
    F faroqtam

    Hi. The easist way is use AfxBeginThread (threadproc,hwnd,threadpriority) threadproc : threadfunction with form UINT threadproc(void* para) { //here do any thing return true } hwnd:this is the para parameter on threadproc function threadpriority:may be 1-THREAD_PRIORITY_NORMAL 2-THREAD_PRIORITY_LOWEST . AfxBeginThread return CWinThread object this object can be use to suspend and kill the thread u can use many thread with the above story If this not help u contact me on faroq_tam2004@yahoo.com to get sample MFC program describe MFC MThreading bye. On Earth nothing impossible, while your mind running. Faroqtam

    C / C++ / MFC c++ help

  • Some help for Loop's
    F faroqtam

    Hi . Thanx alot. On Earth nothing impossible, while your mind running. Faroqtam

    C / C++ / MFC performance help

  • string tables & language switch
    F faroqtam

    Hi . u can create 2 Dll files with your resources and then use API function to load your resources as u wanted. On different Dll files u can use the same ID for the string. that is mean only change the dll file for specific language. for Example create Eng.dll file for English Version and Frn.dll for France Version. this make your program more esaer to development. Bye. On Earth nothing impossible, while your mind running. Faroqtam

    C / C++ / MFC question c++ com

  • "Please Wait..." Dialog
    F faroqtam

    Hi You can use CStatic Class to show "please wait..." message. if u wanted to know when task ended u can use Threads API functions or MFC threads functions as AfxBeginThread(threadfun,hwnd,threadpriority) , then create thread and Use WaitForSingleObject(....) API function to determine when your task ended . if u need more help contact me on faroq_tam2004@yahoo.com. If this dos'nt help u im sorry. Bye. On Earth nothing impossible, while your mind running. Faroqtam

    C / C++ / MFC question

  • Some help for Loop's
    F faroqtam

    Hi I need some help for the follwoing state. when i use for(....) statement the CPU prformance becomes 100% when i use Sleep(..) function the program performance becomes more slower. i need some techinques for using loop with large rang with minmal CPU performance . plesea some help. thanx alot BY. On Earth nothing impossible, while your mind running. Faroqtam

    C / C++ / MFC performance help

  • Retrive RGB value using DIB
    F faroqtam

    Hi I need some help for retrive RGB values from Images using DIB ,and without using GetPixel and SetPixel API function's pleaes some source code. Thanx alot On Earth nothing impossible, while your mind running. Faroqtam

    C / C++ / MFC json help

  • comparing images
    F faroqtam

    Hi Christian Thanx thanx thanx thanx alot On Earth nothing impossible, while your mind running. Faroqtam

    C / C++ / MFC help

  • comparing images
    F faroqtam

    I need some help for comparing images, to determinning if the shapes on one image is equal anthor image On Earth nothing impossible, while your mind running. Faroqtam

    C / C++ / MFC help

  • comparing images .
    F faroqtam

    Hi Christian I need some help for comparing images regared to them shapes,tha is mean if them equal or no. please some source code. thanx alot. On Earth nothing impossible, while your mind running. Faroqtam

    C / C++ / MFC help

  • comparing images .
    F faroqtam

    Hi Christian I need some help for comparing images regared to them shapes,tha is mean if them equal or no. please some source code. thanx alot. On Earth nothing impossible, while your mind running. Faroqtam

    C / C++ / MFC help

  • add app to popup menu of explorer
    F faroqtam

    Hi you can do this useing registry(regedit.exe) normaly any Dim for any file have key in registry in HKEY_CLASSES_ROOT key. open registry and then see HKEY_CLASSES_ROOT open it see key txtfile it has the follwing keys ->DefaultIcon ->shell ->open ->command "full path for you program on this case %SystemRoot%\system32\NOTEPAD.EXE %1" ->print -printto now see open key this word appare on any file when it has extenssion .txt . and command key used to determin the path for the program can open this files you can use registry API function's to work with registry to create new class in registry and to add your keys. On Earth nothing impossible, while your mind running. Faroqtam

    C / C++ / MFC csharp visual-studio tutorial

  • How to change a caption of any window
    F faroqtam

    Hi. you can use Findwindow(wndclass,wndtetxt) API function to retrive the hwnd for any window, and then you can use SetWindowText function. . if you need some help contact me on faroq_tam2004@yahoo On Earth nothing impossible, while your mind running. Faroqtam

    C / C++ / MFC help tutorial question learning
  • Login

  • Don't have an account? Register

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