I have written a dot net application that run fine on certain machine, but on other machine, it will shut down automtically by itself upon startup. the process windows shows the process exit by itself after a second of startup. Any idea?
the pink jedi
Posts
-
application close upon startup -
How to determine if an activeX is installed?how do you check if a particular activeX is installed on the PC? I do not wish to catch InteropServices.COMException or any other exception just to determine if the activeX is installed.
-
wierd problemnevermind, found the cause of the problem
-
wierd problemwhen i run my windows application project using visual studio, everything looks fine. However when i execute the file in my release folder, everything thing looks like in the classic theme instead of the Window XP theme Can anyone help?
-
how to run program in limited account?I want to install a program when i am using the administrator account but want the program to run automatically whenever someone logs into a limited account how do i do that? I am using win XP
-
Blocking certain websiteHow do i create a program using c# to block unwanted access to certain website such as playboy.com?
-
fopen in windows mobilefopen ("filename", mode); which directory is this filename saved in? everytime i exit the program, the file seems to be deleted
-
edit control to backspace on win32 applicationHi, I am now a newbie trying to come up witha simple win32 application for WM 5.0 smartphone I find out that by default the edit control does not allow backspace for any button pressed. How do i enable the backspace in this case?
-
webhost -- your opinionI am currently using a shared server with discount ASP. I want to know if anyone of you have better experience in term of speed and efficiency with other webhosts. please share your views
-
oh please help to find an obsfuscator for c#Does anyone know of any obsfuscator for c#? i tried finding in google but failed Thanks
-
read specific linewhen i open a file stream, is it possible to start reading a specific line other than reading from the beginning to end?
-
free forum codecommunity server forum is not free I am looking for a free forum code, preferably written in c# with 2.0 framework any help appreciated
-
vs2005 page events for c#in vs2005, how do you create page events for c#? i used to use the dropdown list of page events from the GUI of vs2003
-
browser woesmy homepage is google and if i type home in the address bar, it is supposed to go to my 2wire modem configuration page. something must have happened
-
browser woesfor whatever reason i do not know. But when ever i tyyped "home" in my internet explorer address bar, i get to the page "http://www.cwebalternative.com[^] Spybot search and destroy did not find any spyware and my hosts file is not altered can anyone help me to get rid of this problem
-
need help on custom validationI need to do 1 client side validation: 1. if the checkbox is checked, the corresponding TextBox must not be empty. 2. The TextBox field must be empty if the chcekbox is not checked how do i use the custom validation with javascript to accomplish that? thanks in advance
-
any regular expression validator tutorial?I never know how to decipher the meaning behind the validation expression such as \w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)* can anyone point to me where i can find an article to learn how to understand and write regular validation expression? thanks in advance
-
DataGrid problemhey, Thanks for the help. That is what i need
-
DataGrid problemactually, i just want to know how to alter the value of the datagrid cell from a int to a string. Any idea how i am able to do that?
-
DataGrid problemhow do i apply that to the datagrid?