Answer Questions
AdrianMills1973 Signing the Assembly Manifests
I am getting this error at Install time: PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50215.44 System.Deployment.dll : 2.0.50215.44 (beta2.050215-4400) mscorwks.dll : 2.0.50215.44 (beta2.050215-4400) dfdll.dll : 8.0.50215.44 (beta2.050215-4400) dfshim.dll : 2.0.50215.44 (beta2.05 ...Show All
steve hayles Create controls from Component Class
Hi All, I found an Article in NET which makes the datagrid work like a listview, ie if i click on a cell entire rows gets selected..The sample article works fine. it uses a Component class called MYdataGrid which inherits the datagrid and in that they overiide the edit and other functions And in the Form, they create a datagrid of Type component class(MyApplication.MyDataGrid). Can anyone let me know how to create a datagrid of Type MyData ...Show All
Dr_Cuddles Prompt for reboot with installation project
Hi, I have built an installation project in VS2003 (VB) and set environment variables and other things that require a reboot for the changes to take effect. The question is: How do I get my installation project to prompt for a reboot after the installation has completed Any ideas Thanks, Matt In the world of ClickOnce non-impactful deployments reboot after installing a ClickOnce App is a BIG NO NO. A clickonce app should never need a re ...Show All
Saranya “Verified by Provider” security tool
I am posting this here because one of my wishes that I posted here a year a go will become true in Longhorn, so maybe this wish will come true too :) ------------- I wish if there was a magic tool that will scan all execu ...Show All
Sandeep Jain 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
KOLY Creating List and Details view with Usercontrols
I am currently developing a MDI program and I would like to have this MDI-child which contains another usercontrol with a datagridview with the list of employees, and when double clicking on a row (employee), the usercontrol with the datagridview disappears and a usercontrol with the details of this specific employee shows. So currently I have the following - A MDI-Child form (Employees) with a panel to contain the usercontrols. This form al ...Show All
Christian Denny Petersen Treeview Directory Listings
In whidbey or the Express products, i would like to see a much easier way for users to list their directory structures with a minimal amount of code. This would make programming some apps much easier than writing 100 lines of code (indeed ...Show All
John Douglas ClickOnce through Proxy with Authentication
Hello, I have a problem with ClickOnce Deployment: My app runs on Windows Server 2003, IIS 6. In my university we have a proxy which needs authentication, and if I click the .application file, first there is a login window for the proxy, then the window ("verifying application...") comes up, but then there is an error message, saying that the file *.application can not be downloaded. In the log file is an entry: the server is unreachable, so I t ...Show All
Matt Peirse Format phone number
Hello, I have a text field where the user types in a telephone number. When the user is done typing the number and the text field loses its focus I need to take whatever the user typed and format it to a standard format. i.e. ###-###-#### If a user types 1234567890 I need it to change to 123-456-7890. Any ideas on how to do this or examples Thanks! Perhaps. I'd be more inclined if I was to write a reusable clas ...Show All
Chai.B Problem with Concurrency Checking
Has anyone else had a problem with the concurrency checking not working If so, how did you fix it Please elaborate, what exactly are you trying to do and is not working your way with Concurrency checkings ...Show All
woodpecker0127 imports user32.dll into vb.net
Hi, I'm trying to overload the system menu of my window form. for that purpose i'm using the "user32.dll". my statements are as this: Private Declare Function GetSystemMenu Lib "user32" ( ByVal hwnd As Int32, ByVal bRevert As Boolean ) As Int32 Private Declare Function AppendMenu Lib "user32" Alias "AppendMenuA" ( ByVal hMenu As Int32, ByVal wFlags As Int32, ByVal wIDNewItem As Int32, ...Show All
lemon caird using the tag of a control array to index new forms
I have an application that has a control array of multiple buttons. Each element in the control array is indexed by its tag value. I need to use that tag value after each button click event to display another windows form that will& ...Show All
Aravind Rajagopal Datgridview / C# problem
Hi, I have classes: public class role { string _roleName; ... public string RoleName { ... } } public class person { int _age; string _firtstname; string _lastname; role _role; public role Role { ... } } I try bind properties to datagridview but (person) Role.RoleName doesn't work. Example: person p = new person(); p.FirstName="Niko"; p.LastName="Jalkanen"; role r=new role; r.RoleName="It-Designer"; p.Role=r; dataGridViewTextBoxColumn1.DataPro ...Show All
Merovingian6532 Windows forms walkthrough
Is there any walkthrough available for creating a Windows app like TalkVision I am looking for something pretty thorough that explains the steps behind creating a professional Windows app. So far, I've been dissapointed on the amount of .NET tutorials online ...Show All
gtmulg get int (AddressOf) for ActiveX callback in C#
i've an ActiveX that takes obj.SetHandler(int) where int is the address of a callback function in C# safe code, we use delegate. but for this case, how can we get a function's address in C# thanks In Whidbey the Marshal class will have&nbs ...Show All
