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
J

Jan Hirak

@Jan Hirak
About
Posts
19
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Developer Server Under Vista
    J Jan Hirak

    Hi, I recently moved to Windows Vista, but when I create new web project and press F5 to start debugging a website is not displayed and I get message Application Internet Explorer can't display requested website. I'm not sure what to do. I run Visual Studio 2008 under administrator account. I also tried to add my http://localhost into trusted servers list and it didn't help either. Thank you

    ASP.NET csharp visual-studio sysadmin help

  • Avoid redrawing flash with postback
    J Jan Hirak

    Well all tutorials on Ajax I found show how to get some data asynchronnly. But there is none to show how to asynchonnly redraw whole page except some part (for example my flash menu). I'm not wery strong in ASP.Net, I do mostly Winforms development so I need "good description" :).

    ASP.NET question adobe

  • Avoid redrawing flash with postback
    J Jan Hirak

    Yes I was thinking about this as probably the best solution, but I'm not sure how to implement this. I was hoping somebody points me to some good tutorial as I colud not find any.

    ASP.NET question adobe

  • Avoid redrawing flash with postback
    J Jan Hirak

    I have web site with Macromedia Flash menu. After clicking on each menu item I would like to display different page, but I want to avoid redrawing flash control after each postback. What is the best way to achieve this ? I dont want to use frames.

    ASP.NET question adobe

  • Data Binding with CheckBox
    J Jan Hirak

    Hi .I have following problem with DataGridView. I use DataGridView bound to collection of objects. One of the properties is of boolean type. It is bound to CheckBoxColumn. I would like to display number of rows that are checked immediately after user checks one of the rows. Unfortunately value is pushed to underlying source only after user leaves edited cell. Is there any way how to find how many rows is checked right after box is clicked.

    C# wpf wcf help tutorial

  • Check user in domain
    J Jan Hirak

    http://www.codeproject.com/dotnet/activedirusers.asp

    C# csharp c++ tutorial question

  • ErrorProvider and Localization
    J Jan Hirak

    Hi, we approached the problem with .NET ErrorProvider componet and localization. When the form contains errorProvider and its language property is switched to some language mutation and then switched back to default, form looses some settings as for example BorderStyle property or DialogResult.OK on Accept button is changed back to DialogResult.None. Did anybody hit to the same problem ?

    C# csharp help tutorial question

  • Settings in .NET 2.0
    J Jan Hirak

    Ok, I will try to find out what I'm doing wrong. Thanks for help

    C# csharp xml help tutorial

  • Settings in .NET 2.0
    J Jan Hirak

    I try to explain my problem. I add, say, string testString whith default value "abcd" in settings designer of class library test.dll. The string is accesible over Properities.Settings class. It has its default value "abcd" which is generated as an atribute and compiled into library. Now the libary generates test.dll.config file and it includes the testString element. When I copy this test.dll.config to application directory with my class library and change value of testString element to "dcba" and restart application it still uses its default value "abcd". And although that Properties.Settings.testString property is writtable, when I change its value in program and call Save (or there is something like that)on Properties class it will not save it to the test.dll.config. Should this be working and there is some other mistake I'm doing or is this procedure wrong. Thank you

    C# csharp xml help tutorial

  • Settings in .NET 2.0
    J Jan Hirak

    App.config is generated for .exe file but what about if I create class library and reference it. Shoud I manualy copy settings for class library to app.config or is there any other way. I dont realy understand the point of settings designer for class library if those settings are not generated.

    C# csharp xml help tutorial

  • Settings in .NET 2.0
    J Jan Hirak

    Hi, when I create some user scope or application scope settings in assembley which is used as windows library, xml document with settings is generated but I`m not sure what to do after that. Because application uses only default settings which where generated to properity class. When I change any setting in that xml file,they are ignored and app still uses its default values. Can anybody either help me, or point me to some article explaining how to set up windows library settings. Thank you

    C# csharp xml help tutorial

  • ODBC DoDataExchange()
    J Jan Hirak

    I have problem with CTime in DoDataExchange() function None of 15 overrides in funkcion takes CTime as an parameter When I convert it using CTime aTime.Format("%d.%m.%Y") then I'm able to transfer data from ODBC database into my Edit control but when I try to Update database then it throws exception. Can somebody help me with right way of doing this. Thank You

    C / C++ / MFC help database announcement

  • number of decimals in integer
    J Jan Hirak

    Is there any function which returns number of decimals in the integer, or can sombody help me with fast algorithm to do this. thanks

    C / C++ / MFC algorithms help

  • Change font in List Control
    J Jan Hirak

    When I change font in List Control using SetFont function, it always redraws my last modified item in the list (even with redraw parameter set to FALSE). Does anybody knows why is this happening and how to avoid it. Please help.:confused:

    C / C++ / MFC help tutorial

  • modal dialog problem
    J Jan Hirak

    thanks i found my problem. it had nothing to do with modal dialog.:rolleyes:

    C / C++ / MFC help announcement

  • modal dialog problem
    J Jan Hirak

    I have created modal dialog and I passed pointer to my View class to it. Now I need to get input from the dialog and update my List control in View class in real time. Is there any way to overwrite modal stage of the view only for input a then reset it back.

    C / C++ / MFC help announcement

  • Context Menu & Dialog Box :: MFC
    J Jan Hirak

    I thing your problem is that you are passing argument &mPointCurrent in client coordinates. You need to implement function ClientToScreen()and converse it into screen coordinates. ClientToScreen(&mPointCurrent);//after mPopupMenu.LoadMenu

    C / C++ / MFC c++ question learning

  • Set right alignment fo tab stops
    J Jan Hirak

    I’m using SetTabStops() function in CListBox class., but I can’t figure out how to set a right alignment for tabs. Is there any way to do it? Please help.

    C / C++ / MFC help tutorial question

  • [Message Deleted]
    J Jan Hirak

    [Message Deleted]

    C / C++ / MFC
  • Login

  • Don't have an account? Register

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