No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
hie all i am in a phase of creating a hta application for our internal functionality of our company. basically the reqt is to embed a self devloped binary file in the hta file, but i am facing a problem. like where i should paste the base64 strings in the …
hie all i have two text boxes , password and confirm password now what i am trying to do is when password match a label near confirm passwd text box turns green automatically and say match and if not match its should turn red and say not match , and …
Dear all i have created a small windows form application, which connect to mysql database, and the database is installed on a remote pc( virtual machine), i am using visual studio 2010 in winxp 32 bit , and i have build this application using .NET2.0, so that it can work …
hie friends, it is possible to get a hostname or computername in C# but, further is it possible to get a hostname and passed that name to a databse table when we press a button in forms alongwith other fields update.
hie guys, a great supportive sites i have ever seen, i am facing a simple issue with my login windows form, which i have created, it works fine no issue, but now i want that after successful login user should be automatically redirect to home screen (windows forms) but unfortunaterly …
hey guys can you just help me out, m banging my head now,, actually a simple issue, how to show a username after successful login on next form wiht welcome lable . . . pleaase help . .
hie guys i have created a login form for my project, but before this i have created several other forms also for projct, now i am facing a problem when i debug the program i got only the form1 first i can not see the login form, so is there …
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace testingdatabase { public partial class Form3 : Form { public Form3() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { new Form1().Show(); this.Close(); } private void text_searchstring_TextChanged(object sender, EventArgs e) …
The End.
jangojan