Click here to Skip to main content
15,898,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Displaying data from a database. Pin
jady847-Feb-07 5:14
jady847-Feb-07 5:14 
AnswerRe: Displaying data from a database. Pin
Polymorpher7-Feb-07 9:40
Polymorpher7-Feb-07 9:40 
QuestionReporting Problem Pin
Sarfaraj Ahmed7-Feb-07 3:06
Sarfaraj Ahmed7-Feb-07 3:06 
QuestionHow we can use split method in vb.net Pin
saravanaks6-Feb-07 22:45
saravanaks6-Feb-07 22:45 
AnswerRe: How we can use split method in vb.net Pin
Johan Hakkesteegt7-Feb-07 2:09
Johan Hakkesteegt7-Feb-07 2:09 
NewsRe: How we can use split method in vb.net Pin
FeRtoll7-Feb-07 9:53
FeRtoll7-Feb-07 9:53 
QuestionHow can i draw a rectangle in windows form Pin
saravanaks6-Feb-07 22:12
saravanaks6-Feb-07 22:12 
AnswerRe: How can i draw a rectangle in windows form Pin
andre_swnpl7-Feb-07 2:25
andre_swnpl7-Feb-07 2:25 
Create a Graphics Object from the window handle and then draw the rectangle using the graphics object.

eg.

Dim g As System.Drawing.Graphics

g = System.Drawing.Graphics.FromHwnd(Me.Handle)

g.DrawRectangle(System.Drawing.Pens.Black, New Rectangle(10, 10, 40, 40))
QuestionSource Code for Rental Equipment Pin
Member 38037806-Feb-07 21:42
Member 38037806-Feb-07 21:42 
AnswerRe: Source Code for Rental Equipment Pin
Guffa6-Feb-07 21:51
Guffa6-Feb-07 21:51 
Questionplease help me Pin
ozeyvarun6-Feb-07 21:35
ozeyvarun6-Feb-07 21:35 
AnswerRe: please help me Pin
Daytona_6756-Feb-07 22:07
Daytona_6756-Feb-07 22:07 
AnswerRe: please help me Pin
FeRtoll7-Feb-07 9:16
FeRtoll7-Feb-07 9:16 
Questionwebbrowser Pin
noki16-Feb-07 21:11
noki16-Feb-07 21:11 
AnswerRe: webbrowser Pin
FeRtoll7-Feb-07 9:19
FeRtoll7-Feb-07 9:19 
Questionplease help me!!! please Pin
Member 38035816-Feb-07 21:07
Member 38035816-Feb-07 21:07 
AnswerRe: please help me!!! please Pin
Christian Graus6-Feb-07 21:22
protectorChristian Graus6-Feb-07 21:22 
AnswerRe: please help me!!! please Pin
xstoneheartx7-Feb-07 9:27
xstoneheartx7-Feb-07 9:27 
QuestionTab Control graphical look Pin
ram krishna pattnayak6-Feb-07 20:33
ram krishna pattnayak6-Feb-07 20:33 
AnswerRe: Tab Control graphical look Pin
FeRtoll7-Feb-07 9:23
FeRtoll7-Feb-07 9:23 
AnswerRe: Tab Control graphical look Pin
xstoneheartx7-Feb-07 9:39
xstoneheartx7-Feb-07 9:39 
QuestionAdding New Row in Datagridview Pin
priya_p2336-Feb-07 20:29
priya_p2336-Feb-07 20:29 
AnswerRe: Adding New Row in Datagridview Pin
Polymorpher7-Feb-07 10:21
Polymorpher7-Feb-07 10:21 
AnswerRe: Adding New Row in Datagridview Pin
xstoneheartx7-Feb-07 10:23
xstoneheartx7-Feb-07 10:23 
Questioncomparing two datatable records.. Pin
Dotnetkanna6-Feb-07 20:05
Dotnetkanna6-Feb-07 20:05 

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.