Hey guys,
I'm having problems with editing my gui,
i use vb.NET and for example i want to add something to my listbox from another thread.
I used a lot of invoke styles but everyone gives me
"BeginInvoke or Invoke cannot be called before window handle has been created."
btw, I have to do a lot changes so it should not sooo long.
I already checked CheckForIllegalCrossThreadCalls = False but it doesnt work =/ Waitin for ur helps..






