Answer Questions
MartinHills C# and VB.NET in same app... Possible?
Hi all, I'm in a job surrounded by C# people, and I'm a VB.NET guy. To avoid learning C# (which is one messy language to a VB guy LOL) - can .NET, let's say, have one form/module/class using VB.NET and another C# ...Show All
nikorn sakul Convert XHTML to RTF
Hi, How can I convert the XHTML to RTF Thank's Alexei ...Show All
Ido F. How to use MSDBGrid or ADODC objects in VB.NET???
Hi all. When I was programming in VB 6.0, I used the DBGrid and Data objects to work with database. I see, that in VB.NET there is a possibility to use a MSDBGrid (or AxMSDBGrid) COM component in the projects. But how can I bind the MSDBGrid to database It must be possible through a MSDBGrid.DataSource property, but what type of object can be assigned to it I was trying everything: DataSet, BindingSource, ADODC object... nothing works! So and ...Show All
Jose Miguel Retana Trial software development
I am on a project where we are developing a Windows application in Visual C#. We are releasing trial versions for beta testing. What I'm wanting to know is how do I make the application expire or self-destruct after 15 days Then,& ...Show All
werwin TableAdapter Update Error
I made a TableAdapter and use ObjectSource to bind it to GridView, when I insert new rows it works OK, but when I try to Update or Delete it gives me this error: ObjectDataSource 'RegionObject' could not find a non-generic method 'Update' that has parameters: RegionDescription, original_RegionID. Version Information: Microsoft .NET Framework Version:2.0.50215.44; ASP.NET Version:2.0.50215.44 Thanks Alaa Bhr Software Developer ...Show All
Debojyoti Flicker Main Window when closing a second window
Hi All, I have the following problem: From my main window I show a second window dim frm as new Form frm.showdialog .... When the second window is closed the main window flicker and I see for a very short time the windows desktop. The Problem is in in both .Net 2.0 and .Net 1.1. How can I prevent this Thanks. Hi, Is there any chance that you are hiding and showing your main from anywhere in your code Wo ...Show All
JCampos Print RichTextBox control's contents
How can I print the contents of a RichTextBox control Any code samples would be appreciated. BTW: I'm using VB 2005 Express. ...Show All
Jason Shave Transfering data from one form to other
I have a form with two textbox called city and zip code and one button next to the city textbox. If user click on that button it will open the second form with datagrid which display the all city and zipcode list and a button . If user select the city from grid and hit the button or double click i would like to transfer the selected city and zip code into form one and close the second form. How can i do that. Thanks ...Show All
Graham Charles I've beaten my head against the wall for 7 hours on this Icon problem..HELP?
Alright, here's the deal..I have 32bit alpha blended XP icons that i'm using in a control... I'm using a manifest for comctl v6, which I read was the solution..but I cannot make Images that come from an ImageList to work with transparency..i know&nb ...Show All
NICKY SUWANDI Change Installation URL after the application has shipped
Hi. Is there a way to change the Installation URL so that existing users can still get automatic updates but from the new URL instead of the old one Regards, Jerome Excellent solution, thanks! I'm glad it works for you. You can update the application manifest using MageUI.exe and change the "UpdateURL" property. Then, all existing installed apps will get the new application manifest fr ...Show All
MickRivers. how to make parent form shortcut keys work in user controls...
hi, i have a main form, with a mainmenu, with all the shortcut keys programmed in, Ctrl-s for save etc. which works fine. but when the focus is in any user controls, the hotkeys don't work, presumably by design, but in my case, i don ...Show All
Ashish P. Ruparel Connect to SQL Server
Hi! I tried to connect to SQL Server database by the following code: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Try Dim con As  ...Show All
villupuram Binding a text box to a datagrid value??
Any help is greatly appreciated. I have 2 tables: "Claims" and "Injuries", both have a field called "SocialSecurityNumber". On my form, I display a datagrid bound to the Claims table, and I have a tab control that shows the&nbs ...Show All
Sameer Bhangar - MSFT COM Interopt - is it all STA or single threaded?
Question - I'm using the "AxWebBrowser" component and it's requiring that I create the instance using the STA model in my Main() method for my hosting WinForm. Are all Interopt compoenets STA And if not is there a way that I can e ...Show All
Deepaish Wali Editing a config file on the fly
I need a way to edit a config file on the fly. Does anyone have any insight on this As Ken mentioned, it's right here: <a href="http://www.windowsforms.net/Forums/ShowPost.aspx tabIndex=1&tabId=41&PostID=828">INI files</a> It's really easy to ...Show All
