Forum: VB.NET Jun 24th, 2008 |
| Replies: 1 Views: 1,561 One point I forgot to mention is that I need to search for it as a substring its not going to be an exact match all the time. |
Forum: VB.NET Jun 24th, 2008 |
| Replies: 1 Views: 1,561 Hello everyone,
I wondered if anyone had a VERY fast way of doing the following:
Astring = "This is my test string that can be any length"
Arraylist.add("whatever")... |
Forum: VB.NET Jun 23rd, 2008 |
| Replies: 6 Views: 1,158 Actually ya don't! The reason I was having problems is I was using Richtextbox.FONT rather than .SELECTIONFONT, having switched the two it works fine.
My app displays one character at a time... |
Forum: VB.NET Jun 23rd, 2008 |
| Replies: 6 Views: 1,158 It seems I got it, on the bit when I do NEW font(blah blah) that cancels out any text colouring!?! if I dont worry about the bolding etc it all works fine. Not ideal though as I need a way to bold... |
Forum: VB.NET Jun 23rd, 2008 |
| Replies: 6 Views: 1,158 Ok heres the code that works BUT for some reason the text colour isnt being changed on the richtextbox, any ideas?
Private Function Settext(ByVal param As String) As String
Dim... |
Forum: VB.NET Jun 23rd, 2008 |
| Replies: 6 Views: 1,158 Hmm that could work actually, i'll give it a go! Its odd the old winsock control worked fine sockets seem to be a real pain to me, I cant figure a way of just telling the tcpclient to just receive... |
Forum: VB.NET Jun 23rd, 2008 |
| Replies: 6 Views: 1,158 Hello Everyone,
I was hoping for some advice on my little problem as i'm a little stumped.
I writing what is basically a telnet client using sockets in vb.net. The client works fine until I... |