all groups > dotnet windows forms > march 2006 > threads for monday march 20
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 31
Checking a box in another application
Posted by Weaver2112 at 3/20/2006 11:06:44 AM
Hi, I am glad I came across this group. Nice content folks. I am
interested in finishing a little automation project. I have everything
figured out except for checking boxes in a treeview control. I am using
C# and using window handles to determine window location, move my
pointer, and do my cli... more >>
list file from folder
Posted by CSharpguy at 3/20/2006 10:09:32 AM
I have to list files that are in a folder,the files have four different
extensions, How can I show all the files I need in a listbox then allow the
user to select 1 or 2 files so it can do some database uploading of them
files? The folder also has files in it that I don't need such as .doc, .t... more >>
Opening Windows Explorer at a Specific Folder
Posted by Shehab Kamal at 3/20/2006 8:28:24 AM
I'm using .NET 1.1
I want to open a folder in windows explorer using given its path.
I managed to open a file using System.Diagnostics.Process.Start(fileName);
Thanks in advance,
Shehab.... more >>
Raising Events Between User Controls
Posted by poppy at 3/20/2006 6:51:43 AM
I have 2 user controls on a form.
One control has a textbox and a button.
The other has a textbox.
When the user clicks the button on the first control I want the text to
appear in the other controls text box.
Can anyone point me in the right direction here ?
I know that I must raise an eve... more >>
Wrong size when restoring form that has no WS_DLGFRAME style flag set
Posted by Martin.Hallerdal NO[at]SPAM gmail.com at 3/20/2006 4:23:20 AM
Hello,
I have a form that I don't want to display the title bar for. The way
I've implemented this is to to remove the WS_DLGFRAME style flag.
However, when this form is minimized and then restored, it is restored
to the wrong size. The height of the form increases 19 pixels (height
of a title ... more >>
Unmanaged pixeldata into Picturebox
Posted by Vertilka at 3/20/2006 12:28:59 AM
Hi friends,
I am getting a stream of PixelData (without header) from the network
(other computer).
I am trying to display this pixel data in a picture box with following
code (in "Form_Load"):
byte [] pixeldata = new byte[720*576*3]; // 720 width, 576 height, 3
channels(RGB)
GetPixelDataFro... more >>
Ink
Posted by mshawjr NO[at]SPAM frontiernet.net at 3/20/2006 12:00:00 AM
Man I have found this site that has the cheapest ink for any printer.
You can compare prices and then review the companies on service and
quality. <http://www.imagraphix.com> Let me know what you think... more >>
|