Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for Usman_10

Please tell me ,How to retrive value e.g(textbox,picturebox,combobox..) in one form to another form..

Member Avatar for tinstaafl
0
96
Member Avatar for something_1

here's my code: #include <iostream> #include <iomanip> using namespace std; int main() { char name[30], choice; int hours_worked; float wage; do { cout << "Employee Name: "; cin.getline(name,30); cout << "No of hours worked: "; cin>>hours_worked; cout << endl; wage = 80.75*hours_worked; cout << "The salary of " << name …

Member Avatar for Usman_10
0
247
Member Avatar for Usman_10

I have a form with OpenFileDialog for selecting image and showing it in pictureBox. Until the form is open the user can open and then save the opened image as many times as he wants.But when he secont time open openfiledialog the picture show but the both image show in …

Member Avatar for ddanbe
0
179
Member Avatar for Usman_10

Email not send .What is this error using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Net; using System.Windows.Forms; using System.Net.Mail; using System.Threading.Tasks; namespace send_email_new { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void existbutton_Click(object sender, EventArgs e) …

Member Avatar for cereal
0
129
Member Avatar for Usman_10

error is::Error 1 The name 'InitializeComponent' does not exist in the current context Please help me in system manager: 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.Net.Mail; using System.Web; using System.IO; using Microsoft.Win32; using System.Diagnostics; namespace System_Manager { public partial …

0
87
Member Avatar for Usman_10

inheritance error is::Error 1 Inconsistent accessibility: base class 'person' is less accessible than class 'employee' using System; using System.Collections.Generic; using System.Linq; using System.Text; //person class public class person { public string name; public double CNIC_no; public void Information() { Console.WriteLine("Enter your name"); name = Console.ReadLine(); Console.WriteLine("Enter your id"); CNIC_no =double.Parse( …

Member Avatar for pritaeas
0
249
Member Avatar for Usman_10

I am free in two months because university is off.During the holidays i am learrn c#.please tell me best books ,website ,tutorial help me to learn c#. And any activitivy to improve my programming skills and help me to make best programmer in feauture,

Member Avatar for pritaeas
0
89