Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
W

wasifmuneer

@wasifmuneer
About
Posts
26
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to bind labels in user Control with observablecollection
    W wasifmuneer

    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

    WPF tutorial

  • project upgrade
    W wasifmuneer

    I 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

    C# csharp visual-studio

  • Add Multiple IP Addresses
    W wasifmuneer

    Actually 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

    C# csharp

  • Save "app.config" configuration-file does not work
    W wasifmuneer

    The 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

    C# question help announcement workspace

  • showing form from thread
    W wasifmuneer

    Did you use BackgroundWorkerClass???

    C# help question

  • Add Multiple IP Addresses
    W wasifmuneer

    i 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

    C# csharp

  • Add Multiple IP Addresses
    W wasifmuneer

    i 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

    C# csharp

  • Add Multiple IP Addresses
    W wasifmuneer

    Yes 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

    C# csharp

  • Add Multiple IP Addresses
    W wasifmuneer

    I 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

    C# csharp

  • accessing client's system using vpn
    W wasifmuneer

    hello 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

    IT & Infrastructure

  • how can i show progress in Progress bar on MDI form from child form
    W wasifmuneer

    Thanks 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

    C# csharp docker help question

  • how can i show progress in Progress bar on MDI form from child form
    W wasifmuneer

    i 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

    C# csharp docker help question

  • Retrieve an image from another pc in network
    W wasifmuneer

    Dear 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

    C# csharp sysadmin help tutorial

  • assign datatable to crystal report
    W wasifmuneer

    i 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

    C# database

  • timer control in C#
    W wasifmuneer

    thanks a lot.. Have a nice time.. Regards :)

    C# csharp question

  • timer control in C#
    W wasifmuneer

    sorry i couldn't get answer..properly.. what is meant by "yes"..

    C# csharp question

  • timer control in C#
    W wasifmuneer

    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

    C# csharp question

  • viewstate
    W wasifmuneer

    dear all, i have to maintain the viewstate of page when i m pressing the moveback button, how do i do that? Regards

    ASP.NET question

  • reading pixel's value in an image
    W wasifmuneer

    Dear 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

    C#

  • reading pixel's value in an image
    W wasifmuneer

    i 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

    C#
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups