Search results for query: *

  • Users: Sabour
  • Content: Threads
  • Order by date
  1. S

    can't expose code that need help

    hmm,i can't put on public because this is my semester 1 final project :( but i can p.m it to you,if you found the problem u can post the part of the code which is the main problem to the public so everyone can learn
  2. S

    Integer always change to hex!

    i have one form that read user input it will assign to a public variable, here is the code ElseIf IsNumeric(txt1.Text) = True And IsNumeric(txt2.Text) = True And IsNumeric(txt3.Text) = True Then Main.text1 = CInt(txt1.Text) Main.text1 =...
  3. S

    Status Strip Thread Error

    How to make a thread when setting statusstrip1.text? i have 2 toolstrip,i can set for the first one but somehow when statusstrip2.text value changed i always got this : Error : Cross-thread operation not valid: Control 'StatusStrip1' accessed from a thread other than the thread it was created on.
  4. S

    AutoScroll Listbox

    how to AutoScrool a Listbox so it will automatic showing the newest added item???
  5. S

    how to save string variable

    thx john,finaly got it to work btw why i cann't assign this into a variable? i want to use this variable on other function remIP.Address.ToString = IpAddress Error 3 Expression is a value and therefore cannot be the target of an assignment.
  6. S

    Making Global Variable from for loop???

    how to use set variable after the for loop? i mean something like this For .... Variable C Next Variable C ' if set variable C to display the value always zero :(
  7. S

    Chat App Sample

    Anyone can make simple chat application client<->server using vb .net 2005 express? have trying to search on the forum but only can found the advanced one(file transfer - socket.zip),i only need simple implementation since i just beginner :D
Back
Top