Answer Questions
jfc kvdfhkgjvfhdsgjgchkfghjngfjk ClickOnce on Firefox
I thought this would be a simple thing to find out, but I've searched the web for over an hour and could find hardly anything. Does ClickOnce work with the Firefox browser I'm not a Firefox partisan, but I need to know if it is possible. I have created a ClickOnce application, and it is working fine with IE (localhost IIS based server). However Firefox gives me a "Cannot dowload the application. The application is missing required files..." erro ...Show All
Ze Miguel BUG: Focus for a MessageBox
I'm pretty sure this is a bug of some sort, but if this is by design, then my suggestion would be to change it! :p If I have one TextBox on a form and have a method that handles the KeyUp Event. In the event, I ...Show All
MillKa Converting a string array to a system.drawing.point array
With no success, i am trying to convert a string array to at point array. I have tried the code below, but I get the message - 'Value of type 1-dimensonal array of strings cannot be converted to system.drawing.point'. Is there a way to do this conversion Dim _point(2) As String _point(0) = "50, 50" _point(1) = "100, 25" _point(2) = "200, 5" Dim _curv As Point() _curv = CType ...Show All
vb help Apply different themes to the form....
Hi, I want to appply different themes to my form designer application.Is there any methods are available for this. Thanks in advance, Arun ...Show All
Prdkv few questions combining msi with clickonce
Hi, I'm trying to install a clickonce app for all the users on a machine. I know you can't do it via clickonce, but you can via MSI. How could I install an application via MSI and have it look for updates via clickonce Is that possible Please, point me in the right direction. Thanks I thought that only the ClickThrough Packaging Tool is limited to per-user installs. I was not aware th ...Show All
InstantKarma Windows and Roles base Auth ?
I have an application that I am creating where by If the user is on a the local domain then they dont have to log on because they are idenitfyed by there WindowsIdentity also there are roles within the application that are needed ie User,& ...Show All
Tom_g35 its very urgent + 'AxWebBrowser' control
I have added a 'AxWebBrowser' control in my windows form for showing the explorer. I m using 2 browser control , one in each tab page. However when I close the screen, i got the following error. "Unable to get the window handle for the 'AxWebBrowser' control. Windowless ActiveX controls are not supported." I have override dispose method. code: if( disposing ) { Marshal.Release(this.axWebBrowser1 .Handle); if(components != null) { com ...Show All
GarryB GDI+ slow!
I'm writing a drawing application using Visual C#, GDI+. My application has features like MindManager (www.mindjet.com). In my application, each topic is an object and it has Draw() method to draw itself. User can move topics on document by mouse. When&n ...Show All
FuSu How to make a C# WinForm application as OLE Server?
For example : I want to implement such feaures : User copy some objects from a C# WinForm application and paste into a Word Document. When user double click the object in the Word Document, the application is started to show the object in application and user can manipulate that object. How to do it in .NET world Thanks! ...Show All
Scott Vande Krol Refresh a datagridview
I'll build a C#.Net form On the form there is a dataGridView.. That one is connected to a .mdb database. A Bindingsource and a dataset take care of that. This one works. But also another program uses the mdb database, so i need a refresh button. if i press reset, then should the database show new data. Also i've got another form that fils the mdb directly !! from a class file. But i cant refresh the dataGridView. I tried different ...Show All
force_fx VS 2005 Winform designer Issue
I am getting the following error whenever i tried to open forms in VS 2005 solution in design mode. I tried rebuilding the solution several times, but still the issue persists. I referred couple of messages in the forum and applied the resolution provided in those, but still the issue persists. I am stuck and not able to do any modification to the controls and their properties. Is there is any fix available for this issue One or more e ...Show All
RobinCurtis Want to deploy, users install from website.
This click once stuff looks like it should be easy. But I'm not catching on.... Scenario: Not sure how to ftp or upload directly to a webpage for my web host, so to make things simple, I am publishing to a directory and then uploading the publish directory onto my website. From there I would like users to be able to click on "install" and have it download the app and install to their computer. The problem is that when I hit " ...Show All
Madhu Cheriyedath Delete a row from DataGrid
I am trying to delete a user selected row from a datagrid. He should be able to select the row and then right click, select the Delete item from the Menu (I am using ContextMenuStrip). Anyone has any idea how I can do that tnx try this may do what you want Dim gr As New DataGridViewRow For Each gr In dgview.SelectedRows yourgridviewname.Rows.RemoveAt(gr.Index) Next ...Show All
Raymond Sassine control for dates?
I'm looking for a control that displays dates in a choosen dateformat (dd/mm/yyyy, mm/dd/yyyy...) I'm not looking for a calender or something like that, more something like a textbox that automatically adjusts a date (for example one from a database) to the wanted format. Does anyone know if there is a control that describes my needs Thanks! thanks I've adjusted the method DisplayText() to this, be ...Show All
Ozolayer Modify text file.
How can I modify values in text file File is tab delimited as follows Date Buy Sell 13-Jan-2005 0.9970776 0.9901224 18-Jan-2005 0.9910566 0.9841434 I want to modify Buy and Sell values for a particular Date. ...Show All
