all groups > dotnet windows forms > march 2005 > threads for monday march 7
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
SendKeys doesn't send
Posted by todd at 3/7/2005 8:17:40 PM
I'm writing an app that sends keystrokes to another app using
SendKeys.SendWait(). On some computers some of the time, the call to
SendWait() doesn't work. After it's called, the receiving application
is sitting there focused and ready to receive the keystrokes (if I
press keys, they work) but t... more >>
Building a Word 2003 Document with XML
Posted by FinallyInSeattle at 3/7/2005 7:20:17 PM
I have an old product that generates a Word document using Word
Automation (tables, pictures, etc). The execution speed is quite slow
and I'm finally at the point where I can tell my customers that they
HAVE to have Office 2003.
That brings me to the potential of building a Word document usin... more >>
Which version of the .NET compact Framework am I using?
Posted by Pat Reddy at 3/7/2005 11:28:42 AM
I know how to tell which version I have installed on my mobile device.
But I seem to be missing some libraries that I should have on my
development pc and I was wondering how I can tell which version of the
CF I have installed. Going into Help/About from Dev Studio tells me the
..NET Framework ... more >>
VB.Net Application Updater
Posted by SouthSpawn at 3/7/2005 10:06:11 AM
I am looking for a way to distrubute my client application. Once I
distrubute my application, I will want it to automatically update itself.
I will put the new files on the webserver. I have seen examples of this on
the web. But none of them are good. Does anyone know any resource where I
an get... more >>
listbox problem in vb.net
Posted by Ron Call at 3/7/2005 9:15:08 AM
I'm having a problem getting listbox items to show up in VB.NET. I'm using
a test program that has one form with a listbox. I'm using this code in the
form load event:
Dim x As Integer
For x = 1 To 50
Me.ListBox1.Items.Add("Item " & x.ToString())
Next... more >>
Subclassing the PropertyGrid
Posted by Scott McChesney at 3/7/2005 8:10:32 AM
Folks -
I've done some searching on the 'net, and I think I know the answer to my
question, but I wanted to pose it anyway, just in case.
I'm embarking on a new project, and we're investigating the use of the
PropertyGrid. I've used it in a couple of places before, but never in an
appli... more >>
Variable scope and Windows Forms
Posted by mh1mark at 3/7/2005 7:11:03 AM
I have a menu that calls another form. I would like to pass the second form
a parameter based on the menu item selected. How can I do that?. A public
variable in the Menu is unavailable in the second form.
... more >>
Opacity doesnt work in MDI
Posted by Ruhi at 3/7/2005 3:01:02 AM
Hello,
I m facing some peoblem in MDI application . Wht i need is .. i hav a
2 MDI child forms ... one of them covers the whole client area and the second
one is small one that acts as a magnifier , as i move the small child form
over the big one it shld give me the snapshot of the ar... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|