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

bikram singh

@bikram singh
About
Posts
169
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to start Internet Explorer
    B bikram singh

    No, I am not the signature. I "-------" (dream?) here! Is this wat it means ?! Well what does it mean ! :) Bikram Singh I believe we should all pay our tax with a smile. I tried - but they wanted cash.

    C# csharp com tutorial question

  • Comparison of file names
    B bikram singh

    I remember seeing this in FoxPro? Oracle? Cant be sure. But it is a useful thing! Thank you for the link ! Bikram Singh I believe we should all pay our tax with a smile. I tried - but they wanted cash.

    C / C++ / MFC question algorithms regex

  • Free Windows equivalent of syslog?
    B bikram singh

    Does http://www.debianlinux.net/system_management.html[^] help ? Bikram Singh I believe we should all pay our tax with a smile. I tried - but they wanted cash.

    C / C++ / MFC linux question lounge

  • loading resource only dlls
    B bikram singh

    if LoadLibrary() is returning 0x10000000, then 0x10000000 is the "pointer to your dll" aka the dll's load address. Bikram Singh I believe we should all pay our tax with a smile. I tried - but they wanted cash.

    C / C++ / MFC question learning

  • Thread in DLL
    B bikram singh

    aman2006 wrote: But this thread is created How did you check this? aman2006 wrote: But it is not going to this function And this ? Code seems fine to me.. Bikram Singh I believe we should all pay our tax with a smile. I tried - but they wanted cash.

    C / C++ / MFC question

  • Displaying UnInstalled Fonts
    B bikram singh

    Temporarily load the font using AddFontResourceEx(). The font is now installed in the system for the current session. The next time the system starts, this font wont be loaded automatically. You can also use the RemoveFontResourceEx() function to unload a font. Bikram Singh I believe we should all pay our tax with a smile. I tried - but they wanted cash.

    C / C++ / MFC com tutorial question

  • How to set the entry point of an application.
    B bikram singh

    #pragma comment(linker, /entry:"MyFunction")

    Bikram Singh I believe we should all pay our tax with a smile. I tried - but they wanted cash.

    C / C++ / MFC help tutorial question

  • handling message on log-on
    B bikram singh

    WM_STARTSESSION? :) Well, Google did give two interesting results (to the same article)... Bikram Singh I believe we should all pay our tax with a smile. I tried - but they wanted cash.

    C / C++ / MFC question

  • sorry
    B bikram singh

    yingkou wrote: can you tell me the details? Apart from the book, a good source is MSDN. Also, Google can be a great help. Bikram Singh I believe we should all pay our tax with a smile. I tried - but they wanted cash.

    C / C++ / MFC

  • Icon problem
    B bikram singh

    1. What I do is, get a 256 color icon of the desired size (eg. 32x32 pixels) from the internet. 2. I make a copy of this icon, then open it in DevStudio. 3. I then paste the 256-color image from Paintbrush/Clipboard into the DevStudio icon editor, and save the file. 4. Presto ! HTH Bikram Singh I believe we should all pay our tax with a smile. I tried - but they wanted cash.

    C / C++ / MFC help

  • Event Handler Never Called??
    B bikram singh

    Hmm. I'd say the button press must be notified to the parent of the button, in this case the dialog. Notice that the event is called "BN_CLICKED". the "N" in "BN_" usually means "notification", in which case, the button's parent is notified. HTH Bikram Singh I believe we should all pay our tax with a smile. I tried - but they wanted cash.

    C / C++ / MFC question

  • Send Messages?
    B bikram singh

    a handle is created dynamically at runtime by windows. not a good thing to depend on. dont save the hwnd. instead, use some other means like FindWindow() Bikram Singh

    C / C++ / MFC question

  • How to Hook Notepad?
    B bikram singh

    Notepad is actually a standard, multi-line editbox... mrviceroy wrote: I've successfully hooked up Notepad.exe and had the following API functions replaced: TextOutA, ExtTextOut, DrawTextA, DrawTextEx How?! Bikram Singh

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

  • downloading?
    B bikram singh

    On a global scale, I'd use a proxy. Since a user can download using FTP,HTTP etc.I would need to make a proxy for each. However, an app can also copy a file using it's own "protocol". zso, there is no easy way to get notified of every type of download. Bikram Singh

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

  • files and folders
    B bikram singh

    It works ! :wtf: Bikram Singh

    C / C++ / MFC

  • array
    B bikram singh

    you mean what? char a[10]; ? Bikram Singh

    C / C++ / MFC data-structures

  • files and folders
    B bikram singh

    how did you get the text and underline to be differnt colors ! Bikram Singh

    C / C++ / MFC

  • Artificial Keyboard for Games
    B bikram singh

    so you mean you want to sent keystrokes to a game such as Need For Speed and suchlike? Created with the DirectX library? Or do these games run in a DOS window? For DirectX-based games, I dont suppose SendInput() would work, cos DirectX probably works much closer to the keyboard driver, i'm guessing. So, look into MSDN dox on DirectInput... For DOS based games, I havent a clue as to what could be done... maybe a TSR ? Bikram Singh

    C / C++ / MFC help game-dev json question

  • Auto Scroll
    B bikram singh

    You can post your code for starters.... Bikram Singh

    C / C++ / MFC c++ help

  • Internet filter project
    B bikram singh

    1. Write a proxy server and make entries in HOSTS file.. 2. Write a Layered Service Provider - LSP - in Winsock Bikram Singh

    Collaboration / Beta Testing com help
  • Login

  • Don't have an account? Register

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