Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


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 >>



.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 >>


DevelopmentNow Blog