Debug Error
I have a winform where I open folders that are stored on a network drive. I have the path hardcoded into the code and all the user inputs is the folder name. The problem I am running into is that in...
View ArticleAutoseedincrement on column throwing primary key exception due to not...
Hi there.I am currently working on a project for my databases paper, the goal is to create a windows forms project which will interface with my database. I am having an issue which i have spent 2 hours...
View ArticleHow to reaplce XML node using XSLT
I have xml like this-<x> <y> data 1 <HTML Tags> </y></x> I want to replace <y> node with <z> means I want output like this-<x> <Z>...
View ArticleHow do I get my character to keep moving?
I want my picturebox to move continuously when I press one of the arrow keys. (tap right arrow key and it stars moving right)? I am using this to make it move. void Form1_KeyDown(object sender,...
View ArticleDatetimePicker Does Not Work with Touch Screen?
I am working on a app that runs on a tablet PC (Acer's ICONIA W700). It seems that the Datetime Picker does not work on the touch screen. I have to use mouse to select a date.Is there any...
View ArticleTrackbar behavior
Hi,I have one trackbar which has minimum=0 and maximum=100. I just want to allow user to move slider to positions 20, 40, 60 and 80. I set the min and max jump to 20 but this allows user to set value 0...
View ArticleClick Event of a Checkbox Inserted Into a DataGridView Column
I have a checkbox control inserted into a column in a DataGridView. What is the c# syntax to use the click event of the control?DataGridViewCheckBoxColumn checkboxColumn = new...
View ArticleComo hacer una consulta en access desde VB . net 2008
quiero tomar el codigo de un producto desde un textbox y saber su precio y ponerlo en otro textbox. algo como SELECT Precio FROM Productos Where Codigo= textbox
View ArticleMS Help Viewer only shows XML Files
Hi,We recently upgraded to Visual Studio 2010.I am having problems with the documentation system - MS Help Viewer 1.1.First, it fails when I try to add more Docs or update with an error.Secondly, any...
View Articlemissing CrystalDecisions Reports Engine dlls
hi,I have Visual Studio 2010, targeting .NET Framework 2.0 (that's set inProject Advanced Compilation options).I have Crystal Reports 10 installed.but this folder that was in the references for the...
View ArticleHow to update DirectoryInfo and FileInfo collection
Hi All,I am getting directoryinfo (name, path etc) and files present in that directory...However, BEFORE copying these directory and files from one location to another.. I wantremove particular...
View Articleexe file is not updating..
I have a project file. The project contains two forms. I have the exe file in the bin > Debug folder.I changed the text in a rich text box in one form, by opening the project with the .sln file and...
View ArticleC# saving value of timeTicker for later usage
I am working on project Parking. I have free places for parking for exemple six of them. I made my own clock. When person rents a parking place for two hours for exemple, time ticks backward and when...
View ArticleOverride Print Dialog
I have an ActiveX control that I am hosting on my form via AxInterop. That ActiveX control has a print method that always launches the print dialog. However by the time the ActiveX control is...
View ArticleWindows From Control Library with Vs 2010.
Hello,I have a problem when I try to build a windows form control library project using visual studio 2010 under Windows 7 64bits with Framework .NET 3.5 SP1.If I create a blank "windows forms control...
View Articleoverride menu separator background?
hi guys.how can I change the background for the menu separator? changing the backcolor in designer or at runtime doesn't make a change.is there an override? I have plenty that i'm using for the menu...
View ArticleHow to handle MdiChild.OwnedForms FormClosing event
Hello all,I have an MdiParent with an MdiChild form. In the MdiChild form, I open a form for which the MdiChild is the Owner. My code is as follows:// MdiChild opening form private void OpenForm() {...
View ArticleControl the windows 7 taskbar
Hello all,I have developed a Windows Forms application, designed to run on a Panel PC. The type of Panel PC I'm working with is a computer equipped with Windows 7 Embedded, with a touch-screen, no...
View ArticleHow to manipulate a user control's custom property?
Hi! I'd like to ask as to how am I going to able to change my user control's property when i run my application? I used this code:USER CONTROL:using System; using System.Collections.Generic; using...
View ArticlePositioning an application window in unused desktop space
I have a vb.net application with a small window that behaves somewhat like a gadget, and I want to set its default position (the user can change it later) to an area of the desktop that has no icons or...
View Article