156 Posted Topics

Member Avatar for ade.julianto

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 …

Member Avatar for KushMishra
0
249
Member Avatar for KushMishra

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 …

Member Avatar for aatish2327
1
212
Member Avatar for zaidiSEO

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 …

Member Avatar for Michael27
0
467
Member Avatar for ade.julianto

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.

Member Avatar for Mike Askew
0
1K
Member Avatar for darrylnuyda

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 :)

Member Avatar for KushMishra
0
178
Member Avatar for twince.kumargarg

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.

Member Avatar for Deep Modi
0
159
Member Avatar for mitchell.williams.121772

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 :)

Member Avatar for KushMishra
0
145
Member Avatar for leo.weisman
Member Avatar for KushMishra

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 …

Member Avatar for KushMishra
0
1K
Member Avatar for mohd.nasrul.iwan.fajaruddin
Member Avatar for KushMishra
0
220
Member Avatar for mohd.nasrul.iwan.fajaruddin

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`

Member Avatar for KushMishra
0
285
Member Avatar for CJMW

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.

Member Avatar for CJMW
0
502
Member Avatar for SKIMS11

Hi try re-installing Windows and make sure you remove the mouse when installing windows.

Member Avatar for KushMishra
0
104
Member Avatar for Al

Hi try uninstalling your external drive's driver and then plug-in your drive again. Hope that would help you :)

Member Avatar for KushMishra
0
336
Member Avatar for acer1

Hi, try re-installing your sound card driver again, hope that would help you :)

Member Avatar for KushMishra
0
140
Member Avatar for christine.mendoza.969

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 …

Member Avatar for KushMishra
0
165
Member Avatar for nagabharan

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 …

Member Avatar for KushMishra
0
333
Member Avatar for CJMW

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 :)

Member Avatar for KushMishra
1
349
Member Avatar for mcoliver88

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 …

Member Avatar for Cameronsmith63
0
260
Member Avatar for jjtheflash

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 …

Member Avatar for Cameronsmith63
0
200
Member Avatar for Cameronsmith63
Member Avatar for Cameronsmith63
0
211
Member Avatar for diaafayed

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 …

Member Avatar for deceptikon
0
140
Member Avatar for diaafayed

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)

Member Avatar for KushMishra
0
117
Member Avatar for gurunathan_1

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.

Member Avatar for KushMishra
0
2K
Member Avatar for MRAR

Hi, have you tried MySQL as its absolutely free and if I am not wrong it doesn't have such data limitations.

Member Avatar for KushMishra
0
275
Member Avatar for johnzer21

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.

Member Avatar for KushMishra
0
135
Member Avatar for MartinSoukup

Hi, you may try accessing that particular coulmn of the ListView so as to get access to that number which you are referring to.

Member Avatar for KushMishra
0
254
Member Avatar for abdallah_adiga

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 …

Member Avatar for KushMishra
0
144
Member Avatar for MartinSoukup

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 :)

Member Avatar for pritaeas
0
209
Member Avatar for TJuly

I think you can follow Ketsuekiame's approach as of now and kindly inform if that works out for you :)

Member Avatar for KushMishra
0
160
Member Avatar for chase.lewis.3114

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

Member Avatar for KushMishra
0
206
Member Avatar for MartinSoukup

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 :)

Member Avatar for KushMishra
0
497
Member Avatar for Ahmed_43

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.

Member Avatar for JOSheaIV
0
798
Member Avatar for kissbudai.matyas
Member Avatar for JOSheaIV
0
128
Member Avatar for rohit b k
Re: wpf

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 …

Member Avatar for KushMishra
0
303
Member Avatar for mohd.nasrul.iwan.fajaruddin

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

Member Avatar for KushMishra
0
248
Member Avatar for Khoo

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(); …

Member Avatar for KushMishra
0
2K
Member Avatar for Trle94

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

Member Avatar for KushMishra
0
100
Member Avatar for misd_bunder

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, …

Member Avatar for KushMishra
0
329
Member Avatar for NAWIN_1

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 …

Member Avatar for NAWIN_1
0
368
Member Avatar for Webbsta

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 …

Member Avatar for KushMishra
0
397
Member Avatar for KushMishra

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 …

Member Avatar for KushMishra
2
328
Member Avatar for jeffreychisom.uliem

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 …

Member Avatar for Deep Modi
0
178
Member Avatar for Hazuan Nazri

Hi, Check if your partition is password protected (like Bitlocker Encryption etc.)

Member Avatar for Hazuan Nazri
0
248
Member Avatar for KushMishra

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 …

Member Avatar for KushMishra
1
496
Member Avatar for KushMishra

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 …

Member Avatar for KushMishra
1
278
Member Avatar for Konstantinos_1

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.

Member Avatar for KushMishra
0
167
Member Avatar for KushMishra

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 …

Member Avatar for ryanjayson
1
675
Member Avatar for Sumith Asanka

Hi, Try using some approach like ItemArray["LOCID"] and try to match it with the ComboBoxItem in your control.

Member Avatar for Sumith Asanka
0
173
Member Avatar for darrylnuyda

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.

Member Avatar for KushMishra
0
3K

The End.