all groups > dotnet faqs > october 2004 > threads for october 8 - 14, 2004
Filter by week: 1 2 3 4 5
Rotating a Picturebox
Posted by Charles A. Lackman at 10/12/2004 11:23:08 PM
Hello,
I am trying to rotate a picturebox control. I have done some experimenting
with rotating the image inside the picturebox, but I am trying to get the
affect of grabbing the corner of the picturebox and moving the mouse to
change the angle. I am sure I can implement the code to grab ... more >>
What programming language
Posted by dev-jared NO[at]SPAM shaw.ca at 10/12/2004 5:43:04 PM
This is going to seem like a generic question that has been posed 1001
times and is probably very subjective, but I need some real world
answers, rather than textbook answers.
Let me give my background in 2-3 sentences:
1. I am a developer who has been programming for about 3 years and
have d... more >>
Debugging
Posted by Wayne Wengert at 10/11/2004 5:51:08 PM
I created a VB.NET application using VSNET 2003 and then created a
distribution package using VSNET's Setup and Deployment Project. I copied
the setup and msi files to a different system and ran setup - all went fine.
When I run the application I get an error in one process and the ensuing
dialo... more >>
What is thread safety?
Posted by Hans at 10/11/2004 10:14:50 AM
Is there anyone can explain "thread safety" in detail for me please?
... more >>
Setting MDIParent of new form
Posted by ksedran at 10/8/2004 1:23:05 PM
Hello All,
Having an issue with setting the MDIParent of a new form.
I have a form called CMIMain. From this form a child form is opened called
Form1.
This is the code I use to set that up:
Dim Form1 As New Form1
Form1.MdiParent = Me
Form1.Show()
Now, from Form1 I want to open ano... more >>
|