Search results for query: *

  1. T

    How to Skin a program

    Hi I wanted to know how I can make skin a .net program I searched in google and saw an ActiveX component for this job in Visual Basic 6.0 But what is the solution for VB .net? and also how can I have the default buttons for VB .net for example to have buttons look like Microsoft Office or...
  2. T

    How to not user enter "0001" in text box

    I wanted to make a text box that only accepts numbers and doesn't allow zeroes to be entered in first of the user input (for example doesn't allow: 0009). Below is my code: This code works very well but when I enter "123" in the text box and then press home and "0", Zero (0) is show...
  3. T

    How to Indicate new line in TextBox

    Hi I am new to vb .net I created a textbox and I want to represent every string of data in a new line but I don't know how. In many languages (c,c++,php,..) '\n' would indicate the new line in a string but how can I do this in vb .net Thanks alot
Back
Top