Answer Questions
Nathan Pieper Saving a text file to a shared computer
I am able to save a file locally, but I cannot find any resources explaining how to save a file to a shared location on a file server. I do not want to allow the end user to specify the save location, I want to hide al ...Show All
miauru Supress drawing the the datagrid row header
Does anybody know how I can suppress the drawing the the row header of the datagrid when the edit occurs or when the row is selected (the triangle that marks the current row). Is there any way other than drawing over them in the paint ...Show All
bfaulk1 adding text to paint program
All, I downloaded a sample paint program and I am trying to extend it further. Im using the wscpaintbrushprogramv1.1 http://www.w3coder.com/vbnet/w3PaintBrush.aspx I would like to add a type tool in addition to the existing circle, pen and rectangle tool available. here is ...Show All
Dvlnblk Visual Studio.net cannot find "System.Drawing"
It says that VS.net 2003 can't find system.drawing; what could be the problem I am having this same problem in VB and I tried your remedy, but it doesn't work. Is there something else I need to do Thanks Though ...Show All
SteeleWORX foreach statement
This foreach statement don't loop to the next item in the arraylist(resluts) Can somebody tell me what is wrong with it Thanks public void IAVAs() { UpdateStatus1("Installing COTS Upgrades: HotFixes Updates", null); lib.InstallCommand(); foreach (string Item in resluts) { string selectionCriteria = "//iavaInstallCmd[..//SubKey = '&qu ...Show All
SaloS VS 2005 - MyApplication_UnhandledException event not firing
We have a VB.Net project recently upgraded to 2005 and are attempting to setup our Global Error Handler using the MyApplication_UnhandledException event in the ApplicationEvents.vb class but the code for the event does not fire. Here is the testing code we are using just to test the event but it does not fire. -------------------------------------------------------------------------------------------------------------- Private Sub MyA ...Show All
drinkingredvodka Supporting a Proxy Server/Firewall
I have recently built an application that scapes HTML from a web site and displays it inside my application. This all works fine. Basically The app runs in taskbar and sends me a notification of when a certain part of my favourite web site ...Show All
dgrm44 Where exactly are the apps installed
Hi, Have an app that needs to update a config file after installation. However I don't have a clue where the app gets installed on the user's machine. I also want the app to be installed under the Everyone user, not per user. Is there a way to do that Regards Vincent From other posts, I think you can get it from a property in this namespace: System.Deployment.Application.ApplicationDeployment.Curren ...Show All
Omogha Location in the Panel with "AutoScroll=true"
I have a Panel in which, in runtime, I put a “PictureBox” when I click on a button control. When I click on this button, the PictureBox is positioned in a point with coordinates: (PosX,8) where “PosX” is calculated to place the PictureBox side by side. When the number of the PictureBox increases, appear an horizontal scrollbar, because of I have selected the AutoScroll property to “true”. If ...Show All
hologram DataBinding listview
Has anybody developed a databinding listview and he is ready to share it thank vbnetuk ...Show All
LucTO vb express and sql server express
Hi, I am trying to use the combo "vb express and sql server express" to know in advance what these two products will be like; I haven’t done anything yet because I am unable to create a Data Source. When I open the New Data ...Show All
Jesudhas Datagridview: Cell with more than one value from DB is readonly, what can i do?
I have a datagridview with a DataTable as Datasource. One value in the select-Statement is build like this: value1 + '|' + value2 as value. I use the values for different things: First value is the string to be shown, based on the second value i set the background-color of the cell... (works fine with the paint method of the cell). Now I have a form which is shown by the onMouseClick-Event. From here i can set new values and write ...Show All
tongcuong Problem removing last two rows of DataGridView
I am using VS 2005 Beta 2 and I'm having a problem removing rows from a DataGridView. The sample code below populates a DataGridView located in an MDI child form with 10 rows. The first three columns of each row contain buttons to Edit, View or Delete a row. The Edit and View buttons work under any circumstance but the Delete operation only works on the first 8 deletes and then when either of the remaining two rows has its Dele ...Show All
TrevorW Installing user config data on the fly
I am new to vb.net and forms development and not sure how to create, read, and write to a user data file for each user that logs in on the same machine. The installation will not occur for each user, but each user needs a setting ...Show All
SK123 Setup Error - Failed to load resources from resource file.
I am getting following error at random places in my application. "Setup error - Failed to load resources from resource file. Please check your Setup" Application closes if I click on OK button on the message box. Also, it does not happen on development machine, it only happens on client PCs. The client PCs has .NET Framework 1.1 Please help me. If you have a solution or recommendation then please reply. Regards, bmgohil ...Show All
