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
Z

Zoltan Csizmadia

@Zoltan Csizmadia
About
Posts
13
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • More BS behavior from MS
    Z Zoltan Csizmadia

    I checked it 2 minutes ago. I DID find both messages, and could download them. Maybe you are a little paranoid...but don't forget, Billy is watching you...so keep running, because they are right behind you :laugh: Zolee

    The Lounge visual-studio csharp c++ database design

  • Can not include ntddk.h in VC7.0
    Z Zoltan Csizmadia

    I'm sorry, but if you cannot solve this problem on your own, maybe a mini-gateway is a little hard task for you. ;) Zoltan Ps: Check the include path (add NTDDK\inc and NTDDK\inc\ddk to the path)! Zolee

    C / C++ / MFC help tutorial question

  • Doh.. Why no 3D look!?
    Z Zoltan Csizmadia

    Set the font to the parent's font. pYourEdit->SetFont(pYourEdit->GetParent()->GetFont()); or just simply: pYourEdit->SetFont(GetFont()); , if you are doing it from the code of parent's window. Zolee

    C / C++ / MFC csharp c++ asp-net tutorial question

  • using HWND vs CWnd* with MFC.
    Z Zoltan Csizmadia

    If you have a single-threaded application storing CWnd* is more practical, easier to use. You CANNOT use the CWnd* in a different thread, than the thread, where the given CWnd* was created. What you can do is you pass the HWND for the given window to the thread, and in that thread you create your CWnd* using CWnd::FromHandle(hwnd), after that, you can use this CWnd* in this thread. So it's more practical to store HWND in this kind of environment. I could give you some examples, when you could use CWnd* in a multithreaded application, but it's very wrong. Zolee

    C / C++ / MFC c++ visual-studio graphics tutorial question

  • Avoiding UDP client-side packet loss
    Z Zoltan Csizmadia

    UDP is connectionless, so it's always possible you will lose packets. Try to use TCP sockets, or build some kind of protocol (using UDP) to avoid packet loss. You can play with the network card driver buffer settings, or using bigger packet size, or decrease the frequency. If you are not using a real-time OS, you cannot be sure the OS will store all the incoming packets. Like a driver will run on higher priority than your process, and it's possible you'll lose packets. Zolee

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

  • Avoiding UDP client-side packet loss
    Z Zoltan Csizmadia

    UDP is connectionless, so it's always possible you will lose packets. Try to use TCP sockets, or build some kind of protocol (using UDP) to avoid packet loss. You can play with the network card driver buffer settings, or using bigger packet size, or decrease the frequency. And if you are not using a real-time OS, you cannot be sure the OS will store all the incoming packets. Zolee

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

  • Kostya Tszyu vs Zab Judah
    Z Zoltan Csizmadia

    I don't know who is a bigger loser. You or a boxer. My opinion :)) Zoltan Ps: I was thinking for a few seconds ... I think YOU ARE :) :laugh: Zolee

    The Lounge visual-studio com question

  • Passing Arguments
    Z Zoltan Csizmadia

    You can use these ( instead of using GetCmdLine ) __argc for argument count (DWORD) __argv for arguments (TCHAR**) Zolee

    The Lounge c++ tutorial help question

  • Allright, who's a math whiz?
    Z Zoltan Csizmadia

    f' is easy f'=e^((ln(x)/sin(acos(x)/x^2))^(1/2)) f" ???? I have no idea. I am a math prof at UCLA though... :-D Zolee

    The Lounge beta-testing question announcement

  • Osama bin laden and the CIA
    Z Zoltan Csizmadia

    > ... therefore the Americans kind of deserved what they got. 1. I didn't know the WTC towers were CIA buildings. 2. Only one plane attacked government building(Pentagon) This means if I live in the US and I am watching a movie and the terrorists put a bomb under my seat... I DESERVE TO DIE. I don't think so :((( So why do you think the US citizens on the planes and in the towers and the firefighters and the police officers deserved this? Zoltan:confused: Zolee

    The Lounge question

  • Sending ALT+CTRL+DEL to the system
    Z Zoltan Csizmadia

    You have to define _WIN32_WINNT = 0x0500 in the project settings. Go to project setting and this to the preprocessor definitions: _WIN32_WINNT=0x500 This will mean your code is for Win2000/XP Zolee

    C / C++ / MFC question

  • Sending ALT+CTRL+DEL to the system
    Z Zoltan Csizmadia

    Use BOOL LockWorkStation(VOID); Windows NT: Requires version 5.0 or later. Zolee

    C / C++ / MFC question

  • How to remove the maximize button...
    Z Zoltan Csizmadia

    Remove WS_MINIMIZE, WS_CAPTION styles Zolee

    C / C++ / MFC tutorial 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