Jump to content
Xtreme .Net Talk

Ywing

Members
  • Posts

    6
  • Joined

  • Last visited

About Ywing

  • Birthday 05/30/1977

Personal Information

  • Occupation
    Engineer
  • Visual Studio .NET Version
    2002 April
  • .NET Preferred Language
    VB.Net

Ywing's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I am NEW to the .NET environment, I will try to use the inherit. I have to recall back the inherit in C++, since i never use C++ in 3 years. Thanks anyway.
  2. Are there any coade in VB.NET to replace the buttoncommand.value = True in VB6? Any clue? because i do not want to rewrite all my code.
  3. I wanna use the command button, I am doing a handphone like arrow key to select the particular informations. I am doing a handphone like simulation on the VB.NET
  4. My program needs to determined the clicking to assign a particular pointer. I already use the mouse up, mouse down command etc. WHat i need is to determined rather the mouse click(command control click) to give me the Boolean comparison. So, any solution/suggestions to my question? Thanks...
  5. I am not using any check box. It is a command button. The commandbutton.value had no replacement. Refer to: .NET HELP( inside .NET program) http://ms-help://MS.VSCC/MS.MSDNVS/vbcon/html/vxconchangestocommandbuttoncontrolinvisualbasicnet.htm (Website) http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vxconchangestocommandbuttoncontrolinvisualbasicnet.asp Please refer to "*********.value" , there is no replacement!!!??? So any advice that i can use back the old command? Or any other way round to determined the command button toggle point?
  6. Hello: How can I detect the command button once it is click by the user in boolean format? For Example: In VB6, once a command button is click, commandbutton.value = True and when release the click it is False. How to do that in VB.NET? the commandbutton.value is not support by .NET anymore. Pls advice? Thanks...
×
×
  • Create New...