1,302 Posted Topics
Re: Describe for me what's Photo, Category and Subcategory table?? the descrription of each of which I may help you! | |
Re: In wizard setup project aka deployment project you can register files extension your executable can open, and you can also add an item to Windows Context menu when user rights click on your specific files extensions. If you didn't get me, I'll write for you step by step how can … | |
Re: How to make a datasource need a video to explain it I recommend you go to [url]www.msdn.com[/url] and search on How Do I C# you'll find some examples. | |
Re: You can handle the click event of many controls (TextBox, Buttons,... etc) with just one method what you need is to identify the sender (Who's?) Button or TextBox or what and then decide what to do!! | |
Re: Yes, you can hold what returned from your SP in XML object for later processing or DataReader for navigation.. If you need a sample tell me.. | |
Re: Web-based or windows application? I feel it's web application and DataGridView supports paging, where is your question?? | |
Re: You gave a nice solution begin in coding it and if you face a problem ask us specific question, the answer you need is to make someone coding your problem!! | |
Re: You need to read file stream located on USB or what?? | |
Re: [code] public abstract class AbsClass { public abstract void Create(); } public class Employee : AbsClass { public override void Create() { throw new NotImplementedException(); } } public class Project : AbsClass { public override void Create() { throw new NotImplementedException(); } } [/code] | |
Re: .net framework missing!! | |
Re: What you need is array of PictureBox control and to play with their positions! | |
Re: In column properties set default value = [B]getdate()[/B] | |
Re: define your users and from user properties define "User mapping" to set and remove some privilages | |
![]() | |
Re: Use paramatized command better than you did, to debug your code efficiently and send your code again I may help. | |
Re: Please move your thread to ASP.NET forum to get help [url]http://www.daniweb.com/forums/forum18.html[/url] | |
Re: Please move your thread to ASP.NET forum to get help [url]http://www.daniweb.com/forums/forum18.html[/url] | |
Re: Give me sample of your code especially when you read via DataReader | |
Re: Edit the form code generated and add this line this.Cursor = new System.Windows.Forms.Cursor([B]CursorPath[/B]); It works with me well. | |
Re: You can use ProcessStartInfo class to help you I am attaching an example it could help This example I wrote to help me to generate key file for com and com+ applications [code] public void GenerateKeyFile(string path) { string commandLine = " \"C:\\Program Files\\Microsoft Visual Studio 8\\SDK\\v2.0\\Bin\\sn.exe\" -k "; ProcessStartInfo … | |
Re: See the documentation of (System.IO.FileInfo) class it would help you | |
Re: [code] SELECT dbo.Category.Name, dbo.Category.ID FROM dbo.Category LEFT OUTER JOIN dbo.Category AS Category_1 ON dbo.Category.ID = Category_1.ParentID WHERE (Category_1.ParentID IS NULL) [/code] | |
Re: Please move your thread to [url]http://www.daniweb.com/forums/forum18.html[/url] | |
Re: You should initialize all object before using, I didn't see your code, but error message says that! | |
Re: Save the selected image as binary data, I think MS Access supports Binary datatype, no need to convert it to matrix. | |
Re: [url]http://msdn2.microsoft.com/en-us/vcsharp/default.aspx[/url] you'll find a lot of videos, articles and samples! | |
Re: Change ComboBox DropDownStyle to DropDownList, it forces user to select ComboBox items... | |
Re: You can use ProcessStartInfo class to help you I am attaching an example it could help This example I wrote to help me to generate key file for com and com+ applications [code] public void GenerateKeyFile(string path) { string commandLine = " \"C:\\Program Files\\Microsoft Visual Studio 8\\SDK\\v2.0\\Bin\\sn.exe\" -k "; ProcessStartInfo … | |
Re: Try to re-develop all projects you did by COBOL and Basic by C# | |
Re: Extract the generated code by VS IDE, save it to the text file. | |
| |
Re: Show us your effort to help you, friend! your question is straightforward! You just need to read about if else in C#. | |
Re: [code] class XYZ { string str; public string Str { get { return str; } set { str = value; } } public XYZ(string str) { this.str = str; } } [/code] | |
Re: Yes, you can! OnSpecificEvent(....) { [Control].Name = "new name"; } | |
Re: There are third party controls for charting and they are integrated with .net, search and play with them. | |
Re: [url]http://fci-h.blogspot.com/2007/06/how-to-play-flash-swf-inside-c.html[/url] | |
Re: Crystal report reports can be merged in your application (You don't need to call report from Server) just connect to your Oracle DB Server. | |
Re: Forward your question to asp.net forum [url]http://www.daniweb.com/forums/forum18.html[/url] | |
Re: Sure, you do something wrong! send me the code [b]ramymahrous@gmail.com[/b] |
The End.