VS 2008 Application Hang - Can't Minimize Nor Move The Exe

Jun 7, 2012

i have develop an application which write to comport. what i am exp is application hang while writing to port i cant minimize nor move the exe. the better part is it does task successfully for what it is made for.

View 9 Replies


ADVERTISEMENT

VS 2008 Painting - Minimize My Application

Apr 28, 2010

I've never had a need minimize my application until today. But when I did, and I brought it back up, it looked... strange. Which makes me think it has something to do with a paint problem... or something.

Before:

After:

View 3 Replies

VS 2008 Start Application Minimize In System Tray

Mar 29, 2012

I've created one project where I want to start application directly minimize in system tray,it is there but I can see it also in taskbar. [code]

View 5 Replies

VS 2008 : Create A New File Everyday For A Logging Application To Minimize Size When Accessing?

Apr 30, 2012

I'd like to create a new file everyday for a logging application to minimize size when accessing. I'm after a couple of pointers with respect to when to create the file, and what checks to do etc.

View 2 Replies

[2005] Hang Application?

Feb 5, 2009

I am using Background Worker control to cancel internal operation.I am populating data in to datagridview and written this entire code in Do_Work event of Background Worker .But when my number of rows are greater thansize of datagridview that time my application is hang.Number of row always greater than 50.

View 1 Replies

Application Form HANG B/w Loop

Sep 4, 2009

I am made program to get Picture Pixel and check Pixel colors.

between looping my Application Form HANG (STOP) and also how can stop loop between working (on Run time)?

in listbox1 picture List with path
For P = 0 To ListBox1.Items.Count - 1
DisplayPic.Image = System.Drawing.Image.FromFile(ListBox1.Items.Item(P))
Call GetPicPixel()

[Code].....

View 1 Replies

Application Get Hang After Download Log Complete?

Feb 17, 2010

My application get hang after i download log from hardware unit.Basically hardware protocol is custom design(no modbus).there are huge number of records(minimum 1000) which i have to show in grid at the time of download process takes place i add new rows into grid to show record function works on but after function execution over application gets hang. No process is pending after that function.

Private Sub manikPro_DownloadDataReceive(ByVal packet As String) Handles manikPro.DownloadDataReceive
Dim str As String = ""

[code].....

View 1 Replies

Coding Makes Application Hang

Apr 9, 2012

I have some coding which basically edits my text file and removes the duplicates. For some reason when I run it, it hangs my application for like 10 seconds - the coding does work just hangs my application..[code]

View 8 Replies

How To Programatically Check If An Application Has Hang

Mar 22, 2012

I need to write a monitoring/watchdog program to check a series of application..The monitoring program should be able to Determine whether the applications it is monitoring has hang or no response If it hangs, restart the specific application.What sort of API in VB.NET can help me achieve this?

View 2 Replies

Application Hang Whenever Plugs In A Thumb-drive

Oct 11, 2011

I have a client who is causing my software application to "hang" whenever he plugs in a thumb-drive and copies files. My software is using none of these files... can anyone hazard a guess at what's going on?

View 14 Replies

VS 2008 SerialPort Hang-up?

Jun 23, 2010

I am trying to send and receive data using the SerialPort component. I am sending data to an Texas Instruments MSP430 which simply echos the sent character. I wanted my VB solution to read characters from a file, send a single character, and wait until the echoed character is received before sending another.

I have been fairly successful thus far but I have run into a little catch. When I attempt to send large files (323505+ characters) my MSP430 just hangs there and will not receive any more characters. My VB app return to VS '08 with timeout errors (timeout set to 1 minute).

I wanted to post my VB code here to see if the problem is from my VB app. I will be posting this problem on the IT usergroup to sort out anything on the MCU end. Here is the pastbin of the data write and the data receive subs:[URl]..

View 2 Replies

Possible To Minimize All Application?

Jan 8, 2010

My second question is about how to minimize all the active application and except my application and show the desktop.

View 4 Replies

VS 2008 - Process.waitforexit Is Hang Up When Running On Windows 2008

Sep 21, 2009

I use the 'Process' object to run EXE from my application. It works fine when it run on Windows XP and 2003. When it run on Windows server 2008, it hangs up: the process is stayed in background but never returns. It never goes ahead for the next commands. What could be the reason? [Code]

View 6 Replies

VS 2008 Process.waitforexit Is Hang Up When Running On Windows 2008?

Feb 4, 2012

I use the 'Process' object to run EXE from my application. It works fine when it run on Windows XP and 2003. When it run on Windows server 2008, it hangs up: the process is stayed in background but never returns. It never goes ahead for the next commands

View 2 Replies

Minimize An Application To Tray?

Jan 9, 2008

how I can minimize an application to tray & associate a menu on right click on the icon in system tray.

I know I have to use NotifyIcon in the code but explain in detail the whole thing as well as how to add menus.

View 6 Replies

VS 2008 - DataReader While Loop (Hang After Few Minutes)

Sep 9, 2009

How come my datareader looping at the while loop line it become totally no response and without error eventhough I got use the try catch error catching... it only will hang on after few minute... after few loop. Is it the data reader got time out limit?? If exceed the limit it will no response..? Inside my while loop it do a lot of transaction and each transaction also take quite long time... it will affect?

myCommand = New MySqlCommand("SELECT * FROM stk_cus_inv_hd WHERE DocType=?DocType;", conn1)
myCommand.Parameters.AddWithValue("?DocType", "CS")
myCommand.CommandTimeout = 99999
myReader = myCommand.ExecuteReader
While myreader.read <<---- it jam at here and totally no response my coding... but my interface is clickable...
my lot of work here...
End While

