No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
19 Posted Topics
Re: dear Farid, Read XML data into a dataset then use the next link which is used to print a dataset. [url]http://www.thescarms.com/dotNet/printdataset.aspx[/url] | |
Re: Hi Gaurav Please check the next code, to add columns to data grid view at run time from combo box if I miss understand You, please explan and I will try to help you [CODE] //============= //Form1.Designer.cs //=========== namespace WinDatagrid { partial class Form1 { /// <summary> /// Required designer … | |
Re: Dear in first you should know that you bind the combobox to dataset, then you should deal with the dataSet in clearing and filling it. DataAdapter.Fill method adds rows incase of the table is created in DataSet, so everytime you select from first combobox then data adapter add the new … | |
Re: chekc this SDD and the guide to how edit its sections. Document [URL="http://www.cmcrossroads.com/bradapp/docs/sdd.html"]Link[/URL] | |
Re: SELECT ID, CASE Sex WHEN 'male' THEN 'F' WHEN 'female' THEN 'M' END "Sex", FROM stu | |
Re: check this post: [URL="http://amirsamir.blogspot.com/2009/06/multiple-versions-assemblies.html"]link[/URL] | |
Re: dear btech_Saurabh, can you explain what windows locks you talk about? 1 - lock desctop (windows+L). 2 - system events 3- windows is crashed due to process ear the memory or CPU utilization. | |
Re: Dear mayzebra , if you need to make copy (x) tables in database 1 to database 2 with same data. you can better make a database replication. check this link [url]http://technet.microsoft.com/en-us/library/bb693697(TechNet.10).aspx[/url] but if you want to do this by code to make changes in data or specific data to be … | |
Re: Dear I' m created for you a user control and I added for it properites like this : [CODE] public PictureBox PicBox { get { return picBox1; } set { picBox1 = value; } } public Label LblText { get { return lbl1; } set { lbl1 = value; } … | |
Re: [B] Standard Security:[/B] 1- "Data Source=Your_Server_Name; Initial Catalog= Your_Database_Name; UserId=Your_Username; Password=Your_Password;" 2-"Server=Your_Server_Name; Database=Your_Database_Name; UserID=Your_Username; Password=Your_Password; Trusted_Connection=False" [B]Trusted connection:[/B] 1. "Data Source=Your_Server_Name; Initial Catalog=Your_Database_Name; Integrated Security=SSPI;" 2- "Server=Your_Server_Name; Database=Your_Database_Name; Trusted_Connection=True;" | |
Re: Hi, check the next link and you will find a library, you can use it to convert from PDF to word. [url]http://www.sautinsoft.com/products/pdf-focus/index.php[/url] | |
Re: Hi Gaurav, chekc the next code to add datatables to dataset [ICODE] //declare dataset and datatables DataSet ds = new DataSet("DS"); DataTable dt1 = new DataTable("DT1"); DataTable dt2 = new DataTable("DT2"); // add columns by code dt1.Columns.Add("Col1", typeof(Int32)); dt1.Columns.Add("Col2", typeof(string)); dt1.Columns.Add("Col3", typeof(string)); dt2.Columns.Add("Cl1", typeof(Int32)); dt2.Columns.Add("Cl2", typeof(string)); // add datatables to … | |
Re: Dear Gaurav, In first can you make me understand why you want to access items from another form ? I can help you with authentaction module that render menuItems depend on the login user and every user has its privileges. | |
Re: Dear sara, Look I need to know first what you mean from[B] extracting data from images and mime messages [/B] can you explain more to help you.. and if you mean image recognition | |
Re: dear vietnamese, Read this document and then if you have any question reply me here and I will try to help you [url]http://www.windowsclient.net/Samples/Go%20To%20Market/DataGridView/DataGridView%20FAQ.doc[/url] | |
Re: My friend, Is this all the code that access the files Width.txt and Height.txt? | |
Re: You may receive this error message when the following conditions are true: • SQL Server 2005 or SQL Server 2000 is installed on a cluster. • You are connecting to a SQL Server named instance by using TCP/IP sockets. • IPSec policy is enabled on the client domain. • IPSec … | |
Re: Dear ShreyaTrivedi, I don't understand what you want to do exactely, but if you want to make Click Once Deployment, you should publish your project to this server. to know how to publish this file use this link this will help you [url]http://msdn.microsoft.com/en-us/library/748fh114(VS.80).aspx[/url] | |
Re: [QUOTE=viswa_007;652319] there is many ways to make a progress form I will explain one of these ways, maybe it suitable to you In first you should make sequence actions or steps , and then calculate the total steps you will do, and when you finish an step add a step … |
The End.