<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-4366671410070576626.post5542406238903216967..comments</id><updated>2011-02-02T16:02:57.494-03:00</updated><category term='worldcup'/><category term='tools'/><category term='DTPT'/><category term='news'/><category term='deployment'/><category term='Best practices'/><category term='optimizations'/><category term='version'/><category term='custom controls'/><category term='general'/><category term='Fleux'/><category term='panorama app'/><category term='activesync'/><category term='samples'/><category term='GUI'/><category term='OAC'/><category term='WMDC'/><category term='Blocks'/><category term='CabWizFixer'/><category term='internet'/><category term='connectivity'/><category term='.Net CF'/><category term='gac'/><category term='Unit Testing'/><category term='training'/><title type='text'>Comments on Mobile PractiCEs: Creating a Splash screen for your .Net CF Applicat...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.mobilepractices.com/feeds/5542406238903216967/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4366671410070576626/5542406238903216967/comments/default'/><link rel='alternate' type='text/html' href='http://www.mobilepractices.com/2007/11/creating-splash-screen-for-your-net-cf.html'/><author><name>Jose Gallardo</name><uri>http://www.blogger.com/profile/06990898488326736094</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://www.vl-abogados.com.ar/mobilepractices/josecusco.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4366671410070576626.post-8681716870154889501</id><published>2010-09-27T18:06:38.019-03:00</published><updated>2010-09-27T18:06:38.019-03:00</updated><title type='text'>Excellent, thank you!</title><content type='html'>Excellent, thank you!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4366671410070576626/5542406238903216967/comments/default/8681716870154889501'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4366671410070576626/5542406238903216967/comments/default/8681716870154889501'/><link rel='alternate' type='text/html' href='http://www.mobilepractices.com/2007/11/creating-splash-screen-for-your-net-cf.html?showComment=1285621598019#c8681716870154889501' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.mobilepractices.com/2007/11/creating-splash-screen-for-your-net-cf.html' ref='tag:blogger.com,1999:blog-4366671410070576626.post-5542406238903216967' source='http://www.blogger.com/feeds/4366671410070576626/posts/default/5542406238903216967' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-459883786'/></entry><entry><id>tag:blogger.com,1999:blog-4366671410070576626.post-4515862203050133473</id><published>2009-07-24T09:37:41.711-03:00</published><updated>2009-07-24T09:37:41.711-03:00</updated><title type='text'>First of all, sorry for the delay, these were very...</title><content type='html'>First of all, sorry for the delay, these were very busy weeks.&lt;br /&gt;Regarding your question, in my sample you can find some placeholders that currently say something like:&lt;br /&gt;&lt;br /&gt;//...Initialization first steps&lt;br /&gt;Thread.Sleep(1000);&lt;br /&gt;&lt;br /&gt;You should replace Thread.Sleep(1000) with a call to your LoadCSV code.&lt;br /&gt;About how many percentage it should take, that&amp;#39;s a very subjective question, it depends on your business actually. You should be able to estimate how many time it can take from the whole intialization process, and if it depends on the size of the csv file, you can use the file size to improve your estimation.&lt;br /&gt;i.e. If you load a 100K file and it takes 2 seconds, you can estimate that each 100K will take 2 secs, so you can estimate better how it will take based on the actual size of the file to read.&lt;br /&gt;Btw, if it will take several seconds, I recommend you to update the progress bar while you&amp;#39;re loading the files.&lt;br /&gt;i.e. if your file is 500K and you estimate that will take 50 percent of your intialization, then you can update it in 10 percentage steps every 100K loaded.&lt;br /&gt;To achieve that, you may need to pass your Splash form and the current progress as parameters to your loading method.&lt;br /&gt;&lt;br /&gt;HTH!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4366671410070576626/5542406238903216967/comments/default/4515862203050133473'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4366671410070576626/5542406238903216967/comments/default/4515862203050133473'/><link rel='alternate' type='text/html' href='http://www.mobilepractices.com/2007/11/creating-splash-screen-for-your-net-cf.html?showComment=1248439061711#c4515862203050133473' title=''/><author><name>Jose Gallardo</name><uri>http://www.blogger.com/profile/06990898488326736094</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='19' height='32' src='http://www.vl-abogados.com.ar/mobilepractices/josecusco.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.mobilepractices.com/2007/11/creating-splash-screen-for-your-net-cf.html' ref='tag:blogger.com,1999:blog-4366671410070576626.post-5542406238903216967' source='http://www.blogger.com/feeds/4366671410070576626/posts/default/5542406238903216967' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-298163699'/></entry><entry><id>tag:blogger.com,1999:blog-4366671410070576626.post-2971021760523295585</id><published>2009-07-17T05:33:25.189-03:00</published><updated>2009-07-17T05:33:25.189-03:00</updated><title type='text'>Hello, 

  Thanks for this nice and simple article...</title><content type='html'>Hello, &lt;br /&gt;&lt;br /&gt;  Thanks for this nice and simple article. It helped me achive what I was looking for. &lt;br /&gt;&lt;br /&gt;But I have a query and hope you will be able to help me out:&lt;br /&gt;I have added the screen and code to shpw the screen as you have mentioned. Now, in my Form_Load, I read 2 csv files. Form load is being executed after splash screen loading is completed. Shouldn&amp;#39;t that be executed in Application.DoEvents(). &lt;br /&gt;&lt;br /&gt;What should I do to read those files during the splash screen is being shown? And how should be time be set based on the time required to read the files. &lt;br /&gt;&lt;br /&gt;I look forward for your response at truptikm@hotmail.com or here on this site.&lt;br /&gt;&lt;br /&gt;Thanks</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4366671410070576626/5542406238903216967/comments/default/2971021760523295585'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4366671410070576626/5542406238903216967/comments/default/2971021760523295585'/><link rel='alternate' type='text/html' href='http://www.mobilepractices.com/2007/11/creating-splash-screen-for-your-net-cf.html?showComment=1247819605189#c2971021760523295585' title=''/><author><name>Trupti</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.mobilepractices.com/2007/11/creating-splash-screen-for-your-net-cf.html' ref='tag:blogger.com,1999:blog-4366671410070576626.post-5542406238903216967' source='http://www.blogger.com/feeds/4366671410070576626/posts/default/5542406238903216967' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2042441756'/></entry><entry><id>tag:blogger.com,1999:blog-4366671410070576626.post-7018720354116231962</id><published>2009-07-16T08:41:21.387-03:00</published><updated>2009-07-16T08:41:21.387-03:00</updated><title type='text'>Thanks for this nice and easy application. I was l...</title><content type='html'>Thanks for this nice and easy application. I was looking out for something like this only. Open a window from main class and close the window to release from memory. I didn&amp;#39;t wanted the opened window to be as a main window and keep it hidden. It simply utilizes resources that are of no use.&lt;br /&gt;&lt;br /&gt;Thanks</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4366671410070576626/5542406238903216967/comments/default/7018720354116231962'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4366671410070576626/5542406238903216967/comments/default/7018720354116231962'/><link rel='alternate' type='text/html' href='http://www.mobilepractices.com/2007/11/creating-splash-screen-for-your-net-cf.html?showComment=1247744481387#c7018720354116231962' title=''/><author><name>Trupti</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.mobilepractices.com/2007/11/creating-splash-screen-for-your-net-cf.html' ref='tag:blogger.com,1999:blog-4366671410070576626.post-5542406238903216967' source='http://www.blogger.com/feeds/4366671410070576626/posts/default/5542406238903216967' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2042441756'/></entry><entry><id>tag:blogger.com,1999:blog-4366671410070576626.post-3856111797485191334</id><published>2009-02-10T07:50:00.000-02:00</published><updated>2009-02-10T07:50:00.000-02:00</updated><title type='text'>Hi Jose,&lt;br&gt;&lt;br&gt;I am new to windows mobile applica...</title><content type='html'>Hi Jose,&lt;BR/&gt;&lt;BR/&gt;I am new to windows mobile application,when i add the splashscreen form into my project im getting error as NullReference&lt;BR/&gt;&lt;BR/&gt; backgroundBmp = (Bitmap)Properties.Resources.ResourceManager.GetObject("SplashBitmap");&lt;BR/&gt;&lt;BR/&gt;SplashBitmap is in Resource Folder only,but still i cant find error can you help me.&lt;BR/&gt;&lt;BR/&gt;Regards&lt;BR/&gt;Bahru</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4366671410070576626/5542406238903216967/comments/default/3856111797485191334'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4366671410070576626/5542406238903216967/comments/default/3856111797485191334'/><link rel='alternate' type='text/html' href='http://www.mobilepractices.com/2007/11/creating-splash-screen-for-your-net-cf.html?showComment=1234259400000#c3856111797485191334' title=''/><author><name>Bahru</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.mobilepractices.com/2007/11/creating-splash-screen-for-your-net-cf.html' ref='tag:blogger.com,1999:blog-4366671410070576626.post-5542406238903216967' source='http://www.blogger.com/feeds/4366671410070576626/posts/default/5542406238903216967' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1128804227'/></entry></feed>
