Access to assemblyinfo.vb is denied...
Hello all, I get an error when starting a new project as Windows Form Application.Using: Visual Basic 2010 Express.Link to picture: http://gyazo.com/acb5baf3ae5ef39b630d6e6a6822b005I also try to find...
View ArticleIs there tutorials to cover this requirement?
Hey,I'm fairly new and looking for someone to point me in the right direction. I'm a c# gaming programmer and im very new to visual basic. I'm looking to learn to make a windows application that will...
View ArticleHow to load a form inside another form in C# 2008?
Hello, I have 3 forms: Form1, Form2 and Form3. Form1 is the main form. We can call form from another form by using: private void btnForm2_Click(object sender, EventArgs e){ Form2 formDig1 = new...
View Articlecan't publish Windows Form application using Visual Studio 2010
When I go to the "publish" tab on the Properties of the project, everything is greyed out (except the buttons). I can't set the "Automatic increment revision with each publish", nor do a ClickOnce...
View ArticleHow can I setup a PrintDocument to have a PageRange with both the FromPage...
I tried a lot of codes example in Google and the other forum, but still I can't get the correct one. My problem is how can I set the page copies to be printed. I tried many example codes but still all...
View Article[WebBrowser] Javascript dont work
Hello.I have webbrowser with this url {http://uloz.to/hledej?q=ahoj}.It still loading,and nothing has been finded.Any solution?!
View Articleflash ocx could not find in the operative system
hello I have an application in windows forms net 4.0 and I run it on a pc and I get the error: Could not find flash ocx in the operative system as you can fix that ..
View ArticlePrevent form moved out side of my main sdi form
suppose i have have two sdi form and when apps run then a sdi form show and from there i am showing another sdi form but the problem is i can drga any where the second sdi form which i do not want. in...
View ArticleHow Programatically Restore System to a Previous State Using Restore Point in...
Hi,I need to do Programmatically Restore the System Previous State for particular selected Restore point from list.I want to develop this desktop application using c#net.Thanks,
View ArticleBind IList to DataGridViewComboBoxCell
Hi,I'm trying to display data on datagridview from an IList<T>. Also, there are couple DataGridViewComboBoxCell in the gridview. When I bind IList to gridview, it picksup simple data type values....
View ArticleHow to draw on the webBrowser using c#?
Hi everyone, I am a beginner of C#. I am currently working on a simple project that requires to create a web browser a do some simple graphics on it. I have finished the web browser part and I cannot...
View ArticleGet selected datagridview cell
Hi,I have an event written when the user clicks on a row in a datagridview. I want to refer to the value of the first cell in the row in a parameterized query and use that to place in another...
View Articleconvert csv to xml
hello, I have a csv file that I would like to convert to xml. With the code shown below can convert csv to xml. xml = new XElement (rootElemement, lines.Where ((line,...
View ArticleWinforms mousedown event across multiple controls
Hi, i've got a winforms usercontrol which is pretty much a time scheduler (24x7) in hourly blocks which ive used labels to represent each hour slot.The labels have multi-stage select on each click...
View ArticleCan you pair more then one device to your windows phone 8 mobile?
Hello all,I want to bulid some devices that I intend to use with my windows phone 8 app. My question is if I pair these devices to a windows phone app can I receive data form all of them?As I know you...
View ArticleFlowLayoutPanel issue that doesn't happen on a regular Panel with the same...
After creating a User Control that works fine in a regular panel when editing, the control acts quite differently when placed on a FlowLayoutPanel.When a different User Control is selected or gains...
View Articlehow to create sqlconnection class file in C# ?
how to create sqlconnection class file in C# ?
View ArticleSystem.ArgumentException Cannot bind to the property or column
I have a simple C# application which tries to display a column (named Longitude) as a textbox in a windows form. When I result = frmLocation.ShowDialog();I get:An unhandled exception of type...
View ArticleHow to determine if node exists
Hello,I managed to create a treeview, but I don't want to have two same nodes (names of nodes) in parent node.How can i check if node with given name already exists?Thanx, beezgetz
View ArticleKeeping Index of Data when loading Data into ComboBox
I am Filling a ComboBox from a SQL-Server Table but as the Data is sorted I am losing the original Index.For instance, if I have 3 entries in my Table as follows ...IDDATA0Z1Y2Xand I Fill my ComboBox...
View Article