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 > april 2004 > threads for thursday april 29

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

ignorance
Posted by sam at 4/29/2004 11:16:05 PM
I am not technical, I need help to find a proper document page. I do not like notepad or wordpad. I used to use XP in my job and could work with tables etc. I find I cannot do anything at the moment. Am I lacking software?...more >>


Taking a screen shot of a form
Posted by Kent Boogaart via .NET 247 at 4/29/2004 10:56:41 PM
Hi everyone, This is my first post to this group =2E =2E =2E Given an instance of System=2EWindows=2EForms=2EForm, is it possible= for me to take a "screen shot" of it as it would appear inside= the VS=2ENET designer? I want to do this without calling a= constructor or displaying the for...more >>

No Body Has solution for this critical query?
Posted by Nilesh Rade at 4/29/2004 10:21:02 PM
Hi I am having a custom Tab control. In the Control's designer class am adding the follwoing code but it is not working i am still able to drag and drop a button or other controls on tabControl. But it works if I drag and drop a control, say button on from, and hten cut and try to paste it on my T...more >>

sample code for ftp on vb.net
Posted by Tabo at 4/29/2004 8:46:03 PM
Dear all can anyone provide sample code for transfer file by using FTP on VB.NET My user need to transfer file on client by an window application. Thanks Tabo...more >>

.NET Grids
Posted by jlapenta NO[at]SPAM entelsys.com at 4/29/2004 8:11:44 PM
We are starting development on some .NET projects using C#. We are considering the purchase of some components to help with development. Our feeling is that a robust GRID control is crucial. There are LOTS of them around. Have played around with XCEED.NET GRID and it looks pretty good...more >>

How to convert Datetime to UInt32
Posted by XingZheng at 4/29/2004 7:31:29 PM
Hi Could you tell me how to convert DateTime to UInt32 in C#. Thanks ...more >>

Clearing the Clipboard
Posted by jon morgan at 4/29/2004 6:08:23 PM
Hi, How do I clear the system clipboard ? Used to be Clipboard.Clear in VB6 but simply calling Clipboard.GetdataObject.GetData in VB.net doesn't seem to actually remove the data. Thanks Jon ...more >>

Logging Error Best Practices
Posted by Chris at 4/29/2004 2:35:00 PM
I've got a logging routine on my client that logs errors. I'm hoping to use this error information for debugging purposes during testing and then during production. I want to log these exceptions at the best place possible to help me in this goal. Where should I put these try / catch ...more >>



datagrid master-detail bug?
Posted by Brad at 4/29/2004 2:06:04 PM
Let me run through the first problem I had with a master-detail setup on two Windows datagrids, as it may relate to the second problem I have two datagrids set up for master-detail as recommended by Microsoft. That is, something like this dataGridMaster.SetDataBinding( dataset, dataset.masterTabl...more >>

Custom MessageBox Problem
Posted by Mystique at 4/29/2004 1:02:35 PM
I have created a custom MessageBox in a seperate DLL that has two resource files containing string in two languages. When i call my show method i get (that's when i'm getting the string from the string table / resource) i get the following: =====================================================...more >>

Change border color on panel control?
Posted by Dave Veeneman at 4/29/2004 1:00:22 PM
Is there any simple way to change the color of a fisxed-single border on a Panel control? The border color is black; I want to change it to SystemColors.Highlight to match the borders on the other controls on the form. Thanks Dave Veeneman Foresight Systems, Inc. ...more >>

PASTING files from EXPLORER
Posted by Lee Gillie at 4/29/2004 11:01:03 AM
I've implemented PASTE essentially as: Private Sub mnuEditPaste_Click _ (ByVal sender As System.Object _ ,ByVal e As System.EventArgs _ ) Handles mnuEditPaste.Click If Clipboard.GetDataObject.GetDataPresent(DataFormats.FileDrop) Then Dim obj As Object = Clipboard.Ge...more >>

How does one call a message box that takes a value?
Posted by acool at 4/29/2004 10:19:42 AM
I remember in VB6 there was an option for calling a type of message/dialog box that takes a single value. How do I do this in .NET? ...more >>

resource conflict between OpenFileDialog and Help.ShowHelp?
Posted by n10si_t NO[at]SPAM yahoo.com at 4/29/2004 9:31:10 AM
Hi all, I have got an application that is not really an MDI app, but that does have multiple forms that run at different times. For instance, it starts with a welcome screen asking the user what they want to do, prompts them with an "Official Use Only" dialog, and has a primary interview scr...more >>

Using a GroupBox causes GDI+ generic error on Windows 98
Posted by Andrew Wiseman at 4/29/2004 9:04:05 AM
We're developing an application using Visual Studio .NET 2003, which works fine on Windows XP and Windows 2003, but causes a GDI+ generic error when run on a Windows 98 box. The problem seems to be in using GroupBoxes. To test this, I started a new project, put two groupboxes on the form, with...more >>

Why does help button require min/max = false
Posted by Tim at 4/29/2004 6:21:09 AM
Can anyone explain why getting the Help Button to show in a form Requires that the Minimize and Maximize both = false? Requesting help doesn't seem to exclude the ability to min/max, so why force this Thanks Ti ...more >>

adding childnode in non expandable nodes
Posted by Manish Jain at 4/29/2004 12:16:04 AM
Hi Friends I am working with treeview control and its working fine with except when I am trying to add child node in non - expandable node and i call the method newnode.ensurevisible. it does not add to the node. Also if i see the quick watch of child node, I can see the nullreferenceexception a...more >>


DevelopmentNow Blog