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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|