1,381 Topics

Member Avatar for
Member Avatar for suvo_bbsr

[B][COLOR=red]I am totally new to vb.net programming.[/COLOR][/B] [B][COLOR=red][/COLOR][/B] [B][COLOR=red]Can anyone help me regarding the process to retrieve and update data from MS Acess using window forms in VB.NET...[/COLOR][/B] [B][COLOR=red][/COLOR][/B] [B][COLOR=red]Would be very thankful for your kind replies....[/COLOR][/B] [B][COLOR=red][/COLOR][/B] [B][COLOR=red]Please reply at your earliest...URGENT!!![/COLOR][/B] [B][COLOR=red]Thankyou.[/COLOR][/B]

Member Avatar for manal
0
72
Member Avatar for shsh_shah

Hi, I have one form which is login form which contains username and image browsing field. Now in Login.cs [code] private void LoadGameButton_Click(object sender, EventArgs e) { TicTacToe tic=new TicTacToe(usernametextBox.Text,imgTextbox.Text); if (imgTextbox.Text.Equals("")) { MessageBox.Show("Please select any image"); return; } else { tic.Show(); // this.Hide(); } } [/code] In TicTacToe.cs [code] …

Member Avatar for JerryShaw
0
122
Member Avatar for berfles

I need help with this airline seating program. All I need it to do for now is take the data from the second form (radio box), put it in the text box on the first form, and at the same time, have it update the listbox on that first form. …

Member Avatar for ReeciePoo
0
148
Member Avatar for lukis

Hi i have a form where i have 2 comboboxes and a couple of textboxes. I have set the datasource property to the table and fields as required for all the textboxes and the combobox The first combobox (cbCriteria) contains the column names of the table and the second combobox …

Member Avatar for lukis
0
92
Member Avatar for BalajiM

I have assigned a datasource in to a DataGridView control. And, now i want to search a part of string or word in the DataGridView., and locate that row. Please help me to provide the idea.... Thanks in advance....

Member Avatar for KamiDehlvi
0
95
Member Avatar for covertx

Hey all, I'm trying what must be the very simplest of tasks but I can't work out how to get my binary string to a textbox! Any suggestions? [CODE] //Existing string from another text box "rev" MemoryStream ms_memStream = new MemoryStream(); BinaryWriter br_binaryWriter = new BinaryWriter(ms_memStream); try { br_binaryWriter.Write(rev); } …

Member Avatar for Killer_Typo
0
137
Member Avatar for Soter4u

Hi can any one give a solution. I want a program in c# where in a form two text boxes will be there. 1) if we give or write some input in 1st text box it should be stored in a text file and in second text box the input …

Member Avatar for scru
0
114
Member Avatar for nagramana

Is there any way to arrange the Windows Forms in C#. One of my application I have 6 forms to display same time. Is it possible to arrange like MDI form arrange. Nagramana

Member Avatar for nagramana
-1
75
Member Avatar for AlmightyCushion

When ever I run my program I get the following error and the toolbar is replaced with a white box and red X through it. I might be wrong but I bleieve it is something to do with the paint method so I posted up the code for my Paint …

0
38
Member Avatar for sharpyC

[COLOR=#0000ff][COLOR=#000000]I am new to these forums and message boards, but I am trying to do a C# windows application Lab and cannot get the code correct for the button's click event which will Cube a "double" number entered into an adjacent textbox. Also, another textbox is supposed to return the …

0
54
Member Avatar for Lutzee

Hi, it's me again lol... Ok i havea windows forms application. I have several classes with pointers to other classes eg: [code=c] class1 { public: function(void); class2* c2; }; class1::function { c2->variable = 3; return 0; } [/code] I think form1 is an object, maybe this is cos i'm a …

0
66
Member Avatar for imhaf123

[COLOR=#0000ff]errr..juz to let u know how my design looks like (these below are the names given to the buttons in case u are wondering) btn11 btn12 btn13 btn21 btn22 btn23 btn31 btn32 btn33 btnPlayer1 btnPlayer2 using[/COLOR][COLOR=#000000] System;[/COLOR] [COLOR=#0000ff]using[/COLOR][COLOR=#000000] System.Collections.Generic;[/COLOR] [COLOR=#0000ff]using[/COLOR][COLOR=#000000] System.ComponentModel;[/COLOR] [COLOR=#0000ff]using[/COLOR][COLOR=#000000] System.Data;[/COLOR] [COLOR=#0000ff]using[/COLOR][COLOR=#000000] System.Drawing;[/COLOR] [COLOR=#0000ff]using[/COLOR][COLOR=#000000] System.Text;[/COLOR] [COLOR=#0000ff]using[/COLOR][COLOR=#000000] System.Windows.Forms;[/COLOR] [COLOR=#0000ff]namespace[/COLOR][COLOR=#000000] …

Member Avatar for nikkiH
0
126
Member Avatar for chuck577

I have a quick question regarding windows forms. Say I have a main form and it has a toolstrip with 2 buttons on it. Lets say one button displays a calendar form in the main form and the other displays a list of contacts in the main form. What is …

Member Avatar for brainbox
0
135
Member Avatar for Toulinwoek

Does anyone know if this is possible, and if so, how to do it? I want to open a child form within an MDI parent. If I close that form, then open it again, it's position is offset (as if cascading). Is there some way to preset (or reset) the …

Member Avatar for Venjense
0
382
Member Avatar for SebFr

Hi everyone, I have an issue with axWebBrowser. The method axWebBrowser1_DocumentComplete is never reached and i don't understand why. Basically, this is what I have: [code]private void buttonStart_Click(object sender, EventArgs e) { try { ... axWebBrowser1.Navigate("http..."); return; } catch {...} finally {} } private void axWebBrowser1_DocumentComplete(object sender, AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEvent e) { …

0
45
Member Avatar for gopan

Hello evrybody, I wanted some help regarding windows form in C# .. I have a label control where i need to put a linkbutton control inside the label control dynamically ,I am able to place a link button but not at the required position inside the label control.. I hav …

Member Avatar for Inanna
0
180
Member Avatar for Swapnil Palande
Member Avatar for hollystyles
0
2K
Member Avatar for acezrwild817

I am having a problem with a System.InvalidOperation exception. There is a combo box in my code and when the index is changed i have a a treeview item that is cleared and then rebuilt. However, when I go to add the first node I receive the following exception: System.InvalidOperationException: …

0
77
Member Avatar for acezrwild817

I have created a listview in my C# form and when i add an item through my code I change the background color of my cells/rows. However, when i scroll over them at runtime the color defaults back to white and then they stay white. I have different tab pages …

Member Avatar for alc6379
0
147
Member Avatar for katli

Hi i have a CipherLab CCD 1000 barcode scanner that i need to use with a windows form, and have no clue as to how to focus the scanned data to the textbox. i have already set the scanner up, but somehow i cannot seem to get the .dll file …

Member Avatar for Paladine
0
110
Member Avatar for daidaiboyboy

Hi... How do I get output debug messages generated by the debug mode (ie. Start with debugging)? If I can get them, I wish to display them to listbox that I have in the windows form I created. Is there a smarter way other than using the following? : [CODE]lstDebugMessage.Items.Add("Whatever …

Member Avatar for daidaiboyboy
0
163
Member Avatar for daidaiboyboy

Hi, all... I wish to call upon the DrawLinesPointF class to draw an array of points for me after I click on a button with design name button1. Upon compilation of my code, there is no error. However, when executed, and I clicked on the button, the following exception error …

Member Avatar for daidaiboyboy
0
594
Member Avatar for c#dummie

hi, i've to set some conditions to my program. user has to enter a string of 9 letters + numbers eg. x1234567y OR 12 numbers eg. 111111111111 before hitting the ok button (this ok button in my 1st form will direct me to my 2nd form if i keyed in …

Member Avatar for tayspen
0
187
Member Avatar for Toulinwoek

I have two issues; If I create a new datatable and use a datagrid on my form, when I run the application there is this new, blank record already there. If I try to enter anything in it, it won't save. I have to actually click to create a new …

0
91
Member Avatar for c#dummie

hi i got this error... what should i do? 'System.Windows.Forms.KeyEventArgs' does not contain a definition for 'KeyChar' thanks

Member Avatar for tayspen
0
122
Member Avatar for HardTech

This uses Inheritance Im am doing inheritance on the console line, and well all is semi ok. But what im confused on is how do this in a windows design. I am trying to complete something, but I dont even know where to start. I was hoping someone could help …

Member Avatar for HardTech
0
392
Member Avatar for Dark_Omen

Does anyone know of any good tutorials online that teach windows forms in c#? Also does anyone know any good books that dicusses this topic? Thanks

Member Avatar for Paladine
0
141
Member Avatar for Paul.Esson

I was wondering if there is anyway to make Windows Forms do certain tasks whenever its shown ? - Thanks in advance Paul

Member Avatar for Iron_Cross
0
353
Member Avatar for Joe Diamond

Hi, I'm working in C# Windows Forms, with an MDI system. My documents contain several different objects. I want those objects to be shown as dragable windows *inside* the document (MDI client) window, and to be part of that window (ie scroll with it, affect the scroll bars, etc). I've …

Member Avatar for Toulinwoek
0
140
Member Avatar for G-Zola

When there is a statement in a windows form application which is executing in an infinite loop, the name of the form will show "Not Responding". How does .NET determine if the application is in an unstable state? I wonder if WMI is the right way to track the application? …

Member Avatar for Iron_Cross
0
82
Member Avatar for Bill T

im trying too build an array this is what i have so far am I on the right track? // Fig. 6.10: RollDie.cs // Using random number generation to simulate dice rolling. using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.IO; // enables reading data …

Member Avatar for Iron_Cross
0
133

The End.