473,659 Members | 2,671 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Windows form is getting crashed VB.Net 2005

Hi All,

I developed a windows form application which shows initial form which
contain many labels , datagridview and List View etc . I show the
thumbnail view of the word templates in the list view , when i double
click in the thumbnail view ,the templates open in word , but when i
close the word and i go back to my form , all the controls are becoming
white space ( meaning its getting crashed )

How can i prevent this problem , am i doing anything wrong in the
application level
I am using VS 2005 VB.Net .

Please help me to resolve this

With Regards
Sajin

Sep 4 '06 #1
3 1429
How are you launching the Word templates - Diagnostics.Pro cess Start method
or ?

--
Mike

Mike McIntyre [MVP]
http://www.getdotnetcode.com
"sajin" <sa***@iprlab.c omwrote in message
news:11******** *************@e 3g2000cwe.googl egroups.com...
Hi All,

I developed a windows form application which shows initial form which
contain many labels , datagridview and List View etc . I show the
thumbnail view of the word templates in the list view , when i double
click in the thumbnail view ,the templates open in word , but when i
close the word and i go back to my form , all the controls are becoming
white space ( meaning its getting crashed )

How can i prevent this problem , am i doing anything wrong in the
application level
I am using VS 2005 VB.Net .

Please help me to resolve this

With Regards
Sajin

Sep 4 '06 #2
I used word API to open ( wordDocument.op en("c:\sajin.do c")) , this is
not only with the word , when move my form by using the mouse here and
there , the also the same problem coming


Mike McIntyre wrote:
How are you launching the Word templates - Diagnostics.Pro cess Start method
or ?

--
Mike

Mike McIntyre [MVP]
http://www.getdotnetcode.com
"sajin" <sa***@iprlab.c omwrote in message
news:11******** *************@e 3g2000cwe.googl egroups.com...
Hi All,

I developed a windows form application which shows initial form which
contain many labels , datagridview and List View etc . I show the
thumbnail view of the word templates in the list view , when i double
click in the thumbnail view ,the templates open in word , but when i
close the word and i go back to my form , all the controls are becoming
white space ( meaning its getting crashed )

How can i prevent this problem , am i doing anything wrong in the
application level
I am using VS 2005 VB.Net .

Please help me to resolve this

With Regards
Sajin
Sep 5 '06 #3
Sajin,

This can means that somehow the instruction after the Api or in the Api is
still busy to process that (not fineshed because it expect something back).
Therefore can you show how you launch that API.

Cor

"sajin" <sa***@iprlab.c omschreef in bericht
news:11******** **************@ i42g2000cwa.goo glegroups.com.. .
>I used word API to open ( wordDocument.op en("c:\sajin.do c")) , this is
not only with the word , when move my form by using the mouse here and
there , the also the same problem coming


Mike McIntyre wrote:
>How are you launching the Word templates - Diagnostics.Pro cess Start
method
or ?

--
Mike

Mike McIntyre [MVP]
http://www.getdotnetcode.com
"sajin" <sa***@iprlab.c omwrote in message
news:11******* **************@ e3g2000cwe.goog legroups.com...
Hi All,

I developed a windows form application which shows initial form which
contain many labels , datagridview and List View etc . I show the
thumbnail view of the word templates in the list view , when i double
click in the thumbnail view ,the templates open in word , but when i
close the word and i go back to my form , all the controls are becoming
white space ( meaning its getting crashed )

How can i prevent this problem , am i doing anything wrong in the
application level
I am using VS 2005 VB.Net .

Please help me to resolve this

With Regards
Sajin

Sep 5 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

383
12073
by: John Bailo | last post by:
The war of the OSes was won a long time ago. Unix has always been, and will continue to be, the Server OS in the form of Linux. Microsoft struggled mightily to win that battle -- creating a poor man's DBMS, a broken email server and various other /application/ servers to try and crack the Internet and IS markets. In the case where they didn't spend their own money to get companies to
2
3785
by: ChrisWinterscheid | last post by:
Occasionally we see these messages in the db2diag.log file. Can someone tell me what they mean and are they anything to worry about? 2005-03-03-10.42.04.286220 Instance:db2inst1 Node:000 PID:64936(db2sysc 0) TID:1 Appid:none base sys utilities sqleChildCrashHandler Probe:15 DiagData 0x10008A70 : 4120 6E6F 6E2D 4544 5520 6368 696C 6420 A non-EDU child 0x10008A80 : 6372 6173 6865 642E crashed.
0
2406
by: Frans Bouma | last post by:
Hello, It seems VS.NET 2003 locks up itself and the complete shell (mouse locks also) when entering a breakpoint in a special situation. Below is the code to reproduce this behavior. It contains a line where you have to set a breakpoint (the first line in the validation event handler). Compile and run in the debugger in vs.net using F5. When you hit 'enter' in the textbox, the debugger should break in the validator routine where you...
6
2165
by: Nathan Kovac | last post by:
Yesterday afternoon I was getting the following errors in a windows service: 'DatabaseManager.DataComponent', 'Error', '3 Errors: Line: 0 - Metadata file 'ScriptingMethods.dll' could not be found Line: 0 - Metadata file 'RemoteLoader.dll' could not be found Line: 0 - Metadata file 'wwScripting.dll' could not be found' Service ran all night fine. This morning I reconnected to the process and the errors are no longer there. Only thing...
9
2422
by: hhh12347 | last post by:
FolderBrowserDialog crashes on my Windows 2000 computer. Here is a C# test program: using System; using System.Windows.Forms; public class TestForm : Form { FolderBrowserDialog folderBrowserDlg; OpenFileDialog openFileDlg;
1
650
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The objective in utilizing this new deployment method is to reduce the maintenance overhead as well as making it easier for my users to setup and run the application initially. I have VS 2002, Windows XP, Access XP(2000 format). He is my problem....
3
6323
by: Tom | last post by:
I am having a serious issue with my MDI child windows. This is with a large VB.NET application that I ported over to VS 2005 from VS 2003. The problem is that, if the child window is maximized and then closed, it produces the following error message: Cannot access a disposed object Object name:'icon' in source System.Drawing And then the whole system crashes. Again, this ONLY occurs if the MDI child window is maximized within the MDI...
3
1782
by: Ben | last post by:
Hi We have a windows form that takes a while to run a routine. During this we have created a information label, updating the user on the progress but: a) The changes on the label are not visible until the routine has finished b) If the form looses focus it appears to the user that it has crashed
8
1510
by: Pallav singh | last post by:
#include<iostream.h> #include<memory.h> #include<string.h> // product class Pizza { private : std::string Topping;
0
8428
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8339
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8751
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8535
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8629
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
4176
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4338
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2757
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1739
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.