i have one user control in which i have placed 15 label controls,now i want to bind their content with an observableCollection, in which i am filling string values. let me clear once again, i am filling list which is observableCollection and want to show each item in list as label values in usercontrol. sorry for bad English. Regards
wasifmuneer
Posts
-
how to bind labels in user Control with observablecollection -
project upgradeI have converted my C# visual studio 2003 project to visual studio 2010(framework 4.0). I debugged the code and finally got success to run my application. Every thing in the application seems to be proper functional, but crystal reports. When i opened the crystal report in designer mode it is opening in some sort of format that is unreadable, as i think the crystal reports could not be converted. Is there any way to get all my reports back in designer view, so that i can save my time from being designing again all my reports. Thanks in Advance Regards
-
Add Multiple IP AddressesActually the purpose to this all scenario is, we work on real time systems in which we are going to arrange high availability of system, like two main servers, two branch servers and etc, there would be only one main server and one branch server running in one time if one of the each server (either branch or main) get fails to respond to its counter part, then another (branch or main server) gets which are already powered on gets connected to its counter part. hope you could understand the scenario Regards
-
Save "app.config" configuration-file does not workThe app.config file is not updated during execution of application,but it would be writing a .xml document in the bin folder with applicationname.exe(Xml configuration File), and each time your file will be updated but not app.config
-
showing form from threadDid you use BackgroundWorkerClass???
-
Add Multiple IP Addressesi have done this by another method, i pinged my desired ip and then if that ip pinged fail, i created a batch file to process and assigned that ip to my nic. thanks for your responses, if any one among you guys get the solution to do without executing batch file means through coding. Regards
-
Add Multiple IP Addressesi have used "EnableDHCP" option but it enabled obtain ip automatically option in tcp/ip settings, but i dont need that. i need to add multiple static ips to my lan card, like DHCP do
-
Add Multiple IP AddressesYes those ip addresses are of our network, basically i want to ping that ip address if no reply from ping is returned then i want to add that ip as secondary ip of my lan card, just like dhcp but i dont want to use dhcp caz i have specific ips
-
Add Multiple IP AddressesI want to add ip address to my lan card by using Management class' method like GetMethodParameters("EnableStatic") ; but i am unable to assign multiple ips to my lan card is there any way to add ip address programmatic, like we use advanced tab and then ip settings tab to add another ip address, or is there any way to call net set command using C# Thanks in Advance Regards
-
accessing client's system using vpnhello all, i have a scenario which i cant solve and still can't understand properly, i m dialing vpn and connecting to my client. and after connecting i use RAdmin software to see the desktop of my client, what i want to do now, i want to open a website that is only allowed to open in my client's pc, i want to open that website on my pc. i used stunnel software for this purpose to forward my browser's port to client's pc. but its of not use. Can any body tell me the solution. Thanks in advance Regards
-
how can i show progress in Progress bar on MDI form from child formThanks for your replies guys.. i got the solution by making progress bar static internal. after dragging the progress bar control on form i made its access modifier internal, and i manually changed some code of progress bar control in Designer.cs file. through this i became able to get the progress bar like, MDIForm.PrgressBar_watinting.value=some value.. Regards
-
how can i show progress in Progress bar on MDI form from child formi am using C#, and in my application there are MID form and other child forms exist, i have placed a progress bar on mdi container, i want that when any child form perform its long processing then the mdi forms progress bar should progress accordingly... like internet explorer any help or code snippet or links may be appreciable.. thanks in advance. Regards
-
Retrieve an image from another pc in networkDear Members, kindly tell me the problem how to resolve it,i have to retrieve an image file from another network pc or remote pc,i m confused about it,how to work on it either have to work by mapping a network drive,or have a windows service for this purpose...any suggestion plzz The language platform is C# Regards
-
assign datatable to crystal reporti have datatable which is returned from storedprocedure,now i want to pass that data table's values to crystal report to view, i have tried through parameters but can't get desired result.the database fields i cant assign to report because the values come from different sources in storedprocdure Regards
-
timer control in C#thanks a lot.. Have a nice time.. Regards :)
-
timer control in C#sorry i couldn't get answer..properly.. what is meant by "yes"..
-
timer control in C#i have multiple forms in C# desktop application,one of the forms contain timer control,if i close that form and open another form then would the timer control will dispose itself or should have to be disposed manually? Regards
-
viewstatedear all, i have to maintain the viewstate of page when i m pressing the moveback button, how do i do that? Regards
-
reading pixel's value in an imageDear terradtc, thanks for suggesting about lockBits and UnlockBits,basically this is an assignment which our teacher has assigned to do in python using OpenCV library,but unfortunately i don't have any idea about python so i thought i should do it in C#,so kindly if you can give me a code example it would be appreciating, thanks in Advance
-
reading pixel's value in an imagei have an image of space from which i have to detect objects like stars,so i have to read each pixel's value in image and compare its each pixel's value with its neighbor pixels,if those pixels have same value then those pixels can be one star in space