HI Quite a few times ago while browsing i came to know about the scripts who automate the procedure of registration on websites but now when i need few i am not able to find one. Actually i want to write the same script in C# so if anybody help me to find some good resources on internet. THANX IN ADVANCE
slah
Posts
-
spider -
Exception MappingHI ALL I am having problem with the custome error message display. As in Visual Basic 6.0 days we could give our custom error messages by getting the error code how we can achieve the same in C#. where can i get the mappings of errorcode returned by the exception so that instead of displaying the default error message i should be able to display my own custom error message on the same exception THNX IN ADVANCE Love U ALL
-
server-side controlsHI i am having the problem with the display of server side controls. the builtin controls which i drag and drop on the webform does not become visible.what can be the cuase of this problem. THNX in advance Love U ALL
-
style sheetsHI I am a begginer in cascaded style sheets. where i can get the good resources for cascaded style sheets to start using with c# or asp.net. Love U ALL
-
Book IdeaI think one has a right to think about its pocket too.;P Love U ALL
-
processor idi need to get a value of some environment variable. what API can be used to get the value of environment variable
-
simple browseri want to make my own simple browser but i dun know where to start. if anybody implemented a simple web browser plz do share code or atleast provide hints for that. or is there any sample here on code project.
-
ReleaseMutexi have defined a global handle to MUTEX and creating it in one funtion and releasing in the other funtion, but it won't allow me to do so. what to do for it. i need to own it. how it is possible
-
messagebox like dialogboxi have displayed a dialogbox using DialogBox() API, i want to remove system menu but i need a close button how can i get rid of this system menu.
-
HINSTANCE hPreviousThe second argument of the winmain is HINSTANCE hPrevious. this is the handle to the previous instance of the application. how we can use it to control the creation of the application instance so that only one instance should be running at one time.
-
single instancei am using winmain in my application and i want to restrict that only one instance of the application should run at one time. is there way to restrict it.
-
number validationi have an edit control on dialog box and i am not using MFC, i want to validate that only numbers should be entered in the field. what is the possible way out. help me out PLZ
-
dialog titlei need to change programatically the tile of the dialog box. Is there anybody having idea which api to use
-
WINAPI Bookthere is a good book in the market its something like Win32API programing with visual basic and does have samples live and let them live
-
LoadBitmap in rectanglei am having problem in loading a bitmap in a rectangle contained in a dialogbox. anybody having idea what to do or any sample code
-
ctrl+alt+del(windows 2000)i want to disable ctrl+alt+del under windows 2000 and SystemParameterInfo() is not working. here is the code UINT _Junk; // turn off ctl-alt-del SystemParametersInfo(SPI_SETSCREENSAVERRUNNING,1,&_Junk,0); // ... do stuff? like what? // turn on ctl-alt-del SystemParametersInfo(SPI_SETSCREENSAVERRUNNING,0,&_Junk,0); what could be the problem, if anybody tells me.
-
resizing a windowi don't want a window to be resized. i want it to be fixed but i am not getting the way to do this stuff. is there anyone who can guide me
-
dial-up networkingi want to develop my own dial-up networking. i am not sure where i can get help on the topic. what API's can help me
-
ctrl+alt+delhi i want to ignore this event in my application. is there any way out.
-
upgrading app from vc6 to vc.netHI I have just upgraded my application written in VC++ 6.0 to VC++.net. i am receiving errors in message map. the description of error is error C2440: 'static_cast' : cannot convert from 'void (__thiscall CProjectView::* )(WPARAM,LPARAM)' to 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)' i am quite frustrated. Is anybody out there who understands what is the possible cause of this error.