| Thread | Last Post | Replies |
|
| reading .ppt .pdf .doc files in vb.net | 06 Jun 2005 12:44 GMT | 3 |
(Type your message here) I am looking for a code in vb.net to search in pdf , ppt and doc files.please help. -------------------------------- From: rahul samant
|
| Referencing treeview child-node | 06 Jun 2005 12:39 GMT | 2 |
How do I return the level and index of any given node? Let's say I want to reference the child-node in the third level of a treeview: Level-1 -> Level-2 -> Level-3
|
| How to copy an address into a pointer | 06 Jun 2005 11:58 GMT | 7 |
I know (or at least think) the following is not correct. The comment says what I want to do, but I think the code will copy the data not the address. Is this one of the things that can't be done with VB?
|
| How to change the system default printer to Landscape system wide | 06 Jun 2005 11:56 GMT | 2 |
I want to programmatically change the paper orientation of the systems default printer in such a way that the new orientation shows for the printer under: Start/Printer and Faxes
|
| Entering name on textboxes | 06 Jun 2005 11:23 GMT | 1 |
When I add textboxes and labels onto a form from the toolbar, how do I easily move from Name to Name to give them proper names and after that remove the Text from Text without
|
| Why KeyDown, KeyPress and KeyUp events NOT firing in DataGrid? | 06 Jun 2005 11:15 GMT | 1 |
Hi! There, I am trying to put some code in the above mentioned events to detect if the cell content is modified, but these events are never trigered! Why? Any ideas? Thanks!
|
| Memory can not Read | 06 Jun 2005 10:25 GMT | 3 |
Using the function below, i can get icon from a file to imagelist, but when exit my program, system will pop up a error box of "Memory can not Read", why? My system is Windows XP & sp2 *************************************************************************************
|
| [VB.NET]: Extract functions into a separate class/namespace - How? | 06 Jun 2005 09:50 GMT | 5 |
I wonder what the best way would be to extract some basic functions into a separate class/namespace and make them accessible for a ASP.NET-Page (aspx) and a NET-WebService (asmx). Both files are written in VB.NET
|
| Unload ME? | 06 Jun 2005 07:38 GMT | 2 |
I want to know how to unload form / application in VB.Net. In VB 6, the coding is Unload Me but how about VB.Net? VB.Net 1.1 Coding --------------------
|
| searching a DataView | 06 Jun 2005 06:33 GMT | 2 |
how can i search a DataView without changing the sort order?
|
| Get file listing from web address | 06 Jun 2005 05:44 GMT | 2 |
How can i retrieve the list of files within a specific URL? ex: www.myAddr.com/download Do I have to use a ftp connection to download those files or I can copy them directly to my local folder with my VB.NET code?
|
| Windows Service | 06 Jun 2005 04:36 GMT | 5 |
Hi everyone! I can create Windows Service in VB .Net 2003 professional. The problem is that when I try to show up a form in Service Start up event, the form always show up and become stop responsible! Any idea? Regards,
|
| ListView Control Problem | 06 Jun 2005 03:31 GMT | 2 |
I'm trying to write a searchable list view that it will scroll to the item which is like the user inputed in a textbox. The codes as below Private Sub btnFind_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnFind.Click
|
| Newbie Projects and Solutions | 06 Jun 2005 01:14 GMT | 1 |
Please somebody help! I'm desperately stuck. I was using VS/VB.Net on my server and was pursuaded to copy the folder to my lap top to do most of my development there. I was told that I only needed to copy the folder back to the server to activate my changes.
|
| Assembly: version | 06 Jun 2005 00:37 GMT | 1 |
I'm trying to retrieve the version attribute of the current assembly in Console and Service applications. I've tried the following method but it doesn't work for me. Any ideas: ' Return the assembly's Version attribute value.
|