- Strength to Increase Rep
- +6
- 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
156 Posted Topics
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+ | |
Re: Hi, Please go through this one :- http://basiccalcu.blogspot.in/ Hope, that helps you :) | |
Hello All, I am developing an application in WPF in which I need to set a generic input bindings for TAB key for every field present in the view. I somehow managed to create a common method but now I wnat to retrieve on which field the TAB key has … | |
Hi All, Just wanted to know on how to dynamically set the focus on a TabItem of a TabControl in WPF at runtime using bindings etc. Thanks | |
Re: The Spiderwick Chronicles | |
Hi All, I am starting this article so that we may share various motivational thoughts (your own creation will be great), poetry, short stories and all. This goes my own created poetry for all you guys... "Behind the great mountains, a Sun shines everyday, making us to beleive there's still … | |
Hello All, I have one webbrowser control and I took a dependency source property from the Internet and binded the same to my string Url. I took this dependency property because .Net doesn't lets you bind the Source property to a string datatype and only Uri datatype. Now I am … | |
Hi All, I am facing some issues when writing a xaml and my code goes as follows :- <Grid> <Grid.Resources> <!-- Shared Storyboard across the system --> <!-- This storyboard will make the image (button) grow to double its size in 0.2 seconds --> <Storyboard x:Key="expandStoryboard"> <DoubleAnimation Storyboard.TargetProperty="RenderTransform.ScaleX" To="2.5" Duration="0:0:0.2" … | |
Re: What happens does not matters. But what we do with "What happens", Matters Everything. -A Great Teacher | |
Re: Try a system format and that will surely fix your problem. But before that make sure you got all the backup of your files from your hard drive :) | |
Hello All, I want to design a DataGrid similar to the one in the design picture attached with this article (Please see the pic attached). I want the following bindings and features :- 1. The first column of every Item (Item1,...Item5) for (LineNo=1....LineNo=?) will get bind to "Unit" which is … | |
Re: There are many ways to achieve this one :- 1. As you write a function, you can select it and right click->Go to Definition (or hit F12). 2. If you want the generic methods definition you may refer to the above suggestions. By the way, nice name ;) | |
Hi All, I have got one scenario here in which I need to bind a DataGrid to a collection (array, ObservableCollection etc.). My Collection name is "WarningList" and the code is as follows :- **ViewModel :-** WarningList = {({result.WarningMsgCode, result.WarningColor})} **xaml :-** <data:DataGrid x:Name="gridSystemWarnings" Grid.Row="2" Grid.Column="1" Grid.ColumnSpan="3" Grid.RowSpan="2" DataContext="{Binding}" IsReadOnly="True" … | |
Re: You can create a public property instead of a variable of type string and put that in a public class, then you inherit that class into the one you are using and can therefore, easily access that property's value. Hope that helps :) | |
Re: I think you may try what "cgeier" has suggested. Hope that would help you. | |
Hello, I have a scenario where I fetch all the records from a database table using ADO.Net and I want to convert one of the column values which has either "0" or "1". If 0, then "No" should be replaced with 0 and if 1, then it should be "Yes". … | |
Re: Could you please post in the full method for the enter command ? | |
Re: Hello, it would be a bit confusing if someone provides their own code for this as you may face problems again when integrating back in your application so it would be great if you could possibly post in your code here so as to get a quick reply and also … | |
Re: Hi Mansi, like Tags in ListView, you may try `FormatString` for each item using `foreach` loop and then bind back again to your GridView. | |
Hi, I want to create a dependency property for both Command and CommandParameter so that I can use these in controls that don't support Command and CommandParameter like textblock etc. I have written and taken help from someone to create DP(dependency property) for Command and its working fine but for … | |
Hello All, I went through many websites and did not find any converter that could purely convert C# syntax to VB syntax. However there are many converters available on the Internet but personally I don't think they are pure converters. Requesting all to please suggest some online tools/converters to achieve … |
The End.