I tried this but even after calling form.dispose() the code in form is being executed. I have used a thread and that is a background thread. thanks
praveen pandey
Posts
-
unloading the form from memory -
unloading the form from memoryhi all, how to unload the form from memory through code? regards, thanks
-
rectangle over disabled toolstrip menuitemsHi everybody, I am using toolstrip menuitems in my form.Problem is that when menuitem is disabled and mouse is moved over it,it shows a rectangle on that menuitem as if it is active. so,I want that rectangle should not appear when menuitem is disabled. thanks
-
Display images in PictureBoxThanks alot...
-
Display images in PictureBoxThanks for reply. Can you give code snippet or some hint how to do this? thanks again..
-
Display images in PictureBoxhi all, How to display 5 or more images in a PictureBox in quick succession say within 2 seconds? Thanks and regards, praveen
-
Inserting text and image in word documenthi all, i have to insert sentences and images in word document in such a way that first page will contain only an image after that every page contains some sentences and one relevant image.That problem is that after inserting the sentence and image in the page i have to skip the rest of the space in that page and move to next page to insert other pair of sentence and image. please help.. thanks
-
Switching between two threadsThanks alot. It really worked in the way what i wanted. Thanks Again...
-
Switching between two threadsIt's a windows app. Here is scenario. secondThreadMethod() { while(conditonIsTrue) { some code; //After one iteration i want to come out(since conditon is still true) and goto main thread finish some work and come back to this thread and continue in this way. } } thanks
-
Switching between two threadshi all, How to switch between two threads ? I am having two threads first one is main thread and second one a thread in which a function is called.In second thread,while loop is there.When one iteration is completed in loop i have to switch to main thread and call a function and again come to second thread and repeat the process. Please help me..
-
Making setup fileThanks for your useful reply.
-
Making setup filehi all, how to make a setup file in such a way that prerequisites are installed automatically before application is installed, e.g. if .net framework 2.0 is not in target machine it should check and installs it before installing the application. thanks,
-
uninstall menu in start menuhi all, i want to make a setup file in vc# 2005 in such a way that uninstall menu should appear in start menu so that user can uninstall the application from start menu itself without going to control panel. thanks in advance.
-
creating set uphi all, how to create setup file for a windows application so that user can uninstall the application without going to control panel that he should get a sub menu in all programs menu along with menu to launch the application. thanks and regards, praveen
-
check whether word file is open or nothi all, how can i check that a word file is open or not through C#. thanks
-
how to add reference of Microsoft.Office.Tools.Wordthanks, i got and installed praveen
-
putting image on other image in ms wordi have an icon image of mouse arrow i just want to put it somewhere over the image.
-
putting image on other image in ms wordactually i have inserted a image of a windows now i want to put mouse icon image on some specific point over previously inserted image.i don't know whether word support this or not.if possible then please let me know. thanks, praveen
-
how to add reference of Microsoft.Office.Tools.Wordhi all, can anybody tell me how to add the reference of Microsoft.Office.Tools.Word in C# project? thanks regards, praveen
-
putting image on other image in ms wordhi everybody, can anybody tell me how can we put a image over another image in ms word through C#.I mean after inserting a image in word file through C# i have to insert another image over previous image.How to do this please help me regards, praveen