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
M

Michal Zalewski

@Michal Zalewski
About
Posts
7
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Migration from RadScheduler to RadScheduleView
    M Michal Zalewski

    Hi Jeyakumarbics1, You don't need to create new template for TimeSlotItem. You need to attach function to MouseLeftButtonUp of RadScheduleView and in body of this function you need to create and execute CreateAppointment command.

        private void ScheduleView\_MouseLeftButtonUp(object sender, System.Windows.Input.MouseButtonEventArgs e)
        {
            System.Windows.Input.RoutedUICommand createAppointment = RadScheduleViewCommands.CreateAppointment;
            createAppointment.Execute(null, this.ScheduleView);
        }
    

    www.mzalewski.net

    WPF help css wpf wcf performance

  • Best c++ compiler
    M Michal Zalewski

    Install PlatformSDK too: http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en[^]

    ---------------------------------------------- When the sorrow takes me I'm embracing the darkness alone Please - take me home [Embraced By Darkness - Saturnus]

    The Lounge c++ csharp delphi dotnet visual-studio

  • Which VS do you like?
    M Michal Zalewski

    Yes, I use VS2008 and new features too :-D In the past I use VC++ 6 Std, currently box of it stand on my shelf ;P

    ---------------------------------------------- When the sorrow takes me I'm embracing the darkness alone Please - take me home [Embraced By Darkness - Saturnus]

    modified on Monday, June 16, 2008 5:13 AM

    The Lounge visual-studio question

  • File format [modified]
    M Michal Zalewski

    Operator >> used with (i/o)fstream read one word from actual position in file to first space or end line. If you want read line you must use getline. You can read about it there: http://www.cplusplus.com/istream::getline :)

    ----------------------------------------------------------------- Surely without war there would be no loss Hence no mourning, no grief, no pain, no misery No sleepless nights missing the dead... Oh, no more No more war [Sleepless - Cradle of Filth]

    C / C++ / MFC ios help question

  • Simple File Server
    M Michal Zalewski

    I can finish this project in 5 months and 29 days :cool: ----------------------------------------------------------------- Surely without war there would be no loss Hence no mourning, no grief, no pain, no misery No sleepless nights missing the dead... Oh, no more No more war [Sleepless - Cradle of Filth]

    Managed C++/CLI csharp sysadmin

  • LAN
    M Michal Zalewski

    Try this (but this have a two lines :| for (i = 0; i < LANComputers.count; ++i) ShutDown(LANComputers); maybe take action! :laugh::laugh::laugh: ----------------------------------------------------------------- Surely without war there would be no loss Hence no mourning, no grief, no pain, no misery No sleepless nights missing the dead... Oh, no more No more war [Sleepless - Cradle of Filth]

    Managed C++/CLI json

  • Linker Error_ URGENT
    M Michal Zalewski

    In VC2k5 you can write this code: #pragma comment (lib, "psapi.lib") on the header of your project (however this can be everywhere :cool: I always put it in header of main file of project) OR (two way) you click "Project/Project_name properties" on menu and there is "Configuraction Properties/Linker/Input" and you add this library ("psapi.lib") in "Additional Dependencies" and you can build the project :-D hmm but I don't know how do it in BC++ or DevC++ :| ----------------------------------------------------------------- Surely without war there would be no loss Hence no mourning, no grief, no pain, no misery No sleepless nights missing the dead... Oh, no more No more war [Sleepless - Cradle of Filth]

    C / C++ / MFC c++ question delphi visual-studio help
  • Login

  • Don't have an account? Register

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