Using a connection string with sqlconnection object
I am developing a windows forms application. Something I haven't done in many years. I have mainly been using ASP.NET to build websites.I have added a connection sring to my windows forms project. If I...
View ArticleHow to move my application when border style set to None
When change my application border style to none i cannot move my app from the start positionPls help me... Pls reply with the code for moving the app from start position
View ArticleIs it possible to prevent the DataGridView from going out of Edit Mode when a...
We are inside a WinForm using a ToolStripMenu and a DataGridView. The DataGridView uses a Custom Cell Editor through the IDataGridViewEditingControl very similar to as described here:...
View ArticleKeeping track of a list globally
Greetings. What I'm trying to do is keep track of a list of files the user may have opened using my application. The files are stored in a database in binary format and when they get opened a copy is...
View ArticleLabel flcikering when text is updated inside windows.Forms.Timer
I am trying to update label text on a form, from a windows.timer_tick event.But it's flcikering ..If I dont update the label it doesn't flcikerI am updating the label with current time every 1000msIs...
View ArticleHow to get .ai (Adobe illustrator) file properties???
Hello to all, I am using c# window application framework 3.5 .I am working on the graphics search engine . Now i want to get the.ai (Adobe illustrator) files properties so please...
View ArticleI have to print comments.in textbox..I am unable to do it. kindly see GUI...
How to print commentsusing System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using...
View Articlescheduled task not start at startup
Hi, We have created a scheduled task with XCOPY command in Windows 8.We have scheduled it in startup after 10 min delay. But task is not running at morning when PC is started. We searched history and...
View ArticleCopyTo error after conversion from C# to VB.NET
So I converted a code from C# about Unziping a file using WindowsBase DLL: public void UnZip(string pathToZipFile, string destinationPath) { try { using (Package package =...
View ArticleGUI FTP Client Windows Form Catch Web exception Issue. Need help.
Hi there,I have managed to get it to return an error for "NotLoggedIn" but it will then proceed to crash anyway.I also have it working (as in it logs in and displays the folders) when the correct...
View ArticleHow to list Subfolders AS WELL AS Root Folders GUI FTP Windows Forms C#
I posted this as a response to my previous topic but then I thought it would probably be more appropriate to make it as a new topic as the previous topic was about another question entirely, to be...
View ArticleShowing Text in rich text box when button click
Hi all... simple question for you experts here!I wanna show the following text in rich text box when button clicks,I know how to show the text but I don't know how to split this single line into two...
View ArticleHelp me defeat Windows 7 Aero Flip in C#
Since it's in use by the OS, this should be a hook like process and be similar to PInvoke. What I'm trying to do is provide myself with total control of the Aero Flip 3D functions (size, shape,...
View ArticleAplicacion de servicio que ejecute un metodo c#
Hola que tal. Soy nuevo aqui, he visto excelentes respuestas espero que puedan ayudarmeEstoy intentando iniciar un metodo cuando se inicie un servicio de windows.Lo que tengo que hacer es que cuando...
View Articlemodal dialog behind application window ???
Hi,I have an application based on WinForms.The main application window is dervied from System.Window.Forms.Form.When I now open a dialog modally, which is also derived from Form, means calling...
View Articlehow to add a fullscreen form as a background to a installation wizard
I am trying to develop a Software that looks like a installation Wizard, but i need som Help adding a background that is fullscreen and that is applied to all other forms that is in The project.
View ArticleHow to draw / edit / delete lines on the same form?
Hi sir/madame,I want to draw / edit / delete lines on the same form. I have already found some interesting code to draw lines on a grid control. ( Thanks Mr.Thorsten for the help )Link: MSDN Link for...
View Articlemenustrip enabled true access from child form
Hi I have problem to access the menustrip one form to anther form.On log out Some menustripitems are enabled false,After logging successful all the menustripitems are need to enabled true.Mdi Parent...
View Article