| Thread | Last Post | Replies |
|
| Windows GDI vb.net web app | 05 Nov 2006 07:07 GMT | 1 |
I need some help regarding windows GDI. I need your help on some errors. 1. webform1.aspx has one button 2. user press the button
|
| don't show error windows | 05 Nov 2006 00:33 GMT | 3 |
Hello all, First of all sorry for my bad English... I am making up an application that can't show any error window (e.g. Can't write to memory address) if any...therefore I wish destroy or manage this type of windows..
|
| Show a Visio Diagram on a frm | 04 Nov 2006 21:34 GMT | 1 |
Is there a control or a way to display a visio document on a winform? I have an application where I want the user to have a read only view over a visio diagram, even though they don't have visio installed..... Thanks
|
| Do I need to reset the cursor or will that happen automatically when I leave the subroutine? | 04 Nov 2006 20:25 GMT | 3 |
If I do the following: System.Windows.Forms.Cursor.Current = Cursors.WaitCursor Do I need to reset the cursor or will that happen automatically when I leave the subroutine?
|
| bind the data in textbox with recordset | 04 Nov 2006 19:27 GMT | 1 |
hi everyone!i am trying to bind the data in textbox with recordset such as vb6 can do it as textbox1.datasource= rs but in vb.net there is problem in datasource. plz help me to solve this problem my email address is mustakeel@gmail.com
|
| Adding Speech Recognition in VB.Net | 04 Nov 2006 12:39 GMT | 1 |
In our company we are trying to add speech recognition to our products. I downloaded the Speech Recognition engine. Now there is a component called Microsoft Direct Speech Recognition in VB.Net
|
| Can reflection tell the base class of an object? | 03 Nov 2006 20:10 GMT | 2 |
Hey guys, Are there functions in reflection that gives information about the base classes of an object? Thanks in advance
|
| Try Catch Overkill | 03 Nov 2006 19:50 GMT | 4 |
Does this bit of code represent complete overkill?! Try 'create a treenode Dim tn as new TreeNode()
|
| line replacing ideas | 03 Nov 2006 17:22 GMT | 3 |
hey all, i have 2 notepad files and i want to replace every 3rd line in 1 of the notepad files with the exact same line in the other notepad file. what's the easiest way to do this?
|
| Merge/Synchronize XML Files | 03 Nov 2006 16:20 GMT | 7 |
Hi is for synchronizing two xml files any fast solution? Lets say i have 2 xml files 1.xml and 2.xml 1.xml contianes <test>
|
| Delete files/directories through VB Net | 03 Nov 2006 16:03 GMT | 2 |
I am writing this app in .net 2003 since all machines don't have 2.0 framework. I am trying to delete old profiles, but I am getting access denied or file in use errors. A lot of these files I am able to delete in Windows Explorer.
|
| An ActiveX wrapper Clasee | 03 Nov 2006 16:00 GMT | 1 |
How can I create an ActiveX wrapper Class. There is a 3rd party ActiveX on my Component Tray that I like to write a class to encapsulate. Users will use my class as a replacement to the ActiveX, so they should not
|
| To create an instance of class in VB2005 | 03 Nov 2006 15:31 GMT | 2 |
I need to create with VB2005 an instance of one of the classes of the project in run time. For example: - The Namespace root and the name of the project are he himself: "Project"
|
| interact with a windows service remotely | 03 Nov 2006 15:28 GMT | 1 |
I have written a windows service in .net. I install it on my server and now I can start it and stop it remotely from any machine on my network using a .net application that i wrote too. However I would like to know how I can receive messages from the
|
| DataGridview context menus in row headers | 03 Nov 2006 15:19 GMT | 1 |
I have added the DataGridView and ContextmenuStrip to windows applicattion where I need to popup my context menu only in rowheader position. When I RMB the the mouse I get the context menu but the position is wrong. It appears in the top most left postion of the Grid control and ...
|