156 Posted Topics
Re: Hi, in the SQl Server you may have many tables and columns as per different scenarios. The data types would all depend on what you intend to store in the table(s). So I would request you if you could inform about the column names and their purpose so that I … | |
Hi all, I have a resource dictionary which is already added to the App.xaml however when I add the particular style to my Grid, it doesn't gets reflected while debugging. Can anyone please help me on this ? My codes are as follow :- MainPage.xaml <Grid x:Name="myGrid_MainPage" Style="{StaticResource myGridStyle}"> myRD_Main.xaml … | |
Re: Hi zaidiSEO, C# is a programming laguage as we all know however what all you can do with C# is a question that has something close to infinite limits. Moreover, what Visual Studio (one of the IDEs in which you can do C# stuff) has got for you and which … | |
Re: Hi, this one could possibly help you :- http://converter.telerik.com/ This converts your code from VB to C# and vice-versa.After code conversion you may face some issues and then you can possibly post them here so that we may help you out with the same. | |
Re: I am sure **Fenrir()** is absolutely correct for `dateTimePicker1.Value.ToShortDateString()` as it will trim out the time that is coming into your table present in some database :) | |
Re: Hi did you try re-installing the Windows or I'd rather suggest you to format it with different Windows CD/DVD like Windows 8 or Windows 7 64-bit but another CD/DVD. | |
Re: Get some antivirus program and scan your system and even then if the problem prevails, try re-installing Internet Explorer or simply try to update/upgrade it. I hope that would help :) | |
Re: Are you using proxy network or VPN by any chance ?? | |
Hi All, I started developing an application in WPF but I think the generic syntax for Relay Command and Delegate Command cannot be found very easily over the web and hence alogwith asking this question, I intend to start a thread for both Relay Command and Delegate Command. So, I … | |
Re: I also feel personally that you should try following **The Diamonds** suggestions | |
Re: Or another way of soing is to create a class say Contants.cs and store your information into that using properties that would implement `get` and `set` | |
Re: Hi, I think to read some text file you may use FileStream concept and then you may parse that text file in order to search a particular value. | |
Re: Hi try re-installing Windows and make sure you remove the mouse when installing windows. | |
Re: Hi try uninstalling your external drive's driver and then plug-in your drive again. Hope that would help you :) | |
Re: Hi, try re-installing your sound card driver again, hope that would help you :) | |
Re: Hi, Try these steps :- 1. Install video driver again and this time do not update for few days. 2. If above step doesn't solve your issue then on the black screen press Ctrl+Alt+Delete to open task manager and in the new task type in rstrui.exe to restore your system … | |
Re: You may follow any approach to build software like SDLC, RAD Model, Spiral Model, Agile etc. but most specifically you must need to gather some important points in order to develope a software. 1. Which software and for what purposes. 2. Feasibility of that software/application. 3. Intended users for that … | |
Re: Hi, please refer to the following if this may help you. http://www.riemers.net/eng/Tutorials/XNA/Csharp/Series4/Mouse_camera.php http://stackoverflow.com/questions/16036305/xna-4-0-3d-cameras-models-rotation-does-not-work-right Hope that helps :) | |
Re: Hi, its a nice suggestion by **_avd** and I would like to add to the same that if you wish to select all the person table's records you may use `Select * from Persons_Table;` in your SQL IDE and moreover for further help in SQL queries you may go through … | |
Re: Hi, for this pupose you need to first create a database and table(s) of course. Correct me if I am wrong, I think you need to refer to a particular table data to a listbox item on selection and for that you need to create a click event on that … | |
Re: Can you change the data type from image to nvarchar or something ? | |
Re: Hi, in my opinion if its a single page application, you may put all the contents in particular tabs however if its a huge application with multiple scenarios and pages, I advise you to use user controls as they are reusable and have many advantages and also you need not … | |
Re: Hi, I don't think that the `TabPage` has any event like `Activated`. For further clarifications, you may refer [TabPage Events](http://msdn.microsoft.com/en-us/library/system.windows.forms.tabpage_events(v=vs.110).aspx) | |
Re: Hi, a simple approach would be to create a property that would `get` and `set` the value(s) and then you can easily use that property value. | |
Re: Hi, have you tried MySQL as its absolutely free and if I am not wrong it doesn't have such data limitations. | |
Re: Hi, as suggested by "Assembly Guy", a student information system can be very large depending upon the needs and requirements. So it would be better if you could possibly ellaborate on the exact methodology you need to know. | |
Re: Hi, you may try accessing that particular coulmn of the ListView so as to get access to that number which you are referring to. | |
Re: Star pyramid is no big deal however I am unable to get the use of textbox here. Could you please ellaborate this one ? If I am getting this right then, are you willing to show the textbox text in form of a pyramid ? 5 55 555 5555 Please … | |
Re: I would suggest you to use CollectionViewSource if possible as it has got in built search functionality and that may ease the issues you are facing a bit :) | |
Re: I think you can follow Ketsuekiame's approach as of now and kindly inform if that works out for you :) | |
Re: Hi, If I am getting your question right (please correct if I am wrong), you need to change the language of your console and so as to achieve the same, you may go through the following links :- http://stackoverflow.com/questions/6926058/c-sharp-changing-sytem-locale http://stackoverflow.com/questions/2927406/how-to-make-multilanguage-c-sharp-console-application http://stackoverflow.com/questions/18814500/how-to-detect-language-changes-while-runtime-c | |
Re: If I am getting your problem right and as suggested by "ddanbe", I would suggest you to use CollectionViewSource if possible as it has got in built search functionality and that may ease the issues you are facing a bit :) | |
Re: Hi try something using `foreach` loops in your DataGridView and then compare using foreach (DataGridViewRow r in myDataGridView.Rows) { if (r.Cells["ColumnName"].Value.ToString() == myTextBox.Text) { // Whatever you wish to do with this condition matching. } } Hope that helps. | |
Re: Could you please ellaborate what exactly are you willing to do ? | |
Re: Hi, Technically there's a lot of stuff you may do and also learn side by side in WPF if you really are interested for the same. But as you saide you need it ASAP then please find your code on the following links :- http://wpftutorial.net/DragAndDrop.html http://www.codeproject.com/Tips/442276/Drag-and-drop-WPF-controls http://blogs.msdn.com/b/jaimer/archive/2007/07/12/drag-drop-in-wpf-explained-end-to-end.aspx Hope that helps … | |
Re: Hi, I asked a similar question on DaniWeb. Please go through my artcle in daniweb that may give you some idea about the same (just trying to help but not sure exactly if this would help you or not) :- http://www.daniweb.com/software-development/csharp/threads/465824/c-wpf-combobox-with-checkbox | |
Re: Try using the following code :- namespace Browser { public abstract class iDataConnection { TcpClient tcpclient { get; set; } StreamReader streamReader_connect { get; set; } StreamWriter streamWriter_connect { get; set; } NetworkStream networkStream_connect { get; set; } } public class CoreServer : iDataConnection { iDataConnection dc = new CoreServer(); … | |
Re: Please take help from the following links http://www.youtube.com/watch?v=Fjqy4dPiyz0 http://sourceforge.net/projects/aspnetnews/ http://www.codeproject.com/Articles/7706/News-System-with-ASP http://forums.asp.net/t/1687938.aspx | |
Re: Hi, I would suggest to please check your code first as you are getting a `NullException` which generally comes when you have some object set to null and you are performing some actions on the same. Moreover, if you don't have any code written and still facing the same issue, … | |
Re: Hi, it seems like your `CurrentControl` is of type `TutorialControl` and then you are calling a method `Add()` from this class but we don't have any idea what is the error you are getting in `CurrentControl.Add();` and moreover the members of that class are not visible here. So, it would … | |
Re: Hi, if you don't want to rely on the client that he/she doesn't disconnects during the upload, then possibly you may think of developing your own service that would re-run this app if even someone closes OR provide some access controls that would stop anyone except the Admin to disconnect … | |
Hi All, I have been wondering about several ways to quickly gain reputation points. I tried commenting and giving an "Up" to some of the posts, also tried paying forward my endorsements points to many people but somehow (don't know the reasons), my 8 reputation points became -2. Also, I … | |
Re: Hi, There may be different problems that cause the issue you are facing. 1. May be a video graphics driver update affected this(Generally happens with Windows 8). If this is the case, a system restore will do (given at the last of this post). 2. System crash due to some … | |
Re: Hi, Check if your partition is password protected (like Bitlocker Encryption etc.) | |
Hi all, I am a naive programmer to VB and VB.Net, I have mostly used C# and now I am stuck at a simple point as follows :- CollectionView.CollectionChanged += Function(sender, e) RebuildSearchIndex() I don't have any idea how to replace "+=" as its showing some error. Requesting you all … | |
Hello All, I am populating my frame from different pages and showing the output as a grid. Following is my xaml code :- <Frame x:Name="mainFrame" Grid.Row="1" JournalOwnership="UsesParentJournal" /> and xaml.cs :- mainFrame.Source = New Uri("Views/ProductsPage.xaml", UriKind.Relative); But I want to change the selected/unselected (focused/non-focused) row colors in this frame and … | |
Re: Hi, I am not sure but probably a software called "Crawler" may fix your issue. This crawler is used by many websites also like Google etc. May be it would be of some help to you as well. | |
Hello All, I just wrote some code in C# and tried converting to VB.Net. I am getting 3 kinds of errors in my code :- 1. Class 'XXX' must implement 'Function XXX(abc,pqr,...)' for interface 'XX.XX.XX'. 2. 'RaiseEvent' definition missing for event 'XXX'. 3. 'XXX(abc,pqr,...)' is an event and cannot be … | |
Re: Hi, Try using some approach like ItemArray["LOCID"] and try to match it with the ComboBoxItem in your control. | |
Re: Hi, May be a better approach would be you use try-catch-finally blocks. In the constructor/page load event you may call the open connection and in the end under finally block you close your connection. |
The End.