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

Visual Basic

 
AnswerRe: How i can export data from grid to excel Pin
Hari Om Prakash Sharma31-Jan-07 0:55
Hari Om Prakash Sharma31-Jan-07 0:55 
QuestionMDI forms Pin
skandaapriya30-Jan-07 23:06
skandaapriya30-Jan-07 23:06 
Questioni want to create my own button in vb.net Pin
anujose30-Jan-07 22:29
anujose30-Jan-07 22:29 
AnswerRe: i want to create my own button in vb.net Pin
haneef130-Jan-07 22:53
haneef130-Jan-07 22:53 
GeneralRe: i want to create my own button in vb.net Pin
Guffa30-Jan-07 22:56
Guffa30-Jan-07 22:56 
AnswerRe: i want to create my own button in vb.net Pin
Guffa30-Jan-07 22:55
Guffa30-Jan-07 22:55 
GeneralRe: i want to create my own button in vb.net Pin
anujose30-Jan-07 23:09
anujose30-Jan-07 23:09 
GeneralRe: i want to create my own button in vb.net Pin
anujose30-Jan-07 23:30
anujose30-Jan-07 23:30 
Imports System.Windows.Forms
Imports System.Drawing

Public Class FlatButton
Public Sub Onpaint()
Dim obj As Graphics
obj.DrawRectangle(New Pen(Color.DarkOliveGreen), New Rectangle(0, 0, 100, 100))
obj.FillRectangle(New SolidBrush(Color.DarkRed), New Rectangle(0, 0, 100, 100))
End Sub

This is my class .now i don't want to enter events and properties.just i want to create one outline of my button.please give me a reply. i want to make dll file of this component in one project and i want to add this button to my form.please anyone give a reply
AnswerRe: i want to create my own button in vb.net Pin
Guffa31-Jan-07 4:23
Guffa31-Jan-07 4:23 
QuestionClosing form before Continue Pin
Dave McCool30-Jan-07 22:27
Dave McCool30-Jan-07 22:27 
AnswerRe: Closing form before Continue Pin
Johan Hakkesteegt30-Jan-07 23:14
Johan Hakkesteegt30-Jan-07 23:14 
QuestionChange cell value of datagrid at run time Pin
vietht30-Jan-07 20:58
vietht30-Jan-07 20:58 
QuestionImage in MDI Form Pin
Vikash Yadav30-Jan-07 20:03
Vikash Yadav30-Jan-07 20:03 
AnswerRe: Image in MDI Form Pin
xstoneheartx30-Jan-07 20:28
xstoneheartx30-Jan-07 20:28 
GeneralRe: Image in MDI Form Pin
Vikash Yadav30-Jan-07 20:48
Vikash Yadav30-Jan-07 20:48 
GeneralRe: Image in MDI Form Pin
Vikash Yadav30-Jan-07 20:51
Vikash Yadav30-Jan-07 20:51 
GeneralRe: Image in MDI Form Pin
xstoneheartx31-Jan-07 0:11
xstoneheartx31-Jan-07 0:11 
Questionhow to record voice using Visual basic.NET Pin
siva50330-Jan-07 18:27
siva50330-Jan-07 18:27 
AnswerRe: how to record voice using Visual basic.NET Pin
Christian Graus30-Jan-07 18:36
protectorChristian Graus30-Jan-07 18:36 
GeneralRe: how to record voice using Visual basic.NET Pin
siva50330-Jan-07 20:31
siva50330-Jan-07 20:31 
GeneralRe: how to record voice using Visual basic.NET Pin
Christian Graus30-Jan-07 20:44
protectorChristian Graus30-Jan-07 20:44 
QuestionUrgent Plz : How do i write code on CheckBox Click Event? Pin
priya_p23330-Jan-07 16:35
priya_p23330-Jan-07 16:35 
AnswerRe: Urgent Plz : How do i write code on CheckBox Click Event? Pin
Christian Graus30-Jan-07 18:35
protectorChristian Graus30-Jan-07 18:35 
GeneralRe: Urgent Plz : How do i write code on CheckBox Click Event? Pin
priya_p23330-Jan-07 18:59
priya_p23330-Jan-07 18:59 
GeneralRe: Urgent Plz : How do i write code on CheckBox Click Event? Pin
Christian Graus30-Jan-07 19:52
protectorChristian Graus30-Jan-07 19:52 

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.