No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
I HAVE MADE THIS PROGRAM TRY THIS IT WILL SOLVE UR PROBLEM click in any folder then thier subfolder displayed in other listbox ......... [code] 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.IO; namespace drive_info { public partial class Form2 …
[CODE]#include<conio.h> #include<stdio.h> main() { char name[20]; scanf("%s",&char); if(char=="name") { printf("u entered name"); } else { printf("not name"); } }[/CODE] but it is printing not name when im entering name plzz check for the problem
there a form which has two text box one for name and other for age and a table containing 20 records of names and ages i want whenever form load the first value of name in table should automatically come in textbox and when we enter age and save it …
hey i think u should try changing the objecy name instead of WindowsForm windowsForm = new WindowsForm(); windowsForm.Show(); should write WindowsForm win = new WindowsForm(); win.Show();
The End.
yash_shukla