-
Gave Reputation to otengkwaku in Thoughts, Poetry and Much More...
Not be living in God (Jesus) or heaven is a consure effort but the fact is there is a God and there is heaven and we know this because our … -
Replied To a Post in TabControl
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, … -
Replied To a Post in tabPage events
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) -
Replied To a Post in how to create windows calculator with visualstudio 2012
Hi, Please go through this one :- http://basiccalcu.blogspot.in/ Hope, that helps you :) -
Replied To a Post in how to disable HTML button?
Hi, Please refer to this one :- http://forums.asp.net/t/1099598.aspx?How+can+disable+a+button+after+click+it+ -
Replied To a Post in How To Maintain label Value After PostBack With Out HiddenField, Session.
It would be like as follows :- private string _myProperty = string.Empty; public string MyProperty { get { return _myProperty; } set { _myProperty = myLabel.Text; } } And so … -
Replied To a Post in C# Xna Camera
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 :) -
Replied To a Post in Why we should use Sql or Access?
Hi, have you tried MySQL as its absolutely free and if I am not wrong it doesn't have such data limitations. -
Replied To a Post in help with a problem in visual studio 2012
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 … -
Replied To a Post in thesis
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 … -
Replied To a Post in Listview Counting c#
Hi, you may try accessing that particular coulmn of the ListView so as to get access to that number which you are referring to. -
Replied To a Post in How To Maintain label Value After PostBack With Out HiddenField, Session.
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. -
Replied To a Post in Binding DropDownList's SelectedIndex to 0 if value does not exist
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 … -
Replied To a Post in Can you help me? "how do I connect the fingerprint with c #"
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 … -
Replied To a Post in how to do a star pyramid with C# using textbox to read and display ???
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 … -
Replied To a Post in how to convert from vb.net to C# ?
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/ -
Replied To a Post in Data Type help
Can you change the data type from image to nvarchar or something ? -
Replied To a Post in Thoughts, Poetry and Much More...
So, Reverend what according to you may be true...is there a heaven or... ? -
Replied To a Post in Server Response Error:'Invalid ViewState'
I think you can follow Ketsuekiame's approach as of now and kindly inform if that works out for you :) -
Replied To a Post in Simple Japanese FlashCard Console App in Visual Studio
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, … -
Replied To a Post in listview = textbox
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 :) -
Replied To a Post in listview = textbox
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 … -
Replied To a Post in Thoughts, Poetry and Much More...
Awesome quote and much appreciated :) -
Replied To a Post in Thoughts, Poetry and Much More...
Come on guys, don't you have anything to post...Please share some motivational thoughts so that we all can learn and earn...!!! -
Replied To a Post in The person above you Game
Contains 'M' from KM499 -
Replied To a Post in The "answer movie name with movie name" game
Slumdog Millionaire -
Replied To a Post in No answer?
Could you please ellaborate what exactly are you willing to do ? -
Replied To a Post in 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 … -
Replied To a Post in compare textbox value with all items in datagridview
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 … -
Replied To a Post in Categories from 2 ComboBox affecting third Combobox for datagridview.
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 … -
Replied To a Post in Fill GridView + C#
Hi Mansi, like Tags in ListView, you may try `FormatString` for each item using `foreach` loop and then bind back again to your GridView. -
Replied To a Post in Does not implement interface member
Try using the following code :- namespace Browser { public abstract class iDataConnection { TcpClient tcpclient { get; set; } StreamReader streamReader_connect { get; set; } StreamWriter streamWriter_connect { get; … -
Replied To a Post in News System
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 -
Replied To a Post in Silverlight designer page error in visual studio 2010
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 … -
Replied To a Post in How to search and sql Database
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 … -
Replied To a Post in The "answer movie name with movie name" game
Drag me to hell -
Replied To a Post in The person above you Game
An Indian ;) -
Replied To a Post in Pure C# to VB.Net Converter
Yes and now I also agree to the statement after surfing many websites...!!! -
Replied To a Post in The person above you Game
Why So Serious...!!! -
Replied To a Post in The person above you Game
A Posting Pro ;) -
Replied To a Post in Pure C# to VB.Net Converter
Hi, Thanks for replying....actually as per the requirement, I need to code into VB.Net however I am a C# developer so meanwhile I learn VB.Net and its syntax, I was … -
Replied To a Post in Detecting Timeout on NetworkStream
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 … -
Replied To a Post in C# code error someone can help???
Instead of writing the following :- void InitButtonActions() { parent.OpenButton.Click += new EventHandler(delegate { CurrentControl.Add(); }); } public TutorialControl CurrentControl { get { return currentcontrol; } set { if (currentcontrol … -
Marked Solved Status for Increase Reputation Points
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 … -
Replied To a Post in Increase Reputation Points
OK great ! I got you guys...and for "diafol", I would say I completely agree with you :) -
Replied To a Post in The person above you Game
A guy -
Replied To a Post in The "answer movie name with movie name" game
The Spiderwick Chronicles -
Created Thoughts, Poetry and Much More...
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 … -
Edited Increase Reputation Points
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 … -
Created Increase Reputation Points
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 …
The End.