Click here to Skip to main content
15,900,725 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: accessing the html content of a webpage in the ie browser from vb.net Pin
Dave Kreskowiak30-Jun-07 2:04
mveDave Kreskowiak30-Jun-07 2:04 
AnswerRe: accessing the html content of a webpage in the ie browser from vb.net Pin
Dave Kreskowiak29-Jun-07 4:06
mveDave Kreskowiak29-Jun-07 4:06 
GeneralRe: accessing the html content of a webpage in the ie browser from vb.net Pin
chiyankrishna29-Jun-07 19:00
chiyankrishna29-Jun-07 19:00 
GeneralRe: accessing the html content of a webpage in the ie browser from vb.net Pin
Dave Kreskowiak30-Jun-07 2:44
mveDave Kreskowiak30-Jun-07 2:44 
GeneralRe: accessing the html content of a webpage in the ie browser from vb.net Pin
chiyankrishna2-Jul-07 19:08
chiyankrishna2-Jul-07 19:08 
GeneralRe: accessing the html content of a webpage in the ie browser from vb.net Pin
Dave Kreskowiak3-Jul-07 2:08
mveDave Kreskowiak3-Jul-07 2:08 
GeneralRe: accessing the html content of a webpage in the ie browser from vb.net Pin
chiyankrishna3-Jul-07 22:02
chiyankrishna3-Jul-07 22:02 
Questionproblem with category attribute of properties Pin
anujose29-Jun-07 1:00
anujose29-Jun-07 1:00 
i place the belove code in my component


Imports System.ComponentModel
<category("button"), description("gets="" or="" sets="" the="" text="" of="" button.")=""> _
Public Property buttonText() As String
Get
Return _Text
End Get
Set(ByVal Value As String)
_Text = Value
End Set
End Property

<category("button"), description("gets="" or="" sets="" the="" tagof="" button.")=""> _
Public Property buttonTag() As String
Get
Return _Tag
End Get
Set(ByVal Value As String)
_Tag = Value
End Set
End Property


But it is not grouping the buttontag and button text property.Anything additionally i want to add
AnswerRe: problem with category attribute of properties Pin
originSH29-Jun-07 1:26
originSH29-Jun-07 1:26 
AnswerRe: problem with category attribute of properties Pin
olgoe29-Jun-07 1:27
olgoe29-Jun-07 1:27 
AnswerRe: problem with category attribute of properties Pin
Dave Kreskowiak29-Jun-07 4:03
mveDave Kreskowiak29-Jun-07 4:03 
Questioncan i get a event when i click on a cell of grid... Pin
koolprasad200329-Jun-07 0:54
professionalkoolprasad200329-Jun-07 0:54 
AnswerRe: can i get a event when i click on a cell of grid... Pin
Dave Kreskowiak29-Jun-07 4:01
mveDave Kreskowiak29-Jun-07 4:01 
QuestionComments in editor for self made classes Pin
Johan Hakkesteegt29-Jun-07 0:11
Johan Hakkesteegt29-Jun-07 0:11 
AnswerRe: Comments in editor for self made classes Pin
Christian Graus29-Jun-07 0:36
protectorChristian Graus29-Jun-07 0:36 
GeneralRe: Comments in editor for self made classes Pin
Johan Hakkesteegt29-Jun-07 1:06
Johan Hakkesteegt29-Jun-07 1:06 
AnswerRe: Comments in editor for self made classes Pin
Dileep_Vickey29-Jun-07 1:03
Dileep_Vickey29-Jun-07 1:03 
GeneralRe: Comments in editor for self made classes Pin
Johan Hakkesteegt29-Jun-07 1:13
Johan Hakkesteegt29-Jun-07 1:13 
AnswerRe: Comments in editor for self made classes Pin
Kevin McFarlane29-Jun-07 1:25
Kevin McFarlane29-Jun-07 1:25 
GeneralRe: Comments in editor for self made classes Pin
Johan Hakkesteegt29-Jun-07 2:02
Johan Hakkesteegt29-Jun-07 2:02 
GeneralRe: Comments in editor for self made classes Pin
Kevin McFarlane29-Jun-07 3:49
Kevin McFarlane29-Jun-07 3:49 
GeneralRe: Comments in editor for self made classes Pin
Johan Hakkesteegt1-Jul-07 19:58
Johan Hakkesteegt1-Jul-07 19:58 
Questionget file Extension Pin
Rupesh Kumar Swami28-Jun-07 23:26
Rupesh Kumar Swami28-Jun-07 23:26 
AnswerRe: get file Extension Pin
Sonia Gupta28-Jun-07 23:36
Sonia Gupta28-Jun-07 23:36 
GeneralRe: get file Extension Pin
Rupesh Kumar Swami28-Jun-07 23:45
Rupesh Kumar Swami28-Jun-07 23:45 

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.