Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Member Avatar for jangojan

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 …

0
163
Member Avatar for jangojan

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 …

Member Avatar for tinstaafl
0
113
Member Avatar for jangojan

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 …

Member Avatar for jangojan
0
514
Member Avatar for jangojan

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.

Member Avatar for pitic
0
156
Member Avatar for jangojan

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 …

Member Avatar for tinstaafl
0
874
Member Avatar for jangojan

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 . .

Member Avatar for rotten69
0
103
Member Avatar for jangojan

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 …

Member Avatar for Ancient Dragon
0
92
Member Avatar for jangojan

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) …

Member Avatar for ChrisHunter
0
134