Click here to Skip to main content
15,922,584 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Multiple Bitmaps Pin
Dave Kreskowiak27-Jul-04 7:01
mveDave Kreskowiak27-Jul-04 7:01 
GeneralRe: Multiple Bitmaps Pin
maykut209928-Jul-04 13:51
maykut209928-Jul-04 13:51 
GeneralRe: Multiple Bitmaps Pin
Dave Kreskowiak28-Jul-04 14:16
mveDave Kreskowiak28-Jul-04 14:16 
GeneralRe: Multiple Bitmaps Pin
maykut209928-Jul-04 14:21
maykut209928-Jul-04 14:21 
GeneralRe: Multiple Bitmaps Pin
Aaron Eldreth29-Jul-04 17:10
Aaron Eldreth29-Jul-04 17:10 
GeneralRe: Multiple Bitmaps Pin
maykut209929-Jul-04 17:21
maykut209929-Jul-04 17:21 
Generalquestions in vb.net Pin
ahmad_yossef26-Jul-04 0:35
ahmad_yossef26-Jul-04 0:35 
GeneralRe: questions in vb.net Pin
Dave Kreskowiak27-Jul-04 3:06
mveDave Kreskowiak27-Jul-04 3:06 
ahmad_yossef wrote:
1st question
how could i move the form by the mouse ofcourse not from the title bar
or how could i make a label and by mouse down i can move the form and when up the mouse it leave the form at the new place


You would have to experiment with overriding the MouseDown and MouseUp events of the Form. During MouseDown, you would probably have to use the PointToScreen function to calculate the coordinates to use and change the Top and Left parameters of the Form to those coordinates. No, I don't have any sample code.


ahmad_yossef wrote:
2nd
now i make a game and i want to make to things
first a shortcut key when i press it start a new game
like if press f2 start a new game how?
second in new game have i to clear changes i made one bye one or there is a code to load the form as it loaded in the first time


This depends entirely on your game's engine design and can only be answered by you, the person who designed it. The key would be handled just like any other keydown/keyup event in your game. How you reset your game engine depends HEAVILY on the design of the engine.


ahmad_yossef wrote:
3rd
i knew how to make a control array of a control like a control array of commands when u clicked one the tabindex is ur guide and i make a notehr one how can i bound the two control arrays


WTF | :WTF: This makes no sense what-so-ever...


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralXML Serialization of a Recursive Custom Collection Pin
Michael R. Rich25-Jul-04 19:20
Michael R. Rich25-Jul-04 19:20 
GeneralClass Library references Pin
beowulfagate25-Jul-04 18:29
beowulfagate25-Jul-04 18:29 
GeneralRe: Class Library references Pin
sukesh.g25-Jul-04 20:24
sukesh.g25-Jul-04 20:24 
GeneralRe: Class Library references Pin
Dave Kreskowiak26-Jul-04 6:36
mveDave Kreskowiak26-Jul-04 6:36 
GeneralRe: Class Library references Pin
beowulfagate26-Jul-04 17:48
beowulfagate26-Jul-04 17:48 
GeneralVB 6 autoupdating combo Pin
axel_wing25-Jul-04 3:01
axel_wing25-Jul-04 3:01 
GeneralRe: VB 6 autoupdating combo Pin
Roger Wright25-Jul-04 4:59
professionalRoger Wright25-Jul-04 4:59 
GeneralRe: VB 6 autoupdating combo Pin
axel_wing25-Jul-04 5:13
axel_wing25-Jul-04 5:13 
GeneralApplication Task Bar Pin
Michael R. Rich24-Jul-04 20:14
Michael R. Rich24-Jul-04 20:14 
GeneralRe: Application Task Bar Pin
progload25-Jul-04 6:07
progload25-Jul-04 6:07 
GeneralRe: Application Task Bar Pin
Michael R. Rich25-Jul-04 12:55
Michael R. Rich25-Jul-04 12:55 
GeneralOutOfMemoryException Pin
gthompson200524-Jul-04 16:57
gthompson200524-Jul-04 16:57 
GeneralRe: OutOfMemoryException Pin
Dave Kreskowiak25-Jul-04 2:07
mveDave Kreskowiak25-Jul-04 2:07 
GeneralRe: OutOfMemoryException Pin
gthompson200525-Jul-04 4:17
gthompson200525-Jul-04 4:17 
GeneralRe: OutOfMemoryException Pin
Dave Kreskowiak25-Jul-04 5:31
mveDave Kreskowiak25-Jul-04 5:31 
GeneralRe: OutOfMemoryException Pin
gthompson200525-Jul-04 6:17
gthompson200525-Jul-04 6:17 
GeneralSAVE DATA program in VB.NET Pin
Ahmad Rifai Yusuf24-Jul-04 15:44
Ahmad Rifai Yusuf24-Jul-04 15:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.