Click here to Skip to main content
15,905,683 members
Home / Discussions / C#
   

C#

 
Generalscrollbar positioning Pin
razanabanu31-Jan-08 23:16
razanabanu31-Jan-08 23:16 
Generalpaging in datalist Pin
chithra.r31-Jan-08 23:00
chithra.r31-Jan-08 23:00 
QuestionDatabase Validation Pin
Smithakrishnan31-Jan-08 22:47
Smithakrishnan31-Jan-08 22:47 
GeneralRe: Database Validation Pin
Elayaraja Sambasivam1-Feb-08 3:10
Elayaraja Sambasivam1-Feb-08 3:10 
QuestionIs it possible to make the subitems in Listview editable? Pin
Seraph_summer31-Jan-08 21:54
Seraph_summer31-Jan-08 21:54 
AnswerRe: Is it possible to make the subitems in Listview editable? Pin
Skippums1-Feb-08 1:10
Skippums1-Feb-08 1:10 
GeneralForm closing issue Pin
Neo Andreson31-Jan-08 19:51
Neo Andreson31-Jan-08 19:51 
GeneralRe: Form closing issue Pin
stancrm31-Jan-08 20:06
stancrm31-Jan-08 20:06 
AnswerRe: Form closing issue Pin
Vikram A Punathambekar31-Jan-08 20:08
Vikram A Punathambekar31-Jan-08 20:08 
GeneralProblem in Getting MAC Address of a Remote machine... Pin
Balagurunathan S31-Jan-08 19:49
Balagurunathan S31-Jan-08 19:49 
GeneralWPF: Object position does not change. Pin
AghaKhan31-Jan-08 11:58
AghaKhan31-Jan-08 11:58 
GeneralRe: WPF: Object position does not change. Pin
CKnig31-Jan-08 18:52
CKnig31-Jan-08 18:52 
GeneralRe: WPF: Object position does not change. Pin
AghaKhan1-Feb-08 7:24
AghaKhan1-Feb-08 7:24 
GeneralRe: WPF: Object position does not change. Pin
CKnig1-Feb-08 21:34
CKnig1-Feb-08 21:34 
GeneralVb to C# Pin
NewToAspDotNet31-Jan-08 11:39
NewToAspDotNet31-Jan-08 11:39 
GeneralRe: Vb to C# [modified] Pin
MarkB77731-Jan-08 12:33
MarkB77731-Jan-08 12:33 
GeneralRe: Vb to C# Pin
Guffa31-Jan-08 12:41
Guffa31-Jan-08 12:41 
GeneralRe: Vb to C# Pin
DaveyM6931-Jan-08 13:30
professionalDaveyM6931-Jan-08 13:30 
GeneralRe: Vb to C# Pin
Vikram A Punathambekar31-Jan-08 17:59
Vikram A Punathambekar31-Jan-08 17:59 
GeneralRe: Vb to C# Pin
DaveyM6931-Jan-08 20:55
professionalDaveyM6931-Jan-08 20:55 
GeneralRe: Vb to C# Pin
Guffa31-Jan-08 21:41
Guffa31-Jan-08 21:41 
GeneralRe: Vb to C# Pin
Guffa31-Jan-08 21:56
Guffa31-Jan-08 21:56 
Vikram A Punathambekar wrote:
I thought VB arrays were indexed from 1...


The base is zero. In VB6 that was the default, but you could use OPTION BASE 1 to change it to one.

Then I guess that you have also always declared your arrays with one unused item...

Dim arr(100) As Integer

will create an array with 101 items, not 100 items.

Experience is the sum of all the mistakes you have done.

GeneralRe: Vb to C# Pin
Vikram A Punathambekar1-Feb-08 1:47
Vikram A Punathambekar1-Feb-08 1:47 
GeneralRe: Vb to C# Pin
Pete O'Hanlon1-Feb-08 3:39
mvePete O'Hanlon1-Feb-08 3:39 
GeneralRe: Vb to C# Pin
Guffa1-Feb-08 5:11
Guffa1-Feb-08 5:11 

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.