Answer Questions
Auri Find controls on a windows form
Hi, I have a windows form with several controls on it. I need a function which finds a specific control on this form. Is there any function for that already built If not, could you advice me how to tackle this problem Thanking you in&nb ...Show All
talin ClickOnce hosting flaw
ClickOnce is seemingly what we've all been waiting for in a deployment mechanism. Unfortunately, I think it has a fatal flaw. There are no inexpensive or free places to deploy ClickOnce applications via a web site. You either pay a commercial hosting fee or you set up your own server. That's about it if you want to leverage all of the power of ClickOnce deployment for your application. Microsoft has offered completely free versions of the Visual ...Show All
mrauch Any way to know when a file has been moved?
I have a file system in my app that relies on the entire computer, rather than a single folder. If a file is moved(or deleted), I need to know when and where it has been moved to automatically. Is this possible Use the System.IO.FileSystemWatcher and it has all the functionality you need. Hope this helps Thanks, I'll look into it ...Show All
bandolex Bootstrapper builds wrong setup
Hi everybody, I use the bootstrapper to install some components. And everything works great exept of one thing. I choose the radiobutton : download prerequisites form the same folder as your application . Then I build the setup.exe and all the subfolders are also copied to the output folder. That would mean everthing is ok. But when I start the setup, it tries to download the component but doesent find it. The message is could not find file in ...Show All
BirkanGA Repositioning ToolStrip at runtime
I'm creating a form that has two ToolStrip controls. When the application is running, I'd like to be able to reposition the ToolStrips by dragging them by their grips, including (I believe the term is) "rafting" the ToolStrips into a single row. This seems like it ought to be an easy thing but I'm stumped -- the ToolStrips are fixed in place. The cursor doesn't change to the four-way arrow over the grips either. I've tried putting the ...Show All
CyrexCore2k VS2005 VB.net activeX Creation
Hello, I want to transform VB.net code into an activeX... How can I do Thanks a lot Use the classes in system.management to access the wmi. Here is a link to an wmi sample. http://www.vb-tips.com/default.aspx ID=af026486-62bf-4304-9dd8-a07917f8c3e4 Ok, but i need to use WMI to retrieve PC config of a Web Client... How can I do You can not create an activex control with VB 2005. You can create a Window ...Show All
Darren Woodford Appupdater Woes......
I asked my hosting compant to allow file browsing for a specific folder, which they did. When I use the Appupdater component, I get the following error: 7/27/2004 11:26:46 AM: UPDATE FAILED with the following error message: System.Net.WebException: The remote ser ...Show All
Wiskers69 paste event?
I have a "paste" button on a toolbar above a richtextbox object. When I click it, I can test to see if the clipboard format is one I am expecting and then do the paste (I don't want the user to be able to paste in ...Show All
Brendan Egan ClickOnce updates all assemblys!
Hi, I am now trying to deploy with Click Once, and have run into 2 problems/questions. I have 6 projects 1 win and 5 class libs. I seem to think that with Click Once I should be able to make a change to library X and redeploy, in turn the user would only need to download that one assembly. The problem I am having is, a change to 1 library forces the user to download the entire application again. I must just be missing something, what is the wa ...Show All
renemt Validating Fields
Hi, In my If Then Else Statement as given below which is to validate that no fields is left blank and display message: If txtOrdNo.Text <> "" Or DateTimePicker1.ToString <> "" Or txtCustId.Text <> "" Or ProductId.ToString <> "" Or txtCost.Text <> "" Or txtAdv.Text <> "" Then MsgBox("Welcome to the Jungle") ...Show All
TCben WebBrowser: navigate and send values with method Post
WebBrowser How to navigate (with WebBrowser.navigate(...) ) and send values of textbox with method post Can i have two methods ( not with mouse) * change the value of textbox and click in bottom (Send events to the browser (ex. Web1.Document.Forms(0).RaiseEvent(.. .)) * the values to the headers( ) and navigate to the page can you tell me how to do with this two ways.. thanks &n ...Show All
Malay Thakershi Newbie Ques: Simple Line Chart
Am totally clueless with this graphics drawing thing. All i am trying to do is get a simple line chart drawn, adding new values to the chart on a timer event. Now I know how to draw a single line in a picturebox when the form&nbs ...Show All
KeithInSac ShortCutKeys not working in MDI app VS2005
I have a form with a multiline TextBox and a RichTextBox. The ShortCutKeys (Ctrl-C, Ctrl-V, Ctrl-X, etc.) are enabled and working in a standalone test form. If I add a new MDI form to the project and call my test form the shortcut keys are no longer functioning. Or if I add a MenuStrip to the test form the keys stop working there as well. I'm guessing the menu is capturing the Ctrl keys and tossing them. Is this a know bug Is there a work ...Show All
bnn Setting the Initial Directory on Dialog Boxes
I use two dialogue boxes in my program, one to open and load pictures and the other to save html documents to a file. I want the first one to initially point to "My Pictures" and the other to point to "My Documents". Windows seems to overide the initial directory and rather point at the last directory the user looked at (through a dialogue box). Is there anyway to override this Code shown Below; Private Sub btnBrowse_Cli ...Show All
Anat Oren How to read characters in streamreader?
Hi, I want to open a file and read every line and characters. The characters are fix length text file, no specific delimited method between each fields. If the first character is "H" then it's a header line; "D" or "R"  ...Show All
