all groups > dotnet windows forms > july 2003 > threads for wednesday july 23
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
toolbarbutton click event fired twice??
Posted by Amil at 7/23/2003 8:38:21 PM
When I click on my toolbar button, the toolbar event handler is called twice
for the same button?
Any idea why?
/paul
... more >>
Retrieving past posts
Posted by David W. Simmonds at 7/23/2003 7:00:44 PM
I posted a question on this forum before June 27 and then left on vacation.
I have returned and now I cannot see my entry or any responses for it. How
can I find this?
... more >>
RichTextBox
Posted by Patrick Noll at 7/23/2003 5:37:40 PM
hi folks,
i need to integrate links into an RichTextBox.
so, i know the feature that you can DetectUrls when they written like
http://www.pseudolink.de, but that is not what i need.
i want to have text in this box and a single word should be the link.
Ex.: When Profile "Profile" is ready
... more >>
Can't access CDO.Message
Posted by Chris at 7/23/2003 3:56:53 PM
I have a windows form application that I am trying to send
mail from. Currently I have an ASP.net web application
running that uses the same System.web.mail.mailmessage
class, and the same smptp server which works fine. When
trying to do the exact same thing from a windows form I
get an ... more >>
Extending the CommonDialog Class
Posted by Steve B. [Labo.Net] at 7/23/2003 3:44:01 PM
Hi
In a control Library I'd like to build my own dialog, inheriting
CommonDialog.
However, the only way to realise it I found is to create one class
inheriting CommonDialog (public class MyDialog : CommonDialog) AND one
internal class providing the form (internal class MyDialogForm : Form).... more >>
form with the same characteristic of the "SEARCH" one.How to do it ?
Posted by Sandro at 7/23/2003 1:05:05 PM
Hi !
I am working to a Word Xp add-in in VB.NET and I would like to create a
form with the same characteristic of the "SEARCH" one, that is:
- TopMost= TRUE (always on top)
- Me.SHOW (not modal !)
The problem is that I need to stop the code execution in the calling code to
wait for the ... more >>
Cache an XML document
Posted by A at 7/23/2003 10:23:30 AM
Is it possible in a Winforms....Not using a web service.
thanks in avance,
A... more >>
Passing Value to a new Form
Posted by Richard Chapman at 7/23/2003 7:51:52 AM
This should be a easy question. What i'm trying to do is open a form
from another form and pass a value to the new form. For example, from
the main menu the use selects what form(formB) they want to open. This
acutally opens a pop up form(formA0 where they choose what accountnumber
they want ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.NET Chart
Posted by Bernard Brown at 7/23/2003 5:08:00 AM
Hi all.
I am very new to .NET and am looking for a .NET charting
component. Does anyone know if microsoft have developed 1,
or do I have to get an external 1 (such as Software FX)
Thanks!... more >>
How to show ActiveX whitout AxHost?
Posted by Kuba Florczyk at 7/23/2003 4:51:22 AM
Hi
Do anybody know how to show ActiveX whitout AxHost? For example i got
wrapper to ActiveX and now i don't know how AxHost shows ActiveX.
I must do it, because i think AxHost made it wrong and i got some problems
with using ActiveX.
Second question is how AxHost do it? I mean how he show... more >>
Assembly, controls & initialization
Posted by Cedric at 7/23/2003 3:01:40 AM
Hi,
I'm creating a c# assembly with many controls: lookup
comboboxes such as country & currency comboboxes.
I want this assembly to be used by many windows
applications & it shouldn't care how it gets the lookup
data (Web service, remoting, direct).
I looks like this:
namespace ISA.W... more >>
How to get Assembly Infos when starting form Sub Main ?
Posted by Gilles LAMBERT at 7/23/2003 2:55:53 AM
Hi,
The static class Application is fine to get Assembly infos when the
application starts form a form, but several properties like
ProductVersion, ProductName are no more accessible xhen it starts form a
Sub Main.
Is it possible to get this informations anyway ?
Thanks and best regards
... more >>
Put up a confirmation question when the user tries to delete a row in the datagrid
Posted by Suzanne.James NO[at]SPAM mhapensions.com at 7/23/2003 2:09:38 AM
I'd like to know how can I put up a confirmation question when the
user tries to delete a row in the datagrid by clicking on the row
header and pressing the Delete key?
I have found this code on a windows forms FAQ site :
Public Class DataGrid_Custom
Inherits DataGrid
Priv... more >>
Item image lost in TreeView using Application.EnableVisualStyles();
Posted by Thomas Wang at 7/23/2003 12:22:46 AM
I want to let my app support XP theme,since I use .Net
1.1 so I and the Application.EnableVisualStyles();
like this
static void Main()
{
Application.EnableVisualStyles();
Application.Run(new Form1());
}
but after that,my Treeview lost the item image!
Why?
Thank you!
... more >>
|