Click here to Skip to main content
15,888,202 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionRemote " Control Panel" Pin
skinfly10-Feb-09 3:41
skinfly10-Feb-09 3:41 
AnswerRe: Remote " Control Panel" Pin
Dave Kreskowiak10-Feb-09 3:51
mveDave Kreskowiak10-Feb-09 3:51 
QuestionCreating MSI package Pin
NICE TO MEET10-Feb-09 1:30
NICE TO MEET10-Feb-09 1:30 
QuestionRe: Creating MSI package Pin
Vasudevan Deepak Kumar10-Feb-09 3:03
Vasudevan Deepak Kumar10-Feb-09 3:03 
AnswerRe: Creating MSI package Pin
NICE TO MEET10-Feb-09 16:29
NICE TO MEET10-Feb-09 16:29 
QuestionCSS deployment issue Pin
ShreyaSingh319-Feb-09 20:25
ShreyaSingh319-Feb-09 20:25 
AnswerRe: CSS deployment issue Pin
Vasudevan Deepak Kumar10-Feb-09 3:03
Vasudevan Deepak Kumar10-Feb-09 3:03 
QuestionSpace between line Pin
puwanes9-Feb-09 19:46
puwanes9-Feb-09 19:46 
i wrote the coding like this how get the same space between the all line any one help me this coding get error message

Dim x As Int64
Dim DetailsS As String = Nothing
Dim strcolname As String = Nothing
Dim Isbn As String = Nothing

For x = 0 To DataGridView1.RowCount - 1

strcolname = DataGridView1.Rows(x).Cells(2).Value.ToString
Isbn = DataGridView1.Rows(x).Cells(10).Value.ToString

Dim strpad As New String(" "c, 13 - Len(strcolname))
DetailsS += strcolname + ":" + strpad + Isbn + vbCrLf
Next

TextBox1.Text = DetailsS

modified on Tuesday, February 10, 2009 3:06 AM

AnswerRe: Space between line Pin
EliottA10-Feb-09 3:08
EliottA10-Feb-09 3:08 
QuestionIs using a User Control Embedded Class a good practice? Pin
MacSpudster9-Feb-09 8:36
professionalMacSpudster9-Feb-09 8:36 
AnswerRe: Is using a User Control Embedded Class a good practice? Pin
Jon Rista9-Feb-09 12:38
Jon Rista9-Feb-09 12:38 
GeneralRe: Is using a User Control Embedded Class a good practice? Pin
MacSpudster10-Feb-09 11:03
professionalMacSpudster10-Feb-09 11:03 
QuestionHow to set a specific NumberFormat for a whole project Pin
lugu239-Feb-09 3:52
lugu239-Feb-09 3:52 
AnswerRe: How to set a specific NumberFormat for a whole project Pin
Jon Rista9-Feb-09 12:34
Jon Rista9-Feb-09 12:34 
GeneralRe: How to set a specific NumberFormat for a whole project Pin
lugu239-Feb-09 19:40
lugu239-Feb-09 19:40 
Questionhow to specify the T Generic type for a class at runtime or from parameter [modified] Pin
Feras Mazen Taleb8-Feb-09 18:17
Feras Mazen Taleb8-Feb-09 18:17 
AnswerRe: how to specify the T Generic type for a class at runtime or from parameter Pin
Dave Kreskowiak9-Feb-09 2:03
mveDave Kreskowiak9-Feb-09 2:03 
GeneralRe: how to specify the T Generic type for a class at runtime or from parameter Pin
supercat99-Feb-09 8:21
supercat99-Feb-09 8:21 
GeneralRe: how to specify the T Generic type for a class at runtime or from parameter Pin
Feras Mazen Taleb9-Feb-09 10:04
Feras Mazen Taleb9-Feb-09 10:04 
GeneralRe: how to specify the T Generic type for a class at runtime or from parameter Pin
Dave Kreskowiak9-Feb-09 12:03
mveDave Kreskowiak9-Feb-09 12:03 
GeneralRe: how to specify the T Generic type for a class at runtime or from parameter Pin
Feras Mazen Taleb9-Feb-09 20:02
Feras Mazen Taleb9-Feb-09 20:02 
GeneralRe: how to specify the T Generic type for a class at runtime or from parameter Pin
Curtis Schlak.25-Feb-09 8:34
Curtis Schlak.25-Feb-09 8:34 
GeneralRe: how to specify the T Generic type for a class at runtime or from parameter Pin
Feras Mazen Taleb25-Feb-09 10:16
Feras Mazen Taleb25-Feb-09 10:16 
GeneralRe: how to specify the T Generic type for a class at runtime or from parameter Pin
Curtis Schlak.25-Feb-09 13:28
Curtis Schlak.25-Feb-09 13:28 
GeneralRe: how to specify the T Generic type for a class at runtime or from parameter Pin
Feras Mazen Taleb26-Feb-09 8:01
Feras Mazen Taleb26-Feb-09 8:01 

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.