by: Simon Richardson |
last post by:
I recently found that one of my application was leaking memory every time I closed a MDIChild form. The garbage collector never reclaimed it and my windows handles kept increasing and increasing...
|
by: Robert |
last post by:
Hello.
I have been trying out the Lebans ToolTip Classes at
http://www.lebans.com/tooltip.htm, to display "balloon" style help tips in a
form. The classes I am using are located at...
|
by: Yves Royer |
last post by:
Hi,
I'm currently writing an application (in VS 2005 bèta 2) and made some own
user controls. In each user control I added a ToolTip object so i can set
some tooltips on checkboxes etc.
What...
|
by: Yves Royer |
last post by:
Hi,
My first post didn't show up so here's a second try.
I'm currently writing an application (in VS 2005 bèta 2) and made some own
user controls. In each user control I added a ToolTip object...
|
by: Rachel Suddeth |
last post by:
I have an application where some forms have many (say 100) UserControls on
them (each of which contain a label, an image, and a data entry control),
and each UserControl has a ToolTip provider...
|
by: Tan Nguyen |
last post by:
Hello,
I have a problem using tooltip. The application that I'm creating uses
specially created ActiveX controls in an MDI Child form. I have the following
code in the form that's the MDI...
|
by: pagates |
last post by:
Hello All,
For links in my page, I would like to change the window.status to show
something a little friendlier than
"javascript:WebForm_DoPostBackWithOptions(.............)".
I thought that...
|
by: sonu |
last post by:
Hi all,
I am experiencing a strange problem for the call setToolTip while
running my application on frmaework 2.0. I have found 2 messages on
google discussing the same issue but there are
no...
|
by: giddy |
last post by:
hi ,
i'm somewhat new to C# .. so i might be asking a silly question.. but i
have tried searching forums after reading msdn docs , for this.
I have a column for dates in my datagridview. As...
|
by: Charles Law |
last post by:
I have to take this personally now. Tooltips have been flakey since the dawn
of .NET, but to still have to put up with a disappearing tooltip in VS 2008
is getting beyond a joke. Tooltips have...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: giovanniandrean |
last post by:
The energy model is structured as follows and uses excel sheets to give input data:
1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: nia12 |
last post by:
Hi there,
I am very new to Access so apologies if any of this is obvious/not clear.
I am creating a data collection tool for health care employees to complete. It consists of a number of...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|