1,302 Posted Topics
Re: Look I am not involved with this topic so much, and I see you're not someone come to ask and take an answer rather you want to discuss, so let's start I see EER: is pretty used in complex database design like if I've inheritance in my tables and so … | |
Re: Send me your ideas, any draft you did, show me your effort to show you my help. | |
Re: It's not advanced C++, it's language from Microsoft combines strength of C++ and easiness of VB. you can read about C# in [url]http://MSDN.com[/url] | |
![]() | |
![]() | Re: Just select a background color for th GroupBox, then in form properties say that color you selected is Transparent from Form properties Transparent Key = ? Example If you select Red as GroupBox background Transparent Key = Red ![]() |
Re: What's the difference to run C# code on Windows Server 2003 and XP, Vista or even Windows 7? All is one, Just read in DirectoryInfo and FileInfo classes part from System.IO namespace. If you search in this forum you'll find a similar thread too. | |
Re: Multiuser phone book, it's nice :) I developed it when I was C# beginner. | |
Re: Do you've any problem to migrate to MS SQL 2000\2005 or 2008? | |
Re: Look when you treat with dataset you treat with database (I don't know if you've to set Enforce relationship property to true or it's set by default) so you can update it then reflect these changes to the physical database. | |
Re: You can achieve that in various ways 1- Managed C++ within your solution.(in case you've some developers need to write their code in managed C++) 2- Add reference to library aka .dll (developed with managed C++) | |
Re: If you can convert text to html tags you can save these tags into text file with extension htm\html! | |
Re: 1- I can't explain it better than MSDN [url]http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommandbuilder.aspx[/url] 2- [icode]System.Net.Mail.SmtpClient[/icode] would help you. | |
Re: Have a look on [url]http://bytes.com/groups/net-xml/178906-change-node-attribute-value[/url] You can googlize it also, I did that :) | |
Re: I think there no method to do so, you can use DOS commands and call\send parameters to them from C# application. | |
Re: Because the main thread doesn't terminated. You just hide the main form, I think you close application from staff form, right? so, in its close event add this [icode]Application.Exit[/icode] | |
Re: Stored procedure name as well SQL Statement may be in SqlCommand class, can you fetch some properties of SqlCommand class using Microsoft.Cci?? | |
Re: It may help [url]http://fci-h.blogspot.com/2007/08/webservices-in-orcas.html[/url] | |
Re: Look I feel you can do it on your own just try First tell me you can get the ListView columns?! - listView1.Columns Then you can treat with XML file as we discussed in the previous post. | |
Re: After assign ComboBox your datasource (your department table) navigate in ComboBox properties you'll find which help you doing your task. | |
Re: You can create file at specific location in program load if not exists if exists it means that the application running show to the user the messagebox "can't dupl....." in form closing remove the file... | |
Re: Try this [url]http://groups.google.com/group/Nektra-NKTWAB[/url] | |
Re: [url]http://blog.nerdbank.net/2007/07/spssnet-wrapper-library-now-hosted-on.html[/url] Enjoy! | |
Re: ASP.NET forum [url]http://www.daniweb.com/forums/forum18.html[/url] | |
Re: Yes, if I were you, I'd make it UserControl 1- You have constant control (be used in this App and others) 2- You need this control to give you "a matrix" more than textboxs values, some how you isolate logic from UI and UI controls from UI processing elements. | |
| |
Re: - List or ArrayList can be used for better reasons. and It contains [icode] .Contains [/icode] method which to be used in your case. - Use Random class to generate numbers but check if the generated number is has been generated before or not. | |
Re: In such cases, it better to search over internet or googlize that take a look on [url]http://www.codeproject.com/KB/aspnet/DataTableAdapter.aspx[/url] If you didn't understand that, feel free to reply back. | |
Re: Try using System.XML you'll find classes help you to do anything with XML files. | |
Re: You can read either in LINQ or ArrayList, in your case I prefer to read in ArrayList. | |
Re: Look I don't feel it'd be good to send email from SQL Server, + I don't know if Express edition has this feature or not. but try to send on ASP.NET forum [url]http://www.daniweb.com/forums/forum18.html[/url] how to solve this task. | |
| |
Re: So the output should be 2008-03-09 13:15:12.513 2008-03-09 13:16:53.700 2008-03-26 13:30:20.077 2008-03-26 13:30:51.810 right? | |
Re: declare simply array from object datatype then call AddRange for all combo boxes and pass this array! | |
Re: hmmm, Yes Danny, but I think he has a problem in undertanding what virtual directory is!! What you are doing Mkn is going to shared folder on network not virtual directory!! I'll search in this topic and reply you soon, but better go to ASP.NET forum and discuss that there … | |
| |
Re: Break the many-to-many relationship into one-to-many and many-to-one Which means? create a bridge table Employee_Company (EmployeeID int #, CompanyID int #, Salary float, .....) Bridge table properties: has composed primary keys (in your case Employee and Company) - has shared properties which illogical to included in the entities it ties … | |
Re: [quote] users can 'approve' or 'disapprove' another member [/quote] User is Member?! or each another entity!! | |
Re: Very great answer Lizr, I like it and in general your way in solving people questions (Y) | |
Re: VC or C#!!! If VC [url]http://www.daniweb.com/forums/thread131662.html[/url] | |
Re: PL\SQL just for Oracle and T-SQL for SQL Server, you can't run PL\SQL in SQL Server! except ANSI-SQL runs on both (all) RDBMSs | |
Re: It's really the most hard question I've met! loool I don't use to write SQL frequently, I just did the half of task to you, is to get parent ID, please care and ask if you didn't understand anything in my script, I work more than 2 hours in :( … | |
Re: [code=C#] if (openFileDialog1.ShowDialog() == DialogResult.OK) { System.Diagnostics.Process.Start(openFileDialog1.FileName); } [/code] | |
Re: It's better if you want to begin developing new thing is to googlize it, [url]http://www.c-sharpcorner.com/UploadFile/mahesh/window_service11262005045007AM/window_service.aspx[/url] | |
| |
Re: [url]http://www.daniweb.com/forums/thread164258.html[/url] |
The End.