o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Freezing a control -

I have a treeview that I am sorting through code. How can I disable this treeveiw's paint events so that this process does not take so long?

 

Freezing a control -
I have made a usercontrol. Sometimes it needs to do so much rearranging that the user can see this happening. Is there anyway of freezing the control so that the control do not update until everything is rearranged. I have made everything invisible to speed up the process – but the u


WMP keeps freezing -
Whenever I play a .avi file which is about 700 MB, WMP keeps freezing after a while. It doesn't happen with short files (like 200 MB). Any way to fix it?


Freezing -
How are you using the timer? Callback functions are the most reliable method, and usually don't cause freezing.


VB6- Freezing a value -
How would I go about freezing an address/value, using VB? I'm sorry if this is the wrong section for posting this in, but I didn't see a help section. Also, keep in mind I'm fairly new to coding (I've mdae 2 projects :P), so any help would be nice. Thanks alot.


Freezing up!! -
I have a form with a label1_Click used to File1.Refresh, but I took that code out. Now when I clicked Label1 by accident it freezes up and I can't click anything else. After some trial an error I figured out that ANY code I put in the label1_Click freezes it up, except a Msgbox. I


Freezing a control -
I have a treeview that I am sorting through code. How can I disable this treeveiw's paint events so that this process does not take so long?


Threading In Java -
How can I thread in java? In vb you can use application.DoEvents and that way your application doesnt freeze when its doing something. How can I do this with Java? To make things clearer, this is what Im doing. I am simply opening a file and adding each line into a DefaultListMode


winamp keeps freezing -
hi i've got winamp and am using the shoutcast plugin to make a interent radio station but for some reason winamp keeps freezing the computer is brand new fresh install of win 2000 but it seems somthing is conflicting with winamp. i've got zone alarm as my software firewall, avg as my


What are extended DataGrid Control to VB60 exists in the World -
Help! Need alternate DataGrid Control (VB60) with extensibility like that: Freezing columns, Sort records, Find in records, checkbox view boolean column


Something I have learnt over the past few days -
The DoEvents control is highly underestimated I would just like to tell everyone that if your program seems to be going slowly or freezing stick a DoEvents in at the end of the SUB in question. Thanks Jord


Stop Ctrl Alt Del Freezing my app -
In windows 98, if you ctrl alt del and choose to end task on a program, the program freezes but is still running, until they click end task. Is there any way to stop this somehow? If the program is running then it needs to be responding. I need to make it so that it either stops freezi


XP Freezing -
I thought that reformatting and reinstall XP would help. My start bar will freeze up and I can only control the active window. The only way to get around it is to CTRL/ATL/DEL then close that window. Any ideas? I have downloaded all the updates. System Tbird


Timer Freezing Problems.. -
Hi Guys, I've designed a Slider Control. In that I'm using 2 Picture Boxes and in their Mouse Move events I'm Calculating the value. When I'm using this slider control in a form with a Timer Control, and when I run this my timer freezes when I move the Mouse over the S


Prevent "freezing" when SQL Server connection not available -
Hi, Using VB6, SQL Server 2000 on remote server Is there a way to prevent my VB6 program from freezing up when I try to make an ADODB connection to a SQL Server on a remote machine and the SQL Server is not reachable? Can I do some kind of test in the background that checks the


FTPGetFile and Freezing -
I have my app built and it works great, but I do not like the fact that when it hands control over to the DLL to get the file from the server using FTPGetFile the app looks frozen. I have seen other posts on this, but no resolution. Does anyone out there have any ideas? Someone sa


Freezing a tabbed dialogue box ... -
I've got a SSTAB control on a form, that holds various data in each tab. If a user clicks the Excel button on the toolbar the contents of the control are exported to Excel. I know with a flexgrid you can set the REDRAW property to false to stop it redrawing on screen when you read


Application interface freezing -
I'm just starting to develop a small vb.net app. The app loops through a series of tasks and displays updated data to the user through a RichTextBox control. The display is refreshed (Me.Refresh) when new text is added. I find that while the app is processing the whole interfac


How Can I tell if a user Control is moved at design Time -
Is thre a way of telling if your usercontrol has been moved at design time. Something like the resize event but for moving the control rather than resizing it, or are there any other ways of doing it. I'm very wary about subclassing user controls at design time because that's almos


Freezing an application -
Is there a way I can freeze an application (so it is 100% frozen, nothing happens in the application at all) and unfreeze when I want? <- And let the rest of the system unfrozen and running normally. If you can suggest a program to do this manually it would be great. But having t


