Click here to Skip to main content
16,007,610 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Securing strings in .NET....possibility? Pin
Jon Rista17-Jan-09 7:31
Jon Rista17-Jan-09 7:31 
GeneralRe: Securing strings in .NET....possibility? Pin
supercat919-Jan-09 6:14
supercat919-Jan-09 6:14 
GeneralRe: Securing strings in .NET....possibility? Pin
Jon Rista19-Jan-09 6:53
Jon Rista19-Jan-09 6:53 
AnswerRe: Securing strings in .NET....possibility? Pin
ssclaire17-Jan-09 4:45
ssclaire17-Jan-09 4:45 
GeneralRe: Securing strings in .NET....possibility? Pin
Jon Rista17-Jan-09 7:29
Jon Rista17-Jan-09 7:29 
QuestionTabStop for Listbox Pin
bobbymale7716-Jan-09 12:41
bobbymale7716-Jan-09 12:41 
AnswerRe: TabStop for Listbox Pin
Wendelius16-Jan-09 23:44
mentorWendelius16-Jan-09 23:44 
AnswerRe: TabStop for Listbox Pin
bobbymale7717-Jan-09 10:54
bobbymale7717-Jan-09 10:54 
Mika - Thanks for the interest to resolve this issue.

I used this method below. (Item # from the String format,tab# to stop on the listbox) If (#,-#) that means to list the text on left align and if (#,#) is to list the text on right align.


Dim strfmt As String = "{0,-28}{1,-6}{2,-17}{3,-4}{4,-24}{5,-24}{6,-35}{7,-35}{8,-35}{9,10}{10,-8}{11,-10}{12,-6}{13,-3}{14,-35}{15,-7}{16,-3}{17,-35}{18,-6}{19,-5}{20,-67}{21,-35}{22,-216}{23,-6}{24,-6}{25,-6}{26,-6}{27,-6}{28,-6}{29,-6}"

For Each dr In dt.Rows()
Me.ListBox2.Items.Add(String.Format(strfmt, "", (dr("CB12")), "", (dr("CB13")), "", (dr("CB14")), (dr("CB15")), (dr("CB16")), "", (dr("CB17")), "", (dr("CB18")), "", (dr("CB19")), (dr("CB20")), (dr("cb21")), (dr("CB22")), (dr("Cb23")), "", (dr("cb24")), "", (dr("cb25")), "", (dr("cb26")), (dr("cb27")), (dr("cb28")), (dr("cb29")), (dr("cb30")), (dr("cb31")), (dr("cb32"))))
Next
GeneralRe: TabStop for Listbox Pin
Wendelius18-Jan-09 0:28
mentorWendelius18-Jan-09 0:28 
GeneralRe: TabStop for Listbox Pin
bobbymale7719-Jan-09 0:50
bobbymale7719-Jan-09 0:50 
QuestionClickOnce rant Pin
RugbyLeague16-Jan-09 3:50
RugbyLeague16-Jan-09 3:50 
AnswerRe: ClickOnce rant Pin
Eddy Vluggen18-Jan-09 0:44
professionalEddy Vluggen18-Jan-09 0:44 
Questionload type using config file. Pin
Sendilkumar.M16-Jan-09 1:32
Sendilkumar.M16-Jan-09 1:32 
AnswerRe: load type using config file. Pin
Pete O'Hanlon16-Jan-09 2:07
mvePete O'Hanlon16-Jan-09 2:07 
AnswerRe: load type using config file. Pin
Henry Minute16-Jan-09 4:22
Henry Minute16-Jan-09 4:22 
Question.Net Object dispose and dll file locked problem Pin
Michael Yip15-Jan-09 22:26
Michael Yip15-Jan-09 22:26 
AnswerRe: .Net Object dispose and dll file locked problem Pin
Dave Kreskowiak16-Jan-09 0:58
mveDave Kreskowiak16-Jan-09 0:58 
AnswerRe: .Net Object dispose and dll file locked problem Pin
Pete O'Hanlon16-Jan-09 1:19
mvePete O'Hanlon16-Jan-09 1:19 
GeneralRe: .Net Object dispose and dll file locked problem Pin
Michael Yip16-Jan-09 4:42
Michael Yip16-Jan-09 4:42 
GeneralRe: .Net Object dispose and dll file locked problem Pin
Jon Rista16-Jan-09 5:46
Jon Rista16-Jan-09 5:46 
AnswerRe: .Net Object dispose and dll file locked problem Pin
Eddy Vluggen18-Jan-09 0:49
professionalEddy Vluggen18-Jan-09 0:49 
QuestionBCP in Windows Schedular Pin
indian14315-Jan-09 20:56
indian14315-Jan-09 20:56 
AnswerRe: BCP in Windows Schedular Pin
Dave Kreskowiak16-Jan-09 0:56
mveDave Kreskowiak16-Jan-09 0:56 
GeneralRe: BCP in Windows Schedular Pin
indian14316-Jan-09 3:16
indian14316-Jan-09 3:16 
GeneralRe: BCP in Windows Schedular Pin
Dave Kreskowiak16-Jan-09 3:42
mveDave Kreskowiak16-Jan-09 3:42 

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.