View 11 Replies

VS 2008 System.Net.Mail And Outlook Hang

Feb 9, 2010

I am using the System.Net.Mail namespace to create and send email messages. Everything was working fine until a couple of QC members of our team noticed something strange.

If they send emails from within my application and then leave the application open for a while (perhaps working on other tasks on the PC), when they try and activate my application again, it appears to be hung. The CPU is not pegged and everything appears to be normal in the task manager. We narrowed it down and it appears that this issue only manifests itself when MS Outlook is also opened and connected to a server.

I was playing around with process monitor, but nothing I saw was really glaring. I actually started deleting some threads on the PC and eventually my application became usable again.

View 6 Replies

.net - Minimize All Active Forms In An Application?

Feb 23, 2011

How do I minimize all active forms in my application with a single button click?I have multiple forms visible at a time, and I want all my active forms to minimize when I click on a single button on one of the forms.

View 2 Replies

C# - Maximize/Minimize External Application?

May 1, 2011

I have got Skype configured to launch minimized on windows starts.Now I need to bring Skype to front from a button from my full screen application button. I have got this code:

For Each p As Process In Process.GetProcessesByName("skype")
ShowWindow(p.MainWindowHandle, SHOW_WINDOW.SW_NORMAL)
Next p

View 1 Replies

VS 2010 Getting External Application Minimize,maximize Status?

Aug 23, 2011

I want to get status of an extarnal program for example notepad.is it minimize,maximize or active or in background? how can understand from my vb application?i think need to write api function. i found somethink from forums but they just control extarnal application not give a status.

View 2 Replies

C# - Winform Application, Does Window Minimize Force Garbage Collection?

Feb 8, 2011

Here's the scenario, winforms application, monitoring via Task Manager Processes Tab.On initial launch spins up to ~61,000K (initial data grid and data loads)If I minimize the application, not touching or doing anything the Mem usage drops to 1,380K.When I restore the application is spins back up to only 5.8K

So my question is, does the minimize send some internal message to clean up resources since the application in question is not in focus?The first app I noticed this in happens to be VB.NET, but I've observed the same behavior in my main C# winform applications.

View 1 Replies

VS 2008 Minimize Other Applications To Tray

Jan 22, 2010

I'm working on an app at the moment that requires a bunch of apps not made by me to run. The user has to be able to put some inputs into these other apps, but after that I'd like to have a button they can push on my app that minimizes all of these other apps under one icon I can choose. When the icon is clicked, these other apps would jump back up again.

View 11 Replies

VS 2008 Hide The Close, Minimize, And Maximize Box?

May 9, 2009

I wanted to know how to hide the three buttons on the form; close, minimize, and maximize.

View 2 Replies

VS 2008 Minimize And Close Buttons On Forms?

Sep 5, 2010

Is there any way I could have the Minimize button on form while at the same time to have the Close button [X] deactivated (or removed or anything) ? I just want to give the opportunity to the user to minimize the form , but to force him to close the form with the Close mutton , not with the X button

View 3 Replies

VS 2008 Press F11 To Minimize The Game And F12 To Restore

Jan 22, 2010

i'm making launchers for the game MuOnline with vb 08 and i want to ask how to make when players are playing and they press F11 to minimize the game and f12 to restore the game back to fullscreen or if its window mode to restore it to window mode

View 2 Replies

VS 2008 URL / Search Bars And Buttons Won't Minimize

Aug 26, 2009

When i maximize my screen my web browser displays perfectly , when i minimize i start to get problems. I have the tabbed web browser anchor set to left,right,top,bottom , so it minimizes perfectly. My problem is my URL/search bars and buttons wont minimize like the browser does, ive tried using the anchor settings but it just put everything everywhere. What am i doing wrong ?

[Code]...

View 2 Replies

VB 2008 Media Player - Panel Goes Blank After Minimize

Jan 19, 2011

I had created a media player using directx. It works perfectly even with resizing the form but I having problem when I minimize it. I use panel as the owner of the video and after I minimize and change it to normal state, the panel goes blank but the sound goes on. Then I get an error in application notification by VB2008. There might be something to do with the graphics where I dint handle it when I minimize it.

View 3 Replies

VS 2008 - Program Running At Startup / Minimize Down To Tray

Apr 16, 2009

1) Is it possible to allow a vb 2008 program to run at computer startup. Meaning, one the computer is turned on, it will load up with all the other startup programs so that it is ready to use.
2) I also would like to know if it is possible to have the program minimize down to the tray where all start up programs usually appear. So that instead of it cluttering up the task bar it will be in the tray and when they clcik or double click it, it will open back up.

View 1 Replies

VS 2008 PrintDocument Causes Form To Minimize Or Lose Focus

Jan 16, 2012

I have this rather annoying problem when printing in VB.NET. I use the PrintDocument object and after it has done its job, the form gets minimized to the taskbar. I tried to force the focus on the form but to no avail. I was just wondering if someone else has encountered this problem and maybe has a solution for it?

View 6 Replies

VS 2008 Error "WithEvents Variable 'Move' Conflicts With Event 'Move' In The Base Class 'Control' And Should Be Declared Shadows"

Sep 3, 2010

What does this error mean? I havent modified anything in the designer code, but its giving me an error? WithEvents variable 'Move' conflicts with event 'Move' in the base class 'Control' and should be declared 'Shadows'. The error relates to Friend WithEvents Move As System.Windows.Forms.DataGridViewCheckBoxColumn

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved