Actually, Multithreading is possible in VB - have done it before - fairly straightforward in fact (and within the reach of a mere mortal (which is how I'd classify myself lol!) Ditto shell extensions. Drivers - yeah well, good point! Seem to remember that there is actually a way to do a straight .dll in VB, but may be wrong on that one! "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox
It looks like where you are creating a new TextBox() which does not appear to be needed. If TypeOf ctrl Is TextBox Then sb.Append(CType(ctrl, TextBox).Text) End If If TypeOf ctrl Is RadioButtonList Then If Not (CType(ctrl, RadioButtonList).SelectedItem Is Nothing) Then sb.Append(CType(ctrl, RadioButtonList).SelectedItem.Value) End If End If This should work
Kevin McFarlane wrote: application. So presumably with the C++ version he would be looking for the minimum time - no more than a a couple of weeks or so. :eek: That's one tall order!Maybe he could get one of the "learning in 24 hours" or "learning in 21 days" book. I haven't read those before, but if speed if what you need ......:~ Notorious SMC
The difference between the almost-right word & the right word is a really large matter - it's the difference between the lightning bug and the Lightning Mark Twain
Get your facts first, and then you can distort them as much as you please Mark Twain
Hi, What i need is a hyperlink object, only custom drawn. I know the size of the rectangle that i'm drawing, so i want to set the hyperlink's Activation Area to match its size. Any idea how to do that? Regards, Vitaly
Ray Cassick wrote: sendString = "net send dell" & varData You need to specify a space here :) "dell " Your friendly neighbourhood typo police! Notorious SMC
The difference between the almost-right word & the right word is a really large matter - it's the difference between the lightning bug and the Lightning Mark Twain
Get your facts first, and then you can distort them as much as you please Mark Twain
thanks for the suggestion.. i wont be able to tell if this works until i can get it read in from a random access file.. please check out my post on that if you might be able to help.. heres the link: Reading a Random Access file.. how to parse bytes? http://www.codeproject.com/script/comments/forums.asp?forumid=1649#xx501601xx[^] still a newb.. cut me some slack :P -dz
The easier way of all (in my opinion) is to set up ASSERT and TRACE in your code. Use the Debugview from www.sysinternal.com to trace your code but make sure your service is in debug mode. Or use some debugging tool like softice and etc.
That is not a place were users will expect to find an extra button. (At least not me). So my advice is, don't do it even if you can. jhaga CodeProject House, Paul Watson wrote: ...and the roar of John Simmons own personal Nascar in the garage. Meg flitting about taking photos.Chris having an heated arguement with Colin Davies and .S.Rod. over egian values. Nish manically typing *censur*. Duncan racing around after his pet *c.* Michael Martin and Bryce loudly yelling *c.* C.G. having a fit as Roger Wright loads up *c.* . Anna waving her *c.* and Deb scoffing chocolates in the corner. ...Good heavens!