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
~526 People Reached
Favorite Forums

4 Posted Topics

Member Avatar for mangal123

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 …

Member Avatar for yash_shukla
0
99
Member Avatar for yash_shukla

[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

Member Avatar for Onlineshade
0
129
Member Avatar for yash_shukla

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 …

Member Avatar for kplcjl
0
125
Member Avatar for destruct0

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();

Member Avatar for sknake
0
173

The End.