all groups > vb.net > february 2007 > threads for sunday february 11
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
Duplicate Object Names ? - I must have goofed something.
Posted by Miro at 2/11/2007 11:45:49 PM
What have I done wrong here.
I use to have a tool strip button called home on my tool strip on the top of
my form.
By double clicking on the button, I got my sub to show as follows.
Private Sub tsbHome_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs)
<code was here... more >>
Visual Basic code to reset powerpoint presentation
Posted by sbweld NO[at]SPAM shaw.ca at 2/11/2007 7:02:24 PM
Hello,
I am using Powerpoint 2007 and have found an option to integrate
visual basic code into the slides. I am building a standalone Kiosk
and I want my powerpoint presentation to reset and go back to the
first slide if there isn't any activity for 4 minutes. Is this
something that can be do... more >>
Error when opening VS2005
Posted by Frank at 2/11/2007 5:42:30 PM
Every once in a while I'll close VS2005 with a UserControl (that contains
another UserControl) open in the designer.
Then when I open VS2005 the next time the designer window will display a
message indicating that it can't find the contained UserControl.
The two usercontols are defined in t... more >>
Docking & Screen Size
Posted by Samuel at 2/11/2007 1:45:19 PM
Hi everyone,
I am looking for a method to handle the following problem:
Since my controls are 'Docked' when I try to run the program with a smaller
screen (less pixels) the program appears to prioritise the size of the
control + the bottom of the form and ignores the location property of th... more >>
How can i "see" the next record
Posted by giannis at 2/11/2007 11:53:57 AM
How can i know ("see") the next record using the BindingSource
without move to the next record ?
... more >>
Wait for a function to run and then continue (ping)
Posted by Deepak at 2/11/2007 11:16:49 AM
I am programing a ping application which pings various centers . I
used timer loop and it pings one by one.
Now when i finish pinging one center it should wait for the
ping_completed function to be executed and then continue pinging
another certer.
The ping_completed function is called on ... more >>
Extract Icon By IconIndex?
Posted by Spam Catcher at 2/11/2007 7:44:30 AM
Hi all,
Does .NET provide any native API calls to extract .DLL/.EXE icon files
based on IconIndex?
Is there a way to enumerate through all the icons in an assembly (.NET or
Native code assemblies)?
Thanks!... more >>
Move Form to Namespace (VB 2005)
Posted by Armin Zingler at 2/11/2007 2:51:09 AM
Hi all,
I have a Form called "Main":
Public Class Main
Private Sub Button1_Click( _
ByVal sender As System.Object, ByVal e As System.EventArgs) _
Handles Button1.Click
End Sub
End Class
Now I want to put the form into a namespace called... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|