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 / January 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
how can i modify the year in the DateTimePicker?11 Jan 2005 23:39 GMT3
when you open the DateTimePicker, when you press on the year you can change
it by using the UpDown control attach to it. i want to also to be able to
write the year (i know you can highlight it and copy the text). is there a
way to do this?
How to show popup progress window?11 Jan 2005 21:53 GMT4
I try to save a DB table and it takes few minutes. So I decide to add a popup
progress window. When it’s done the saving work, program code will close the
window.
I created a progress window form with a timer and a ProgressBar control, and
focus()11 Jan 2005 17:54 GMT1
I am trying to make my winform always on top of other windows and want it to
be focus once it's on top of the others:
// some codes
SetWindowPos(this.Handle, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE);
Menu in MDIChild form not possible?11 Jan 2005 17:11 GMT5
I am making my first windows mdi application. It seems like I cannot add a
mainmemu to the mdichild form. The mainmenu can be transferred from the
toolbox to the windows form in designmode, but it will not display. Is there
a limitation or do I have to do some additional steps to ...
DDE application hang when there is another .NET window form application is running at the same time11 Jan 2005 16:27 GMT1
Any idea?
Lenght of a string11 Jan 2005 14:17 GMT5
How can I measure the lenght of a text from a TextBox (in pixels) ?
I want to measure in KeyPress event the lenght of the text typed in a
textbox to put a listbox at the end of the text (something like IntelliSense).
I read about SizeF and MeasureString but I don't have a drawing ...
How do i change the back color of MessageBox11 Jan 2005 14:12 GMT1
How do i change the back color of MessageBox
"Process cannot access file" problem11 Jan 2005 13:16 GMT8
VB.NET is saying the file I am creating is in use by another process and
won't complete its task of moving the file to the specified destination
folder.
Here is my code (the main bit anyway)....
OnLostFocus ... who has now the focus ?11 Jan 2005 12:44 GMT5
since Control.OnLostFocus doesn't supply in the argument the new window
that gained the focus, how can I get this information ?
Thank you
Herve
Show progress in a Windows Forms application11 Jan 2005 06:04 GMT7
I have a VB.NET Windows Forms application. The main form calls a worker
class to do some work. Currently I implement this call syncronously and
would like to show the progress via a progress bar as this work is being
carried out. What is the recommended method of doing this?
OpenFileDialogBox - How to set the initial field view to Thumbnail10 Jan 2005 22:30 GMT4
in the OpenFileDialogBox component, how do I set the initial file view to
Thumbnails? It defaults to detail on my computer, but I want to force it to
the Thumbnails style in my VB.NET application.
Thanks in advance.
Pros/Cons of Different Image Formats10 Jan 2005 20:32 GMT3
I am making several forms that will make heavy use of images to create the
look and feel of various controls.  I typically have just used the bitmap
format to store all of my images.
Can anyone give me an idea of what the pros/cons of using other file formats
Color a Row in Datagrid10 Jan 2005 19:07 GMT4
I want to display a datagrid with values from a dataset(using Windows
application). That works, but now, I want to color the row red if a certain
field is empty
Can anyone help me?
Can I run multiple controls in seperate threads, on the same form?10 Jan 2005 15:28 GMT2
I have a combined Direct3D and Drawing (GDI+) application. In the drawing
part I can paint a height map that dynamically update its 3D representation.
The Direct3D and the Drawing part are placed in seperate controls hosted on
the same form.
UnsafeNativeMethods.CallWindowProc NullReferenceExceptions10 Jan 2005 14:08 GMT4
We are receiving error reports with NullReferenceExceptions from our users
with stacks like the following:
at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc,
IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 December, 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.