this purpose is chosen by self. which criteria decides purpose for ai?
a beautiful signature
this purpose is chosen by self. which criteria decides purpose for ai?
a beautiful signature
if v r self aware then what is our purpose for being here? every program has a purpose.
a beautiful signature
r v self aware?
manoj sharma 09313603665 manoj.great@yahoo.com
are humans self aware ?
manoj sharma 09313603665 manoj.great@yahoo.com
i have been using it for more than 10 months. so happy that i dont want to switch back ever. initially it was struggle, so at that time i used to switch to qwerty at pressure times and back at low pressure times.
manoj sharma 09313603665 manoj.great@yahoo.com
it took around 15 minutes with pen and paper
manoj sharma 0901371310 manoj.great@yahoo.com
i feel the same
manoj sharma 09911087802 manoj.great@yahoo.com
if u add any unmanaged dll in your project as just simple files then at the time of publishing it is included. you can check this from project properties -> publish -> application files.
manoj sharma 09313603665 manoj.great@yahoo.com
Judah Himango wrote: That requires elevation for non-admin users. I couldn't even find a way to make it happen at all. Not even publishing from a local drive (which appears to be all that actually works reliably), on a machine where I am admin. --------- have u tried to publish it onto local site like http://manoj/GreatX/ which as u know puts all necessary files in C:\Inetpub\wwwroot\GreatX\ (assuming defaults)? then this folder you can upload to your desired ftp location. a simple batch file can b made to do so. in fact it is far simple and better than java's webstart technology in many ways. if u can use separate modules for making changes in database then clickonce is best way to provide update program to all users.
manoj sharma 09313603665 manoj.great@yahoo.com
as einstein put it - god isn't playing dice. 1. universe is running under definite laws. 2. we know them in part. it is our limitation not of laws. 3. they seem to change only when our understanding changes (maybe improves). 4. there is no variation in laws is in iteself a proof.
manoj sharma 09313603665 manoj.great@yahoo.com
wish CP a very very happy birthday
manoj sharma 09313603665 manoj.great@yahoo.com
please dont don't get it wrong? code is not giving problem everywhere?? it is running fine everywhere else. but on 1 pc only this is the error. so i guess it's not related to code but something other than that. that's why i need experts viewes. to start debugging on that client machine (i cant use debugger as no source code is there no vs2k5 is there) i m creating exe here, sending it client and then i came to know the results. that's why i m giving message. return true suggested by you works, but instead first line of messagebox doesn't come up only that single machine. hope this cools you down. any ideas??
manoj sharma 09313603665 manoj.great@yahoo.com
as u can see above very first line of message doesn't get displayed. so what could b wrong?
manoj sharma 09313603665 manoj.great@yahoo.com
thanx. i tried the same. this time its working(how?) but need to do the stuff inside.
manoj sharma 09313603665 manoj.great@yahoo.com
class ClsHasp { private int seed; private int lptNum; private int passw1; private int passw2; public ClsHasp() { seed = 0; lptNum = 0; passw1 = 0; passw2 = 0; } public bool gfCheckLock() { try { System.Windows.Forms.MessageBox.Show("1"); =============== i m trying above in gfCheckLock(), even before any statement i m displaying a message, then also the same exception?? any ideas?? as for the OS develop machine is win2k3, clients are xp as well as vista.
manoj sharma 09313603665 manoj.great@yahoo.com
class ClsHasp { private int seed; private int lptNum; private int passw1; private int passw2; public ClsHasp() { seed = 0; lptNum = 0; passw1 = 0; passw2 = 0; } public bool gfCheckLock() { try { System.Windows.Forms.MessageBox.Show("1"); =============== i m trying above in gfCheckLock(), even before any statement i m displaying a message, then also the same exception?? any ideas??
manoj sharma 09313603665 manoj.great@yahoo.com
my program is working fine everywhere except one vista home premium client pc. there it shows "NullReferenceException : object reference not set to ..................." if any one can give some clue where could be the problem or any information if required from me? the relevant code is below: cLock = new ClsHasp(); bLock = cLock.gfCheckLock(); cLock is class variable of my FrmMain and is an object of class ClsHasp, and contains a function public bool gfCheckLock(), bLock is obviously bool type. error is in second line only 1 of several client pcs. thanking you in anticipation.
manoj sharma 09313603665 manoj.great@yahoo.com