| Thread | Last Post | Replies |
|
| page.isvalid counterpart on winforms? | 22 Nov 2004 16:20 GMT | 3 |
when validating asp.net page i use page.isvalid to know wherther or not my validation are all met, whats the counterpart of this keyword on a winforms? (im using errorprovider to do my validations) TIA,
|
| Overload Resolution | 22 Nov 2004 16:11 GMT | 1 |
I'm getting what I think is a bug in the way the VB compiler determines the correct overloaded method to call. I have written a class to wrap System.Configuaration.ConfigurationSettings with some type-safe methods - for instance two methods are : -
|
| MD5 HASH Encoding Problem | 22 Nov 2004 16:09 GMT | 2 |
This function doesn't seem to be giving me the appearance I expect. This should appear more like "1ba442ab45c8002a86d068d1c1748e44" but it looks really cryptic and screwy, like "óìØLÜzrVÊ%' \Y7".
|
| (slightly OT) switching focus between applications | 22 Nov 2004 16:02 GMT | 1 |
There is an aspect of Windows design that I've always disagreed with, and that is its focus-switching behavior. I'll be typing something, and another application pops up a message box right in the middle of what I'm doing. Maybe I'll even hit enter for a line break and instead ...
|
| Extracting text from image files | 22 Nov 2004 15:43 GMT | 1 |
Can anyone point me towards information/.net components that can be used for text extraction and pattern recognition? In particular, I am interested in working with a screenshot and extracting text and identifying specific icons on the screenshot. I believe that Leadtools has some ...
|
| Highlight all strings in a textbox? | 22 Nov 2004 15:26 GMT | 1 |
Does anyone have a quick procedure to iterate through a textbox, or Richtextbox, and highlight a specific character string? For instance: If I am looking for all the strings in a text box that are like "Home".
|
| How To Create A Collection Class with VB.NET | 22 Nov 2004 15:00 GMT | 2 |
how will i do in vb.net? in vb6 i have no problem. i have rewritten in vb.net but i got white blank form. i am doing irc chat project similar mirc chat. in vb6 class module (not module module)
|
| How To Create A Collection Class....... | 22 Nov 2004 14:50 GMT | 2 |
I stll have same problem... in vb6 Public Property Get NewChannel () as Collection Set NewChannel = varNewChannel
|
| How To use MySQL database with .NET ? | 22 Nov 2004 14:34 GMT | 4 |
I want to access mysql database using ADO.NET. How should i go about it ? Do i need to download and install any drivers for same?
 Signature Thank You.
|
| accessing webbrowser form the clas | 22 Nov 2004 14:33 GMT | 3 |
How can I access a webbrowser control that is embeded on a form from a class? Also is it possible to create a webbrowser object on the form from a classs? thanks
|
| String functions | 22 Nov 2004 14:21 GMT | 1 |
I am new to VB, I need 2 string functions to return last char and remove last char. I made them up. Am I recreating the wheel? do similar functions exist in String? I could not
|
| This should be simple! Read a File into a Byte Array | 22 Nov 2004 13:36 GMT | 3 |
Hey, here is my code. I am trying to read a file into a byte array. Please show me how this can work. Obviously I need to read into a dynamic array because it could read any file. So why does VB.NET give me the ability to read into a Byte Array if
|
| windows script control 1.0 | 22 Nov 2004 13:25 GMT | 3 |
in vba is used windows script control 1.0 for molded got from txtFunction as possible do this in vb.net? thank you I have written code but he does not work
|
| DataForm Wizard | 22 Nov 2004 13:17 GMT | 2 |
How many people use the data form wizard? I have noticed that I have had to get rid of an change a lot of the code in there to make it work exactly the way I want and it almost seems like it takes more time to use that then just creating everything by hand.
|
| Displaying a textfile using Wordpad. | 22 Nov 2004 12:08 GMT | 4 |
Thanks in advance for any help received. Is it possible to automatically display a text file in Wordpad using VB.NET and if so how do I do it? Thanks again
|