Click here to Skip to main content
Page 1 of 2
Page Size: 10 · 25 · 50


Author filtered by: MP59 [x]
Question 4 May 2013   license: CPOL
My project is in .Net 4 and works good,But in setup project i got some errors like this:Warning 2 The 'SAP Crystal Reports Runtime Engine for .NET Framework' item selected requires 'Microsoft.Data.Access.Components.2.8'. Select the missing prerequisite in the Prerequisites Dialog Box or...
Question 4 May 2013   license: CPOL
My project is in .Net 4 and works good,But in setup project i got some errors like this:Warning 2 The 'SAP Crystal Reports Runtime Engine for .NET Framework' item selected requires 'Microsoft.Data.Access.Components.2.8'. Select the missing prerequisite in the Prerequisites Dialog Box or...
Question 11 Apr 2013   license: CPOL
Hello alli have a database sql in my project in c#.please help me about backup and restore database.(using linq is better)thanks
Question 3 Apr 2013   license: CPOL
Please helpi have created setup project from my application in c# to install it to other systems.the EXE file and DB file has installed on target machine and application is working correctly BUT CrystalReports have errors and not works.how to fix this problem?i use SAP Crystal reports for...
Question 3 Apr 2013   license: CPOL
Does anybody have idea?i have a project using DB SQlExpress in C#.i create a setup project to install my project in other systems.now i have 2 questions:1- how to put files and DB and rpt files and... to my setup project to working exactly right?2-i create setup file(EXE) and install it on...
Question 2 Apr 2013   license: CPOL
Hi friendsi created a setup project in c# vs2010 for my project and build it.After install the application in destination system, database files(db.mdf and db.ldf) is next to the exe file in destination folder! and any users will be able to delete or move them so it is not good!!How to solve...
Question 30 Oct 2012   license: CPOL
Hi allplease help me how to Backup&Restore database in C#.my DB is attached in solution.i used SQLEXPRESS in my project.Thanks
Question 6 Oct 2012   license: CPOL
hi friendsI have a custom MessageBox with this code:public partial class MyMsgBox : Form { static MyMsgBox newMessageBox; static string b_id; public MyMsgBox() { InitializeComponent(); } public static string...
Question 2 Oct 2012   license: CPOL
Dear friendsHow can i change Font for messageBox.show() in WinForms?current font is Arial.i want to write message with Tahoma font for users.thanks
C#
Question 29 Sep 2012   license: CPOL
Hi,When I enter digits, it will show like this: 123456789but I want to seperate 3 by 3 digits as user enters digits(like calculator in windows):123,456,789
C#
Question 28 Sep 2012   license: CPOL
problem is:form1 is parent and form2 is child.so when i close form1,form2 will close automatically.how to change parent and child forms to each other?
C#
Question 27 Sep 2012   license: CPOL
hii have a form as login form for enter ID and Password.if user enter correct id/pass,i want to close the login form and open the main form.how to do that?i wrote this code but both forms closed!!if(//check ID/pass in DB......){this.close();form2 frm=new...
C#
Question 15 Sep 2012   license: CPOL
Hi Friendsi created a user control with 2 textBoxes to enter UserId and password,and a button to login.and i put it in a form for login to main form. how to: close login form when login succeed and show main form?thanks
C#
Question 9 Sep 2012   license: CPOL
Hello friendsi have a DataGridView in my form with many rows.i want to search a string in DataGridView with a textBox.so when user type a name in textBox,immediately it will be shown on datagridview by entering string on textBox.I mean Dynamic Search.please help.
C#
Question 5 Sep 2012   license: CPOL
Hello friendsplease give me a article about setup for c# projects with sqlExpress database.i want to create msi file which run and instal setup and other files and dependencies on target computer.if possible with picture helps.
Question 25 Aug 2012   license: CPOL
hello alli have a user control to check accessibility for entering users to program.if id and pass is wrong,nothing happend.if user enter the correct id and password,the main form will show bt show dialog:form1 frm=new form1();frm.showDialog();but user control still is open.how to...
C#
Answer 24 Aug 2012   license: CPOL
if you wana fill datagridview,number of index in datagridView must be equal to number of fields you send for datagridview.
Question 24 Aug 2012   license: CPOL
Hi friendsi have a text box to enter integer values.when user enter digits,i want to show digits 3 by 3 on it like this: 123,456,000would you please help me?
C#
Question 24 Aug 2012   license: CPOL
does anybody can help about this?i had a windows form application with some controls and code to run...by the way.when i run my project,the form1 will appear.ok.And now i create second form for control user access with 2 text boxes and a button.i want to run form2 before form1 when i run...
C#
Question 21 Aug 2012   license: CPOL
hii want to send all data from datagridview to crystalreport for print.I mean everything that currently show in datagridview1 will go to crystalReportViewer1 for print.how to do that please?
C#
Question 21 Aug 2012   license: CPOL
Himy project had one form ( Form1).I added second form to my project(Form2).now,in running project i want to run Form2 at the first before running Form1.How can do that?Thanks
C#
Question 19 Aug 2012   license: CPOL
Hello i have a textBox to enter integer value to it for example cost of money.i want to seperate digits from right to left with camma(,).for example:(12,250,000)i use this code:textbox1.text=decimal.parse(textbox1.text).Tostring("#,#");but i can not enter zero after the first...
C#
Question 19 Aug 2012   license: CPOL
please help about get date and time from system to show in box in the windows form application .i want to show date in textBox1 and show time in textBox2.
Question 15 Aug 2012   license: CPOL
Hiplease help about icon for software.how to create setup file for software with exclusive icon so that it will instal on other machin and that icon will show in desktop or start menu .thanks
C#
Question 15 Aug 2012   license: CPOL
Hello Alli want to write a method;1-get start time2-get end time3-calculate time between themalso for date:1-get start date2-get end date3-calculate date between themplease help,thanks everyone
C#
Question 15 Aug 2012   license: CPOL
dear friends,i create setup file and instal it on another PC.when run the software an error will show like this:"A network related or instance-specific error occured while establishing to sql server.the server was not found or was not accessible.verify that the instance name is correct and...
Question 14 Aug 2012   license: CPOL
dear friends,i create setup file and instal it on another PC.when run the software an error will show like this:"A network related or instance-specific error occured while establishing to sql server.the server was not found or was not accessible.verify that the instance name is correct and...
Question 12 Aug 2012   license: CPOL
please help about get date and time from system to show in box in the windows form application
C#
My vote of 5 by MP59
Forum Message 10 Aug 2012  
mer30 Ehsan jan. movafagh bashi
Question 10 Aug 2012   license: CPOL
Hello freindsi have a textBox to enter integer value to it for example cost of money.i want to seperate digits from right to left with colon(,).for example:(12,250,000)how to do that?thanks for help
C#
Question 30 Jul 2012   license: CPOL
simplyhow can create setup file in c# projects?my project has table in database sql server.thanks
Question 29 Jul 2012   license: CPOL
i am not professional...I have a project in c#,.NET framwork 4db1.mdf with sql server 2008Now I want to create setup file from my project to install on another computers. my errors:1- target computer requests .NET framwork 4.02- db1.mdf file is next to setup file,so user will be...
Question 29 Jul 2012   license: CPOL
Hello friendsI have a project in c#,with DB in SQL server 2008,with .NET framwork 4.0.Now I want to create setup file from my project to install on another computers. How can i do that and attach DB and .NET Framwork to setup project?Is it possible to create single setup file witch...
Question 26 Jul 2012   license: CPOL
Hellohow to dynamic search in c# 2010?i want to search in DB dynamically so that show the results in the dataGridview on form.please help.thanks
C#
Question 26 Mar 2012   license: CPOL
hi alli have a project in c# and use SQL database.path of database is on drive C.and also use .NET FrameWork 3.5.now i want to make setup file to install my software on other computers.how to make setup file and put my tables on it.thanks
Question 9 Mar 2012   license: CPOL
how to write method like this:get id from one table in DB, then select related firstName and lastname from another table,then return firstname and last name to show in textbox.2 tables have relationship on id. thanks
Question 9 Mar 2012   license: CPOL
hii use this code to execute a query and it works to show result in datagridview exactly right(3 records).but when i want to send it to crystalreportviewer it will show 30 rocords!!i create crystalreport by using the wizard in 2010.here thid code:cmd.commandtext="select...
Question 7 Mar 2012   license: CPOL
hihow to calculate amount between 2 dates:one date is StartDate,secode one is EndDate.so i want to calculate days between them and if user has mistake to choose date,threw the exception.for example EndDate should be after StartDate and etc...then calculate amount between them and show in a...
C#
Answer 5 Mar 2012   license: CPOL
number of inserted values must be equal to number of fields you will insert into them,see again the code:field are 9but values are 5 !!values must seperate by "," with another."insert into Persons_info(perID, latinName, gender, dob, pob, phone, passport, curAdd, status) values('" +...
C#
Question 5 Mar 2012   license: CPOL
i have 2 tables,first one(id,name) and second one(id,date,cash).i insert some records in table with same id and different date,cash.now i want to select records from every id which has minimum cash.(not all of records)how to select id,name,cash (cash must be minimum of specified...
Question 5 Mar 2012   license: CPOL
i have a table,it have no key.Personel(id,name,family,date,cash)i insert some records in table with same id,name,family and different date,cash.now i want to select records from every id which has minimum cash.(not all of records)select id,name,family,cash from personel (cash must be...
Question 5 Mar 2012   license: CPOL
hello againhow to make exe file from Windows form application which is using sql database.i want to install my application to another computers in a Local area network.does anybody have a complete guide for this?
Question 5 Mar 2012   license: CPOL
hifor window close button, what is the code to ask for exit before closing the form?if user accepts,close the form,if not, stay in window.thanks
Question 2 Mar 2012   license: CPOL
helloi have Form1 with a labelControl in it.label1.text="hello";i want to load Form1 by clicking and reset text property of label1 in Form1 loading event:label1.text="hello world";is it possible?How?thanks
C#
Question 27 Feb 2012   license: CPOL
Hi againHow to Dynamic search in C# with DataBase by textbox or comboBox?Thanks
Question 27 Feb 2012   license: CPOL
Hi allresults of particular search will show in a dataGridView.now, we search an item in a textBox so that it indicate one record in the dataGridView and show it.is it possible?how?Thanks
Question 23 Feb 2012   license: CPOL
hi alli have crystal report in vs2010, then i want to show in a form application with crystal report viewer.but an error like this will show:Could not load file or assembly 'file:///C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects...
Question 18 Feb 2012   license: CPOL
Hi Alldata binding from DB and show in DataGridView,Now How to print rows of DataGridView?Best Regards
Question 14 Feb 2012   license: CPOL
Hi alli have a comboBox with 4 value:A,B,C,Dand i have table in DB.One of table fields is for record for "typeofUser" example A.Type of field in DB is "Text".Now: select * from table where ID=txtID.text to read form DB and put record details to controls in a form.so i want to see...

Page 1 of 2
1 2


Advertise | Privacy | Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid