Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / July 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Painting Background - No Resizing Well04 Jul 2004 22:43 GMT2
I'm painting a gradient onto a control by overrideing the
"OnPaintBackground" method like so:
  Protected Overrides Sub OnPaintBackground(ByVal e As PaintEventArgs)
      Dim brush As New LinearGradientBrush( _
Multiple controls to call the same function04 Jul 2004 15:51 GMT9
Hoping someone can advise me on this one.
I have a form with about 10 text boxes.  A user will be entering numbers in
each box, I have written a small function that will correct the format of
the numbers, so if a user enters 5 it becomes 5.00, if they enter 5.5 it
Gradient Backgrounds04 Jul 2004 11:54 GMT3
How would I go about setting a gradient (from Color A to Color B) as a
background for something like a panel?
I don't want to resort to using XP-themes (so that it'll run on pre-XP
systems).  Basically I have some 3rd party controls that have gradient
Application Timeout Required04 Jul 2004 07:28 GMT9
My windows application needs a time out functionality.
After a specified time interval (say 20 mins) of inactivity, I need to show
the enter password screen.
I tried the Application_Idle event but that didn't work out well.
Databinding - Best Practice (object-oriented)03 Jul 2004 18:37 GMT28
I would like to know your opinions about the best way of implementing
databinding in an application.
Let's take a simple example: we have a table called 'Employee' and we
would like to display its content in a DataGrid.
RichEditBox03 Jul 2004 16:07 GMT1
(Type your message here)
Can anyone tell me the difference between a RichEditBox and a RichTextBox
--------------------------------
From: Henry Majoue
Designer and UserControl.Text03 Jul 2004 06:21 GMT1
namespace ControlLib {
    [Designer("System.Windows.Forms.Design.ParentControlDesigner,
System.Design", typeof(IDesigner))]
    public class MyTabPage : System.Windows.Forms.UserControl {
Convert Access application to .NET?03 Jul 2004 06:20 GMT7
I have a small-medium sized Access application that is poorly written.  My
choices are to either rewrite large parts of the Access app so that it
functions reasonably well, or to convert the whole thing to .NET.
Not being an Access developer, the .NET approach seems most natural, ...
StatusBarPanel exception03 Jul 2004 00:48 GMT3
I just started getting an exception in my application it says "Unable to set the panel text." (Although it occurs the first time on setting the alignment property on one of the panels)I have several panels and this only happens on some of them. Any ideas?
Thanks
Alex
XP-Style border for picturebox03 Jul 2004 00:29 GMT2
Hi to All,
Is it possibile to use an XP-Style border for a picturebox? I am referring
to the border that, under XP, listboxes and textboxes have (i.e. a single
blue line, if you use the default theme).
how the richtextbox is written multithreadingly?02 Jul 2004 23:05 GMT2
i put  a richtextbox and a button on the winForm.when the button is clicked,it generate several threads to write to the richtextbox,the code snippet as following:
private void btnSend_Click(object sender, System.EventArgs e)
{
 for(int i=0;i<3;i++)
AxWebbrowser controls share HTTP session02 Jul 2004 22:46 GMT1
When using the AxWebbrowser control multiple times within an
application I have noticed that all of the controls share session
information. That is, if I retrieve a session cookie in one control
then it is available in all of the other controls.
Multiline Datagrid Display02 Jul 2004 20:26 GMT1
I need my DataGrid control to display multiline text at all times.... not just when a Cell is being edited. Can anyone help? Maybe I am missing something, but many of the posts that I have read on the net about this mention the problem but no real resolution.
Signature

Thor Kornbrek
.Net ...

Splitter with 3 panels02 Jul 2004 18:34 GMT5
I want to design a Windows Form that basically looks like Windows
Explorer, except at the bottom there is a pane that runs along the
bottom of both the tree view and the list view.  What order do I
create everything in, and how should I set the dock styles?
Productivity: WebForms vs. WinForms02 Jul 2004 16:13 GMT18
Although an impossible question to answer, I fell urged to raise it anyhow.
Given a fairly complex ERP application scenario, what's your estimation for
the X-ratio
dev. time for WebForms app
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 June, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.