Click here to Skip to main content
15,887,083 members

Comments by Ashraf ELHakim (Top 22 by date)

Ashraf ELHakim 28-Jun-10 11:24am View    
yeeeeeees thxxxxxxx it is work :)
Special thx from me
sry i dnt understood the sleep what mean ?? but now i undertand :)
thxxxxxx
Ashraf ELHakim 28-Jun-10 10:16am View    
thx for ur replay but i dnt now why i put sleep() in my loop and i wannaa this loop to be infity loop !
but ir try it and no changes
Ashraf ELHakim 28-Jun-10 9:17am View    
hey eng william
i have issue with backgroundworker
1-i am working on mobile application and the CF dnt support backgroundworker
2- i get the dll. for Backgroundworker from this site
http://www.danielmoth.com/Blog/backgroundworker-for-cf-10.aspx
3- i tried this code
BackgroundWorker bw;
bw = new BackgroundWorker();
bw.DoWork += new DoWorkEventHandler(bw_DoWork);
bw.RunWorkerAsync();
void bw_Dowork ()
{
int i=0;
do
{
system.writeline("1");
}while(i==0);
}
this part of code perform the function in bw_Dowork but still not able to run function with it
like if i have button in form how can't click on the button because application perform other operation ?
any idea for this ??!!

i will make sperate question put it here for this and if u have the answer plz and thx for ur effort
Ashraf ELHakim 27-Jun-10 21:12pm View    
thxxxxxxxxxxx for ur answer i will check all of them :)
thx again
Ashraf ELHakim 27-Jun-10 21:00pm View    
thx for ur quick replay
i need the function run in background for example for every 1 min.