Something very Strange when i fill a table
hii have this query: SQL = "select A,B,C from MyTbl";adp = new OracleDataAdapter(SQL, Conn); dsView = new DataSet(); adp.Fill(dsView, "MyTbl"); dataGridView15.DataSource =...
View ArticleHow to assign animated gif image in tree node
suppose my treeview has many node and i am adding images to those node from image list. here is my code.privateSystem.Windows.Forms.TreeView treeView1;ImageList il =newImageList();...
View ArticleShipping ADODB.dll. Is it a redistributable file?
I am referring to the assembly ADODB.DLL ('ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ) inside my code. Its working fine and serving the desired purposes :). And for...
View ArticleResizing controls in the
I have a question on designing Win forms application on VS 2010. My mini application consists of a single form where the controls are placed in multiple panel and group box controls. Initially the...
View ArticleHow to export virtualized datagrid to excel ??
I have a virtiualized DataGrid and i want to export all data to Excel, But only visual rows are imported.What should i do to import all rows ?
View ArticleNeed scanning software SDK to scan images in quick time
Hi all. First of all I just want to thank you guys going to help this an important thread.We are making a windows application which is scanning images. Obviously we have downloaded the...
View ArticleHow can I make my richTextBox search case insensitive? C#
I have a WinForms application with a search feature on another form within the application.Currently, I can search with the find form, but it is case-sensitive.With the following code:int index = 0;...
View ArticleHow To Send Free SMS Using Way2sms.com
Hello FriendsI am developing a Progam in which i want to send free SMS Through Way2sms.Help Me Thanks in advance
View ArticleTower defence game making tips anyone?
Hiy'all! It's me again. After my success of my first working public game, I decided to make a second one. It's a tower defence game!I currently need suggestions for the movement of the "enemies" and...
View ArticleDetect when Parent becomes disabled
I have a C# control (a subclass of ComboBox, if it matters) that is normally in OwnerDraw mode, but switches to Normal DrawMode when disabled. The problem is that this switch doesn't occur when its...
View ArticleHow to Edit Inputs and Set Focus Before Leaving a Windows Forms UserControl
I want to be able to perform a final set of edits before leaving a UserControl and to set the focus on one of the child controls depending on what edit error is detected. I can invoke the editing...
View ArticleNetwork Error (tcp_error) ?
A communication error occurred: ""The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.this message...
View ArticleMaximize button on a Form
I have a Form that has following document outlineToolbar Statusbar HorzSplitter (HS)+++HS.Panel1 | |+++StackPanel (SP) | |++SP.Panel1 [Contains few text boxes and labels] | |++SP.Panel2 | |...
View ArticleHow to pass click events between two forms
Hi,i have 2 forms opened simultaneously. Form1 has a richtextbox, while form2 has some buttons.my aim is to open a file in Form1 using data from the button click events in form2. i can pass the...
View ArticleMake a Alarm In CLR/Windows Forms
hi i star making a alarm in my form its work well but i need the alarm work witch files check all the files in the day and tourn on when is the time.and also when the form its open and check the files...
View ArticleWhat is the C# equivalent of following VB code?
Dim pos As Long Dim lastPos As LongDim iText As StringPublic Terminator As Stringpos = InStr(lastPos, iText, Terminator)
View ArticleDataRepeater Control
Guys,I am trying to drag and drop items in my data repeater control (VS2010), For some reason mouse events are not raised in the ItemTemplate section of the repeater.Can someone show me how to drag and...
View ArticleEnduser Input not working properly using TextChanged handler in TextBox...
I'm using the following code following code for textboxes to get item price//textBox 1 thru 16 allows enduser to enter price of the item.private void textBox2_TextChanged(object sender,...
View Article