- Strength to Increase Rep
- +5
- Strength to Decrease Rep
- -1
- Upvotes Received
- 261
- Posts with Upvotes
- 253
- Upvoting Members
- 13
- Downvotes Received
- 17
- Posts with Downvotes
- 17
- Downvoting Members
- 9
Bachelor Of Technology in Computer Science And Engineering and curious to learn about new technologies and innovative implementations.
- Interests
- Developing software, designing websites and playing PC games
Re: You may go through this link :- [Click Here](http://www.csharp-station.com/Tutorial/CSharp/Lesson20) | |
Re: Hi, you may try this one but some syntax you need to rectify on your own or you can post them here also. http://converter.telerik.com/ | |
Hi All, Any suggestions on how could we attach the NLog.config to a docker-compose.yml file so that it generates an “NLog_Internal.txt” on the host machine and we can see all the application logs in that file? In other words, is there a way we could extract the logs of an … | |
Re: I am not sure if we could use C# (like we use Python) as the programming language for Machine Learning and Data Science. It perhaps, gets limited into areas like these. Moreover, there are services available on the Cloud and also, as multiple platforms/tools that could help the naive user … | |
Re: You can use the Click Once publishing tools to publish the application as a single bundle (MSI-Microsoft Installer) and deploy this MSI on the server or onto the IIS server. Then using the URL of the server, one could access the application on multiple clients. | |
Hi, I am an absolute beginner to Xamarin and just started to develop a small application wherein, I am not getting any idea about why the BindableProperty changes are not getting reflected inside the view model. Presently, I have written my BindableProperty in a separate Class and the code is … | |
Re: You could probably design an intermediate service which would have some events regsitered to notify whether any changes to the database were made or not. Is that what you're looking for? | |
Hello All, I have experienced a very strange problem in my application. When I launch my WPF application, it loads fine with a window and button, upon clicking the button, it launches another form which is also fine but in this second form, when I click some button, it launches … | |
Hi, I am developing my own designer and got stuck at a point where I need to establish or implement some business logic whenever any UI Element is dragged and determine if that falls withing the boundaries of another parent control (specifically TabControl or GroupBox), so that the next time … | |
Re: Not sure, but just wanted to know whether you've got any other alternatives other than caching the content because as far as I know, it would not be wise to cache the whole website. Also, I think if anyone is browsing your website the very first time, then they shouldn't … | |
Hi All, Could anyone please suggest on how to apply multiple styles to multiple elements at runtime and that too the styles should be applied at the same time on all elements. For instance, I want to animate two buttons but their styles are different. Now if I apply the … | |
Hello All, I need to develope an application to receive POP3 emails automatically at regular intervals. I am totally a newbie to this one and need your kind help. The application should fetch emails using some service that would run in the background. So basically I need 2 things (I … | |
Hi All, I have a collection of huge records (6000+) wherein the object in the collections has got 50+ properties, so ideally it is not a good idea to run a "For-Each" loop here. What I want is a "GroupBy" clause which would get me a Dictionary (Of String, String) … | |
Re: Hi, is this a laptop and have you tried starting that with another battery? Also, you can try inserting the windows DVD and see if that works, but yes, it would be helpful if you could tell us the exact make-model of the computer. | |
Re: Hi, you may go through the following link. Hope this helps. [Click Here](http://visualbasic.ittoolbox.com/groups/technical-functional/visualbasic-l/visual-basicautonumber-2679094) | |
Re: Hi, you can try third-party software like "lockmaster" or "Take Ownership" to unlock the files being used or take the ownership of the files in order to modify/delete them. I suppose that in your case, "Take Ownership" should help you. | |
Re: Hi, Have you tried booting this on Safe Mode. Just click shut down by pressing the "Shift" key on the keyboard and then go top troubleshoot. The safe mode might allow you to access this (not sure, but you can try at least). | |
Hi Everyone, I started creating a new WPF project wherein, I have just added a style to all the elements of type "Window" and "Grid" but none of these are working (rather a wierd black box is apprearing - Screenshot attached). **NOTE:** I do not want to use "x:Key" for … | |
Re: Hi **david_105**, just a thought if you could possibly have the value concatenated by some means (if possible) and bind the string values inside 2 properties and when you want to hide the value, probably, store the ID in some temporary field, assign the ID string property to null/empty and … | |
Re: Hi, you can repair the Windows by using the USB media or inserting a Windows installation disk. Also, was the installation really completed because I doubt it would ask for the Windows files if the Windows was fully installed at the first place. | |
Re: Hi, are you struggling for an example to this problem or are you stuck at some point which you need help with? | |
Hi All, I would appreciate if someone could please answer to the following queries. 1. Difference between "new" and "new virtual" when deriving classes from other classes. 2. Difference between Abstarction and Encapsulation (with example, if possible). 3. Types of constructors and their implementations (when and how to use). 4. … | |
Hi, I am developing a WPF application in which I need to call `MouseLeftButtonDown` event in a single `DataGridTextColumn`. For that I wrote some xaml code as :- <DataGridTextColumn x:Name="myAge" Header="Age" Binding="{Binding Age, Mode=TwoWay}" IsReadOnly="True" Width="*"> <DataGridTextColumn.CellStyle> <Style TargetType="DataGridCell"> <EventSetter Event="MouseLeftButtonDown" Handler="{Binding MyAgeCommand}" /> </Style> </DataGridTextColumn.CellStyle> </DataGridTextColumn> But I am … | |
Hi, I have a WPF Grid with multiple controls like TextBox, ComboBox, CheckBox etc. and their properties like Text, SelectedItem, IsChecked etc. are present inside the view model bound to the view perfectly. I want to copy the values of all the controls to the Clipboard (may be) and want … | |
Re: Hi to all. I have installed Win 7 (64 bit) and Win XP (32 bit) on two different drives but when my computer boots up it is not showing any options to select the operating systems. [B]I have checked by going to My Computer->Properties->Advanced->Startup and Recovery->Settings but there is only … | |
Hello All, I am just a newbie trying to explore areas into game developement using .Net (may be XNA studio) though I am not familier with the same. Could you please suggest some tutorials, ebooks for this so that I can start as a beginner and then later on, may … | |
Re: I suggest you to upgrade your system rather to dump it :) | |
Re: Hi, Please refer to this one :- http://forums.asp.net/t/1099598.aspx?How+can+disable+a+button+after+click+it+ |