Click here to Skip to main content
15,909,590 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to Handle the event raised by control inside the Template column of a DataGrid? Pin
Krishnaraj Barvathaya B4-Jun-06 21:41
Krishnaraj Barvathaya B4-Jun-06 21:41 
QuestionProblem while opening a project in Visual Studio 6.0 Pin
padma_011-Jun-06 23:13
padma_011-Jun-06 23:13 
AnswerRe: Problem while opening a project in Visual Studio 6.0 Pin
Steve Pullan2-Jun-06 1:20
Steve Pullan2-Jun-06 1:20 
QuestionVB.NET Trial Version Pin
Socheat.Net1-Jun-06 22:13
Socheat.Net1-Jun-06 22:13 
AnswerRe: VB.NET Trial Version Pin
Leeland2-Jun-06 3:11
Leeland2-Jun-06 3:11 
GeneralRe: VB.NET Trial Version Pin
Socheat.Net2-Jun-06 21:42
Socheat.Net2-Jun-06 21:42 
GeneralRe: VB.NET Trial Version Pin
Steve Pullan2-Jun-06 23:41
Steve Pullan2-Jun-06 23:41 
Questionhelp me with this... urgent... code below... Pin
ransomed_guy1-Jun-06 22:10
ransomed_guy1-Jun-06 22:10 
It should be from blue to red gradient color...
the backcolors of these rows return green gradient...
please help me revise the code...
thanks...

Protected Sub GridView1_DataBound(ByVal sender As Object, ByVal e As System.EventArgs) Handles GridView1.DataBound
Dim red As Integer = &HFF0000
Dim blue As Integer = &HFF
Dim green As Integer = &HFF00

Dim noRows As Integer
Dim incDiff As Integer
Dim currentColor As Integer

noRows = GridView1.Rows.Count
incDiff = (red / green) / noRows
currentColor = green
For x As Integer = 0 To noRows - 1
GridView1.Rows(x).BackColor = Color.FromArgb(currentColor)
currentColor += incDiff

Next
End Sub
AnswerRe: help me with this... urgent... code below... Pin
Capt_Thanas2-Jun-06 4:37
Capt_Thanas2-Jun-06 4:37 
GeneralRe: help me with this... urgent... code below... Pin
Guffa2-Jun-06 6:25
Guffa2-Jun-06 6:25 
QuestionBrowser Pin
Socheat.Net1-Jun-06 21:33
Socheat.Net1-Jun-06 21:33 
QuestionHow to count an Overtime Pin
Swiss Mantoro1-Jun-06 21:25
Swiss Mantoro1-Jun-06 21:25 
AnswerRe: How to count an Overtime Pin
Guffa1-Jun-06 21:35
Guffa1-Jun-06 21:35 
GeneralRe: How to count an Overtime Pin
Swiss Mantoro2-Jun-06 18:05
Swiss Mantoro2-Jun-06 18:05 
AnswerRe: How to count an Overtime Pin
Guffa2-Jun-06 23:25
Guffa2-Jun-06 23:25 
Questionhelp me please in this checkedlistbox.. [modified] Pin
nellyvb.net1-Jun-06 20:28
nellyvb.net1-Jun-06 20:28 
QuestionPlease help explain this code... Pin
JackIsMe7771-Jun-06 20:07
JackIsMe7771-Jun-06 20:07 
AnswerRe: Please help explain this code... Pin
shreekar1-Jun-06 22:26
shreekar1-Jun-06 22:26 
GeneralRe: Please help explain this code... Pin
JackIsMe7773-Jun-06 4:45
JackIsMe7773-Jun-06 4:45 
GeneralRe: Please help explain this code... Pin
shreekar4-Jun-06 20:07
shreekar4-Jun-06 20:07 
QuestionExternal Application Object Listener [modified] Pin
Gabe04631-Jun-06 19:16
Gabe04631-Jun-06 19:16 
QuestionHow to call a module? [modified] Pin
zenithmaximus1-Jun-06 17:02
zenithmaximus1-Jun-06 17:02 
AnswerRe: How to call a module? [modified] Pin
shreekar1-Jun-06 22:28
shreekar1-Jun-06 22:28 
Questionsystem.string[] Problem Pin
mrodriguezc1-Jun-06 12:05
mrodriguezc1-Jun-06 12:05 
QuestionCheck for admin rights in deploy/setup/install Pin
Kschuler1-Jun-06 8:53
Kschuler1-Jun-06 8:53 

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.