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 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Accelerator keys broken in Winforms07 Jul 2006 22:06 GMT1
I'm having a problem with accelerator keys (also sometimes refered to as
shortcut keys or mnemonics) on Winforms. To reproduce, simply do this:
1. create a new C# "Windows Application" project (I'm using VS2005)
2. Add a button to the form and change its default Text from "button1" ...
hiding form from alt-tab07 Jul 2006 21:37 GMT1
In the 1.1 version of the framework setting ShowInTaskbar to false and
FormBorderStyle to none was enough to stop a form from showing up in the
alt-tab list.  After porting the app to 2.0 all the forms now appear in the
alt-tab list.  What do I need to do to hide the forms from ...
Cannot access a disposed object07 Jul 2006 18:52 GMT1
Hi This two lines of code have always worked fine
System.Windows.Forms.Form ModificaPrenotazione = new
ModificaPrenotazione(id_preno);
ModificaPrenotazione.Show();
ToolStripProgressBar and InvokeRequired - again07 Jul 2006 17:16 GMT7
Is manipulation on ToolStripProgressBar allowed in cross-thread way? Or
should I use this.Invoke()?
I'm using Dot Net since yesterday. Sorry, if this question doesn't have
sense.
Replacing running EXE07 Jul 2006 16:43 GMT1
System.IO.File.Replace..
"Unable to move the replacement file to the file to be replaced. The file to
be replaced has retained its original name."
Has anyone got easier solution than running temp vbscript.
Form without border07 Jul 2006 15:13 GMT4
I want to move and resize a window without border. I solved the problem of
moving thanks to internet search by using
ReleaseCapture();
SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0);
GDI+ Glass Table effect07 Jul 2006 14:15 GMT2
I have an image of an object which I display on a form. I'd like to use GDI+
to display a gradually-fading reflection of this image (on a white or
coloured background) underneath so that the effect is like the object
sitting on a glass table. Any idea how I'd achieve this ?
Null reference issue07 Jul 2006 13:54 GMT2
I am creating a multi-winform project.  Everything has been working
fine, except after I perform an update to the database and decide to
Exit the winform after the update operation is complete.
I have error handling in my code but not on the dispose method.  I call
DataGrid and business objects07 Jul 2006 12:51 GMT2
I would like to display/edit an ArrayList of objects in a DataGrid. Each row
in the datagrid displays a Machine.
Problem 1: Each of the objects (Machine) in the list has an ArrayList of
child objects (Part). How must the following example be rewritten so that it
Add/remove columns in a DataGridView automatically according to open database07 Jul 2006 10:18 GMT2
is it possible to make DataGridView add or remove columns automatically
when opening an Access database? If so, how? I have checked all the
properties of DGV but none seemed to fit this... The connection string
was defined in a Wizard (SELECT * FROM ...).
User control life cycle in VS2005 editor07 Jul 2006 01:22 GMT1
Can someone tell me what is the user control life cycle when its dropped in
to a visual studio designer? I mean, I have a new windows application project
created in visual studio 2005 and a new form added. Now I create a new user
control extending it from UserControl. Add few ...
Wizard generated code doesn't display data from database.06 Jul 2006 23:25 GMT2
I am sure this is an FAQ but I could not find it and I was wondering if
someone could help me.
I wanted to quickly generated a view of a couple of tables in our database.
I pulled up the wizard and generated a couple of data sets and data adapters.
I'm calling a method in a different class, how do I reference the form?06 Jul 2006 20:08 GMT5
To tidy up my code, within a form I am calling a method in a different
class, e.g.
               switch (listBox1.SelectedItems[i].ToString())
               {
How to hide the numericUpDown control's up and down arrows?06 Jul 2006 15:57 GMT4
How to hide the numericUpDown control's up and down arrows?
I only want the numeric textbox, but numericUpDown has up and down arrow is
not my want, how can I hide it?
WebBrowser Class06 Jul 2006 08:56 GMT5
Tricky question,
is there a way that when you have a windows.form app using webbrowser class
to view and run webapps on it when ever you open a new window browser the
session will still be the same as the parent?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 June, 2006
 
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.