Freezing for no reason -
Hi all, I have a strange problem after upgrading my motherboard and chip from an AMD Athlon 1GHz (motherboard was an EliteGroup K7S5A) to an AMD Athlon XP 2600+ (motherboard is now an ASRock K7S8X), running Windows XP. The system can run perfectly fine for a few days, then sudden


Freezing Issue -
This is probably a tough question to answer with out any code, but in case someone came across something similar to this in the past ill ask anyway. i have a touch screen kiosk application that runs all the time on a computer. the user has no way to close it or open any other progr


Eliminating pop ups in VB browser control -
How do I eliminate pop up windows that occur when I load a webpage inside a vb browser control? The program is freezing until a pop up ad loads when I try to get the browser to navigate to a page, this page displays program info that I want to be able to dynamically update, so I used a


Global Warming You Sed.... -
All this week, the temperature has been in the low 20's/Teens, and thanks to a nice arctic blast from the north, the "feels like" temp has been in the single digits. Today will be the first day (hopefully) that we actually have temperatures above freezing (32 F in the states


freezing two controls at the same time -
Anyone knows how to freeze two control at the same time ??? I am using LockWindowUpdate to freeze the control ... however ... it seems to be able to freeze one control at a time .... when I do this ... LockWindowUpdate(hwnd1) LockWindowUpdate(hwnd2) It only freezes hwnd1 ...


C... c... c... cold -
The central heating/hot water control panel died yesterday, so we've got no heating and no hot water. It's fecking freezing. I tell you, my shower this morning was not fun.


Loading - Still unresolved -
on loading i am trying to play a flash movie - but it obviously keeps freezing as there is other code occuring. so i've had to put the movie into a separate exe file what i'd like to know is if there is a way to let a control or form run independantly from the app (in terms of pr


[2005] Access shared classes in a DLL in a different thread -
Hi all, I have a windows class library project and a windows application project. The class library has shared functions, procedures and a timer. Windows application only start the timer of the Class Library and in the Timer_Tick event there are some processes to run. This works fine


Freezing a Row and/or Column in an Excel Control on a Form -
I have an Excel Control embedded on a VB Form displaying data. I have formatted the cells in Row 1 as the Column Headings. Is there any way to "Freeze" this row (through VB) so it doesn't scroll off the screen when the user scrolls down the sheet. There is a "FreezePa


inet freezing if connection lost -
Hi there I am using the inet control to automatically download updates for my application. It works fine, but the problem is that if the internet connection is lost, then it just freezes. Is there some event in Inet that I could use to check for this? Many thanks langals


Inet problems (Follow up to failure to exit program) -
Earlier I posted about a problem with my program continually freezing during its unloading. Thanks to some good responses, I've narrowed the problem down to the Inet control. Here is my new dilemna, I can't seem to fix this. According the Microsoft Knowledge Base, this problem was k


Do / Loop Problem -
both of them are freezing the application


anyone else experience this -
Hey.. Here is whats going on... I run a 900mhz amd...392mb ram.. Riva TNT2 Ultra (16mb) Windows 2k... Its not that bad of a system I would say, yet I have this problem: It seems whenever I have been running my computer for a while (at least one full day) I will start up any ki


[2008] Webbrowser.navigate freezing -
I have a simple program with a web browser control and a button that causes it to navigate to a certain web page, as well as an input and another button for entering a url directly. Everything was working fine until I started messing with the document completed event in the control.


How cold are you -
I'm bloody freezing time to put the heating on I think.


Quicktime playback in VB6 is freezing -
I have an application that is using the Quicktime Control 2.0 to play back some very short (5 sec) Quicktime clips. The user can select from a list of clips to play. There are times that the application will only play back the first couple of seconds of a clip and then freeze. It


What can make problem in native code -
I made a program which works by debbugging and works compilled to p-code, but If I compile it as native code it freezes! I use vb6 sp6 on vista. It freezes on a command: sleep 1 which is running more times before the freezing one. Edit: I figured out the problem: Code: Call Pos


Wow this is strange. -
Not that this is an actual problem but I was playin around with different controls and when I stumbled upon the OLE several months ago it kept freezing my computer. Jus wondern y?


Freeze -
Does anybody else have a problem with their computer freezing, like the cursor not moving and sound stopping and nothing working? It's not even that hot....34 c on an AMD T-Bird 1.2


It's freezing here! -
Here in Arlington, Va it's 47°F..... I'm gonna sue if my teacher makes us go outside for gym!


Class problem... -
My compiler is just freezing when I try to compile this...I've narrowed it down to the bold lines (causing it to freeze): [code removed] I'm guessing it has something to do with the enum? Any ideas?