| Thread | Last Post | Replies |
|
| How can i use the designer view from a inherit Control? | 23 Nov 2004 17:52 GMT | 1 |
today i inherit a new class from ListView-Class. In this new class i implement a ScrollBar-Event functionality with overriding the WndProc-Method. The functionality works fine, but is there a possibility to use a
|
| Using Word Automation to get Heading/Outline Numbers | 23 Nov 2004 17:33 GMT | 5 |
I have a document in the following style 1 Introduction 2 Next Heading 2.1 Sub-section
|
| OCR | 23 Nov 2004 17:23 GMT | 2 |
I've to ocr a document(image file) through vb.net .Can anyone tell me how to ocr a document ,which control i've to use and also which Dlls or com componenets i've to use in my application Thanx in advance
|
| combobox.SelectedIndexChanged fires twice ?? | 23 Nov 2004 17:08 GMT | 2 |
I have a problem. I use a combobox in my datagrid, but I noticed, as soon as the user clicks on the field where the combobox, the event fires with a index value of 0, then of course with the selected index value as it should. But why is it firing the first time. How do I make it ...
|
| Program Loading | 23 Nov 2004 16:55 GMT | 2 |
I have a project that I need help with. The program relies on info from a remote server. The problem that I have is when the program loads I have a module with some public variables that are being declared which require access to the server in order to execute. How can I make ...
|
| Launch an imaging application within Windows forms application | 23 Nov 2004 16:47 GMT | 4 |
What is the best way in launching an imaging application from within the VB.Net application. I tried ShellExecute API and System.Diagnostics.ProcessStartInfo. VB.NET complains of security. What is the way out or is there a better method to launch another application from my
|
| How to Export data from textfile to Excel sheet in VB.NET | 23 Nov 2004 16:33 GMT | 1 |
I want to export data from textfile to Excel sheet in VB.NET application.When i copy the text file into Excel sheet the data of text file are copied to only one cell of the Sheet.
|
| Getting date from a server | 23 Nov 2004 16:24 GMT | 5 |
I need to get the current date from a server so that I can distribute time limited versions of my software. In the application that I was using no-one will change the server date, so my soultion can be very simplistic. How can I easliy obtain the server date?
|
| Crystal Chart | 23 Nov 2004 16:18 GMT | 1 |
I'm using VB.NET 2003 and have chart on few reports and i don't have customization as i wish . On chart i have 3 series of data and i wish to one of then have markers and ticker then other two and one color, others two that are samo color without markers and start at begining and ...
|
| How To Build A Panel Control Wizard? | 23 Nov 2004 15:43 GMT | 2 |
Please provide your article reference(s) that document how to use DNF 1.1 panel controls to build a Wizard. I've seen and tried out the DNF 2.0 Wizard Control, I don't like the current implementation, the final release will most likely be no better, I can't wait until DNF 2.0 is ...
|
| IDE vs Code | 23 Nov 2004 15:32 GMT | 4 |
Anyone remember Apple Basic... Line 10... Line 20... Line 30.... With all the progress that software companies have made with the IDE, when does it start to be too much to use the IDE, instead of just creating what you need manually.. For Instance...
|
| DateTimePicker and saving time only.. | 23 Nov 2004 14:57 GMT | 1 |
How do you get the datetimepicker to save only the time to a databound field? I have tried format and parse, and the functions work, getting the cevent.value = "1:25 PM" but it always saves the current date along with it.. I also have the custom format property set to "hh:mm tt" ...
|
| How to create a new table name... | 23 Nov 2004 14:52 GMT | 1 |
I would like a data adapter to pull information from Someone answered a question for me on this Newsgroups, a little over a week ago and I was wondering if anyone could clarify for me. I am attempting to use one dataset to do all the data retuned from all my data adapters. I have
|
| How to select one row by program in a listview | 23 Nov 2004 14:25 GMT | 2 |
I have a listview with four rows. I want SELECT row 3 at startup by program. How can I do this ? Peter
|
| this is for ken tucker: How To Create A Collection Class with VB.NET | 23 Nov 2004 14:11 GMT | 7 |
hi ken tucker, 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.
|