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
B

Brian D

@Brian D
About
Posts
15
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problem with SetTextColor
    B Brian D

    How about surrounding the call with: if(pWnd->GetDlgCtrlID() == IDC_EDIT1) or switch the results out. BD


    "You know "that look" women get when they want sex? Me neither." --Steve Martin

    C / C++ / MFC json help question

  • Can someone help with varible type problem
    B Brian D

    Why not just use char rate[256] // or whatever size you need BD


    "You know "that look" women get when they want sex? Me neither." --Steve Martin

    C / C++ / MFC help

  • Getting control coordinates
    B Brian D

    CRect rect; GetDlgItem(IDC_CONTROLNAME)->GetWindowRect(&rect); ScreenToClient(&rect); You should then be able to take the values of rect.


    "You know "that look" women get when they want sex? Me neither." --Steve Martin

    C / C++ / MFC help question

  • invoke an application when starting the pc
    B Brian D

    You could place a shortcut to the file in the Startup folder on the start menu, or better still, create an entry in the RUN section in your registry key path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run This will work on whoever logs into the machine assuming they have access rights to the file that you want to run.


    "You know "that look" women get when they want sex? Me neither." --Steve Martin

    C / C++ / MFC help

  • File IO
    B Brian D

    This should help you: http://www.codeproject.com/file/directorychangewatcher.asp[^] Regards BD


    "You know "that look" women get when they want sex? Me neither." --Steve Martin

    C / C++ / MFC question

  • Getting App Path
    B Brian D

    GetModuleFileName should do the trick for you "You know "that look" women get when they want sex? Me neither." --Steve Martin

    C / C++ / MFC

  • Spreadsheet writing
    B Brian D

    Automation would be the best. Check out the examples in MSDN. msdn.microsoft.com[^]

    C / C++ / MFC

  • How to create a sizeable dialog (under MFC)?
    B Brian D

    Use your WM_SIZE method and look at MoveWindow to resize the control based on the size of the Window you are in. You may want to capture the size of your dialog at the start of your program so you can compare the sizes. BD

    C / C++ / MFC c++ help tutorial question

  • Finding Windows Directory
    B Brian D

    TCHAR szBuffer[MAX_PATH];
    GetWindowsDirectory(szBuffer, MAX_PATH);

    C / C++ / MFC tutorial question workspace

  • SQL Command
    B Brian D

    CString strSQL; strSQL.Format("select * from table where %d = ?", intvalue); This should be enough. BD

    C / C++ / MFC c++ database help tutorial question

  • Has anyone used Gigabit cabling
    B Brian D

    Likewise... :-D:cool:

    The Lounge com question

  • Has anyone used Gigabit cabling
    B Brian D

    Using it work. Just fitted a new rack with new servers and they are all using Gigabit cards with Cat 5e cabling. They are then running via fibre hub connecting the rest of the server racks. :cool:

    The Lounge com question

  • Internet protocols
    B Brian D

    Quite simple really... UDP is like fire and forget, meaning that you do not need acknowledgement of the packet getting to its destination i.e. video streaming. TCP/IP needs to have acknowledgements meaning you are guaranteed delivery. I do not know of any tutorials, this was from my Cisco courses. BD

    C / C++ / MFC tutorial sharepoint

  • More Kicking And Screaming
    B Brian D

    I find the whole experience a nightmare.... it chews RAM up like I have never seen. I am bugging my systems manager to let me go back to Windows 2000.

    The Lounge help workspace

  • 10366 points in 72 seconds
    B Brian D

    second go.. my quickest is 57 secs. Windows 2000 makes it too easy as right click dumps the cards onto the card piles. BD

    The Lounge workspace
  • Login

  • Don't have an account? Register

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