Click here to Skip to main content
15,913,934 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to get MAC address Pin
Mustafa Ismail Mustafa28-Jan-08 22:16
Mustafa Ismail Mustafa28-Jan-08 22:16 
AnswerRe: How to get MAC address Pin
Steven J Jowett28-Jan-08 22:45
Steven J Jowett28-Jan-08 22:45 
GeneralRe: How to get MAC address Pin
OtisBiscuit29-Jan-08 1:28
OtisBiscuit29-Jan-08 1:28 
QuestionHow to create like Windows O.S have run command box (Combo Box) Pin
Francis K Antony28-Jan-08 19:22
Francis K Antony28-Jan-08 19:22 
GeneralRe: How to create like Windows O.S have run command box (Combo Box) Pin
Mustafa Ismail Mustafa28-Jan-08 22:27
Mustafa Ismail Mustafa28-Jan-08 22:27 
GeneralShowing a property as a combobox in propertygrid Pin
VB 8.028-Jan-08 18:11
VB 8.028-Jan-08 18:11 
GeneralRe: Showing a property as a combobox in propertygrid Pin
Francis K Antony28-Jan-08 20:50
Francis K Antony28-Jan-08 20:50 
GeneralRe: Showing a property as a combobox in propertygrid Pin
Steven J Jowett28-Jan-08 22:52
Steven J Jowett28-Jan-08 22:52 
Try setting your Property DataType as an Enum. For example :-

Enum DataTypes<br />
Date=1<br />
Text=2<br />
Number=3<br />
End Enum<br />
<br />
Property DataType As DataTypes<br />
Get<br />
 'Your code here<br />
End Get<br />
Set(ByVal Value As DataTypes)<br />
 'Your code here<br />
End Set


Steve Jowett
-------------------------
Sometimes a man who deserves to be looked down upon because he is a fool, is only despised only because he is an 'I.T. Consultant'

GeneralRe: Showing a property as a combobox in propertygrid Pin
VB 8.029-Jan-08 3:11
VB 8.029-Jan-08 3:11 
GeneralRe: Showing a property as a combobox in propertygrid Pin
Steven J Jowett29-Jan-08 4:04
Steven J Jowett29-Jan-08 4:04 
GeneralRe: Showing a property as a combobox in propertygrid Pin
VB 8.029-Jan-08 4:10
VB 8.029-Jan-08 4:10 
QuestionIncreasing textbox height Pin
xbiplav28-Jan-08 17:57
xbiplav28-Jan-08 17:57 
GeneralRe: Increasing textbox height Pin
C1AllenS28-Jan-08 19:51
C1AllenS28-Jan-08 19:51 
QuestionIssue with printing floating point numbers Pin
nishkarsh_k28-Jan-08 17:53
nishkarsh_k28-Jan-08 17:53 
GeneralRe: Issue with printing floating point numbers Pin
Andy_L_J28-Jan-08 22:08
Andy_L_J28-Jan-08 22:08 
QuestionRe: Issue with printing floating point numbers Pin
nishkarsh_k30-Jan-08 17:34
nishkarsh_k30-Jan-08 17:34 
GeneralRe: Issue with printing floating point numbers Pin
Andy_L_J30-Jan-08 18:43
Andy_L_J30-Jan-08 18:43 
GeneralRe: Issue with printing floating point numbers Pin
Johan Hakkesteegt29-Jan-08 8:01
Johan Hakkesteegt29-Jan-08 8:01 
Generalmouse right click.... Pin
moomoooomoo28-Jan-08 17:22
moomoooomoo28-Jan-08 17:22 
GeneralRe: mouse right click.... Pin
nishkarsh_k28-Jan-08 18:12
nishkarsh_k28-Jan-08 18:12 
GeneralRe: mouse right click.... Pin
Steven J Jowett28-Jan-08 22:40
Steven J Jowett28-Jan-08 22:40 
QuestionReporting Services in VB Pin
di3.ny2828-Jan-08 15:42
di3.ny2828-Jan-08 15:42 
QuestionShape and line controls for VB6, only a little more interactive? Pin
Nick Alexeev28-Jan-08 11:34
professionalNick Alexeev28-Jan-08 11:34 
GeneralVB - Read XML data and Export to Excel Pin
VladFromNYC28-Jan-08 7:23
VladFromNYC28-Jan-08 7:23 
GeneralRe: VB - Read XML data and Export to Excel Pin
Johan Hakkesteegt29-Jan-08 8:21
Johan Hakkesteegt29-Jan-08 8:21 

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.