1,302 Posted Topics
Re: [QUOTE]how about system(code.c_str());[/QUOTE]???!! what's it?? | |
Re: Simply your application on a machine and your database on another, the 2 machines connected together.... | |
Re: Make a project you need it, help you to do something rapidly, organize for you something, etc.... If you don't know how to do something like that, go to some freelancer websites and figure out what the type of projects clients need and try to do someone on your own. | |
Re: Microsoft SQL Server 2008->Configuration Tools->Reporting Services Configuration | |
Re: Data Layer: Database holds words and their translation in many languages. UI Layer: Textboxes and button. | |
![]() | Re: - I was in projects discussion year ago, and someone point out that C# has speed 8 times over MATLAB, but you can't develop all algorithms MATLAB did on your own in C#, so, a way of comparison if you'll do the same effort in MATLAB and C# (writing algorithms … |
Re: You may ask in ASP.NET forum, it'd be better. | |
Re: What's newCycle datatype? Look I tried that [code=c#.net] BlogEngineDataSetTableAdapters.StudentTableAdapter s = new rying.BlogEngineDataSetTableAdapters.StudentTableAdapter(); BlogEngineDataSet dsMain = new BlogEngineDataSet(); s.Insert(1000, "d", "a", "a", DateTime.Now); //s.Update(dsMain.Student); //dsMain.AcceptChanges(); [/code] | |
Re: [QUOTE]I get a conversion from string "" to type 'Double"[/QUOTE] How can you convert this " " to double ?? you should before conversion check if the textbox contains non-text value. [QUOTE]to the beginning of the program but the radio button was still selected. I then moved them to the … | |
Re: Look, you reached to very good phase.. what you need is to know how to go through nested directories. I believe you can do it on your own. | |
Re: Yes you can connect to MySQL through .NET, go to [url]http://mysql.org[/url] and install MySQL libraries for .NET | |
Re: Create a table in permanent data repository with defined structure (two columns, ....) Use control called DataGridView or GridView which links the form to the table to Add\Edit\Delete and show the data from the table to the user in the form. - What you need is to know how to … | |
Re: [QUOTE] [code=c#] if (IsEmpty()) { thisIsQ[tail] = insert; tail = Counter(tail); } [/code] [/QUOTE] You've not IsEmpty method. or you mean Empty? | |
Re: - To change form appearance you need to work with GDI, basically Graphics class read on msdn.com - You've list of all controls in this.Controls, you add\remove controls.. | |
Re: I think you use BindingNavigator so, in its properties you can remove items like move next\previous\first\last and delete item too, that's would prevent the user from acting else inserting.. | |
Re: ASP.NET forum [url]http://www.daniweb.com/forums/forum18.html[/url] | |
Re: From basics before using reference variable you should [B]new[/B] it and because Form1\2\3 is classes == it reference variables Before using fr3 [code=c#] fr3.webBrowser1.Navigate("http://www.bbc.co.uk"); [/code] You should [code=c#] fr3 = new Form3(); fr3.webBrowser1.Navigate("http://www.bbc.co.uk"); [/code] Try to correct your code. | |
Re: Did you search on how to install windows service? and remove it from Services List? Try this [url]http://msdn.microsoft.com/en-us/library/sd8zc8ha(VS.80).aspx[/url] | |
Re: First read in CAD documentation how to integrate your application with. It's done by adding COM reference to some CAD libraries (That I don't know what are) by reading in the documentation you'll, and writing some code to load the file do some operations. | |
Re: Mona, your problem is easy whatever C# or Java is, you should first try on draft, trace that, and then writing code. If you face problem then post a question don't be used to have a full answer to your questions with code, that's a very big problem to whom … | |
Re: Use database... there's table (word and meaning).. | |
Re: text file means .txt or contains text data like .rtf, or .txt? | |
Re: You can search on it in the SQL Server 2000 CD, then attach it. | |
Re: Your query is very complicated but where do you run this query? and what I can help you is to give you this link may the error in Case....When syntax [url]http://msdn.microsoft.com/en-us/library/ms181765.aspx[/url] | |
Re: Ctr + F5 :) | |
Re: Exactly ASP.NET forum is better [url]http://www.daniweb.com/forums/forum18.html[/url] | |
Re: Integration services work fine? and check if Agent service running or not. | |
Re: You need to code it in C++ on say, VC++ 6.0 IDE. (Project type will be dll) Then you'll open MSDN and search how to add reference to unmanaged dll then everything will work. The reference to use and trust in [url]http://www.msdn.com[/url] | |
Re: I'm sure you using SQL Server 2000 So, the error is you didn't give some permission to ASP.NET user who trying access SQL instance, therefore it blocked. From server security in SQL Server Enterprise Manager, logins right click and add ASPNET user with windows authentication type. Try running the application … | |
Re: From Form properties make [B]Key preview[/B] property true, in case your answer to Lizr question is [B]YES[/B]. | |
Re: Strange :| It works with me... | |
Re: If you traced the SQL Command sent, you'll find it doesn't surround the state within single quotes [B]'[/B] What you need is to modify it [icode]Dim SQLComm = New SqlCommand("SELECT * FROM ViewCustomers('" & vRegion & "')", conn)[/icode] | |
Re: If you traced the SQL Command sent, you'll find it doesn't surround the state within single quotes [B]'[/B] What you need is to modify it [icode]Dim SQLComm = New SqlCommand("SELECT * FROM ViewCustomers('" & vRegion & "')", conn)[/icode] | |
Re: Did you try? [code=vb.net] myRtnValue = myUserControl.DisplayData() Me.Show() 'Me.Hide() .... [/code] | |
Re: We don't answer exams!! But what I can do is to guide you to look at System.String and System.Text namespace... | |
Re: For business applications (Database as backend) C# is better For learning and teaching students what the programming is; C++ is better. | |
Re: Please, write the answer here to help others who face the same problem to find its solution. Then mark it as solved. | |
Re: For example you need to enter "string" and it tells you the developer used this class or not. | |
Re: separate Exhibition and Art tables, I think the relation should be many-to-many so you need to use bridge table | |
Re: Need concepts, designs, practices, Videos, communities and news about C# and XNA [url]http://MSDN.com[/url] your way, I don't read single book in C#, I depend on classes documentations and MSDN. | |
Re: Read in System.Net classes it may help you, and tell me where you reached... | |
Re: You should have table called tbl_work (ID_EMP1 #, ID_EMP2 #) that's if you need to restrict 2 employees work together more than 4 times. Actually I don't understand you well but I'll give solution to what I got. If you need system tracks whom\when employees work together and remove redundancy … | |
Re: You didn't normalize you DB design, you need to have table for Crane, Manager, Country, Region and Site. | |
|
The End.