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.
bikram singh
Posts
-
How to start Internet Explorer -
Comparison of file namesI 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.
-
Free Windows equivalent of syslog?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.
-
loading resource only dllsif 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.
-
Thread in DLLaman2006 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.
-
Displaying UnInstalled FontsTemporarily 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.
-
How to set the entry point of an application.#pragma comment(linker, /entry:"MyFunction")
Bikram Singh I believe we should all pay our tax with a smile. I tried - but they wanted cash.
-
handling message on log-onWM_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.
-
sorry -
Icon problem1. 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.
-
Event Handler Never Called??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.
-
Send Messages?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
-
How to Hook Notepad?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
-
downloading?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
-
files and foldersIt works !
:wtf: Bikram Singh -
arrayyou mean what? char a[10]; ? Bikram Singh
-
files and foldershow did you get the text and underline to be differnt colors ! Bikram Singh
-
Artificial Keyboard for Gamesso 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
-
Auto ScrollYou can post your code for starters.... Bikram Singh
-
Internet filter project1. Write a proxy server and make entries in HOSTS file.. 2. Write a Layered Service Provider - LSP - in Winsock Bikram Singh