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

Visual Basic

 
GeneralRe: Scrolling Programmatically Pin
Gulfraz Khan19-Sep-05 5:09
Gulfraz Khan19-Sep-05 5:09 
GeneralRe: Scrolling Programmatically Pin
seee sharp19-Sep-05 19:02
seee sharp19-Sep-05 19:02 
GeneralRe: Scrolling Programmatically Pin
Gulfraz Khan20-Sep-05 2:42
Gulfraz Khan20-Sep-05 2:42 
Questionmultiple monitor support. Pin
oyinbogo16-Sep-05 6:49
oyinbogo16-Sep-05 6:49 
AnswerRe: multiple monitor support. Pin
Joshua Quick16-Sep-05 7:47
Joshua Quick16-Sep-05 7:47 
QuestionReplace Item Listbox ? Pin
gerrolette16-Sep-05 6:04
gerrolette16-Sep-05 6:04 
AnswerRe: Replace Item Listbox ? Pin
Briga19-Sep-05 22:23
Briga19-Sep-05 22:23 
GeneralRe: Replace Item Listbox ? Pin
gerrolette20-Sep-05 2:01
gerrolette20-Sep-05 2:01 
.. Wink | ;) sorry..
Well it shoud be something to have diferent configuration paths.
In the Listbox there are diferent Strings like:

Projektname0|Path1|Path2|Path3
Projektname1|Path1|Path2|Path3
Projektname2|Path1|Path2|Path3
Projektname3|Path1|Path2|Path3

On Listbox1_SelectedItemChanged I take the actual selected Item and Place the Diferent Strings to the Interface.

.. now to my problem... Wink | ;)
When I take the changed Path from the Interface and want to put them at the selected Item Pos....

ListBox1.Items.Item(ListBox1.SelectedIndex) = ProjectName.Text + "|" + SourcePath.Text + "|" + LocalPrjPath.Text + "|" + ServerPrjPath.Text

.. well I'm not shure if he's doing this.
When I step through this it seems to be okay, but Listbox1.SelectedItem doesnt exist anymore.... and the event SelectedIndexChanged is running for some reason??....

Dim ConfigData As New ArrayList(Strings.Split(ListBox1.SelectedItem, "|"))
ProjectName.Text = ConfigData(0)
SourcePath.Text = ConfigData(1)
ServerPrjPath.Text = ConfigData(3)
LocalPrjPath.Text = ConfigData(2)

When I set a Breakpoint at DIM ConfigData and step through... everything is "" Empty... Confused | :confused: but Why..

Sigh | :sigh: ,Gerrit
GeneralRe: Replace Item Listbox ? Pin
Briga20-Sep-05 6:48
Briga20-Sep-05 6:48 
Questioncombining unicode characters in vb or vbscript Pin
Lanre Ogunkola16-Sep-05 5:20
Lanre Ogunkola16-Sep-05 5:20 
QuestionSingle datatype calculation error Pin
Anonymous16-Sep-05 4:24
Anonymous16-Sep-05 4:24 
AnswerRe: Single datatype calculation error Pin
Dave Kreskowiak16-Sep-05 6:12
mveDave Kreskowiak16-Sep-05 6:12 
QuestionRe: Single datatype calculation error Pin
Anonymous16-Sep-05 10:32
Anonymous16-Sep-05 10:32 
AnswerRe: Single datatype calculation error Pin
Dave Kreskowiak16-Sep-05 12:01
mveDave Kreskowiak16-Sep-05 12:01 
QuestionHow do I embed a database in a VB.NET application Pin
lutherium16-Sep-05 3:34
lutherium16-Sep-05 3:34 
AnswerRe: How do I embed a database in a VB.NET application Pin
No-e16-Sep-05 6:57
No-e16-Sep-05 6:57 
GeneralRe: How do I embed a database in a VB.NET application Pin
seee sharp18-Sep-05 18:08
seee sharp18-Sep-05 18:08 
QuestionWebbrowser in VB.NET Pin
jclaude1316-Sep-05 3:11
jclaude1316-Sep-05 3:11 
AnswerRe: Webbrowser in VB.NET Pin
seee sharp18-Sep-05 18:15
seee sharp18-Sep-05 18:15 
QuestionChannelSecure SiteMinder Pin
Daredeviljpr16-Sep-05 3:09
Daredeviljpr16-Sep-05 3:09 
QuestionSave data when load Pin
16-Sep-05 2:43
suss16-Sep-05 2:43 
AnswerRe: Save in when load Pin
enjoycrack16-Sep-05 2:50
enjoycrack16-Sep-05 2:50 
General[Message Deleted] Pin
Amr M. K.16-Sep-05 2:53
Amr M. K.16-Sep-05 2:53 
GeneralRe: Save in when load Pin
enjoycrack16-Sep-05 3:03
enjoycrack16-Sep-05 3:03 
GeneralRe: Save in when load Pin
Amr M. K.16-Sep-05 3:36
Amr M. K.16-Sep-05 3:36 

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.