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
T

TigerNinja_

@TigerNinja_
About
Posts
382
Topics
87
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Choosing between WSE 2.0, WSE 3.0, and WCF
    T TigerNinja_

    keefb wrote:

    The o'Reilly book "Programming WCF Services" by Juval Lowy I think is excellent(ISBN: 978-0-596-52699-3), there is another WCF book by Michelle Leroux Bustamente published by o'Reilley which I don't think is as good, but I'm in the minority on that one where I work.

    Just to add to this, I've read both books and Michelle's is intended to be beginner's level, and Juval is more advanced. Juval's book goes into much more detail on certain aspects, but both books are great and they are not meant to be competing w/ ea. other.

    R.Bischoff

    Tengas un buen dia

    WCF and WF wcf csharp visual-studio security cryptography

  • C++/CLI: Formatting outputs (decimal places, hexadecimal, case notation)
    T TigerNinja_

    MSDN string formatting instructions are tricky to find. Pro tip: Don't use ms search engine, it's horrible. use google with site:msdn.....com helper. Google Query used: c# ToString format decimal site:msdn.microsoft.com First link I found: (Almost) http://msdn.microsoft.com/en-us/library/fzeeb5cd.aspx[^] Linked from first: (We have a winner): http://msdn.microsoft.com/en-us/library/dwhawy9k.aspx[^]

    R.Bischoff

    Tengas un buen dia

    Managed C++/CLI question c++ workspace

  • Happy Monday!
    T TigerNinja_

    Christian Graus wrote:

    Can you sell it and put the money towards a Mac ?

    Funny, b/c you need to save a lot for a Mac :) Christian, I love your sig, it is the path I wanted to take for the same reason, however, I didn't have ~ $1300 for the macbook pro :(( Linux made a good substitute, did you try that?

    R.Bischoff

    Tengas un buen dia

    The Lounge com

  • .NET Windows Service Installer
    T TigerNinja_

    Obviously, right :) Well, sometimes people don't want a server being rebooted, so thats not an option.

    R.Bischoff

    Tengas un buen dia

    C# csharp tutorial question

  • .NET Windows Service Installer
    T TigerNinja_

    That's close to what I thought I had to do, but wasn't sure. I thought I had to do that via 'Custom Action', but I'll try to just add it in the installer first. Thanks.

    R.Bischoff

    Tengas un buen dia

    C# csharp tutorial question

  • .NET Windows Service Installer
    T TigerNinja_

    Does anyone know how to actually 'start' a windows service as part of the install (.msi)? I have a windows service and created an installer for it and it installs fine, but it would be really great if the installer could just start the service after installation complete. Thanks.

    R.Bischoff

    Tengas un buen dia

    C# csharp tutorial question

  • Firefox 2.0 Extensions Backup
    T TigerNinja_

    what you're looking for is FEBE , just google it bro.

    R.Bischoff

    Tengas un buen dia

    The Lounge help announcement learning

  • UserSettings in VS 2005, how they serialize?
    T TigerNinja_

    Follow up: I have gotten it to work when serializing as binary. I placed the following attribute on my setting of type Hashtable: [global::System.Configuration.SettingsSerializeAs(System.Configuration.SettingsSerializeAs.Binary)] I guess Hashtables can serialize out of the box in binary mode, but not xml.

    R.Bischoff

    Tengas un buen dia

    -- modified at 11:28 Thursday 23rd March, 2006

    C# csharp css visual-studio winforms xml

  • UserSettings in VS 2005, how they serialize?
    T TigerNinja_

    In VS 2005 (Winforms Project) you have the following class supplied for you : class Settings : global::System.Configuration.ApplicationSettingsBase { This class is actually created by the designer. With the designer you can define your settings (Expand properites folder, and select Settings file). It is nice grid with drop downs that allow you to easily add new settings. The grid columns are basically "Name", "Type", "Scope", "Default Value". Now I haven't had any problems, until I wanted to use a different type that was not in the drop down for the "Type" column. Documentation says this relating to serialization (supplied by the LocalFileSettingsProvider class):

    Serializes the property to disk. It first attempts to call the ConvertToString or ConvertFromString on the type's associated TypeConverter. If this does not succeed, it uses XML serialization instead.

    So according to this I would think I could use a setting with the type being set to Hashtable, no? So when I add a setting and set type to Hashtable, I then investigate the xml where it gets persisted, and find a placeholder for the hashtable, with an attribute on the xml node stating "serializeas= xml", but NO values are saved. Doesn't a Hashtable serialize to Xml without any customizations? I can not find any examples of code where people use Hashtable as a user setting, so any help or reference is greatly appreciated.

    R.Bischoff

    Tengas un buen dia

    C# csharp css visual-studio winforms xml

  • Looking for (Small Footprint) RSS Reader
    T TigerNinja_

    I found a good one with small footprint, called Abilon . I recommend this.

    R.Bischoff

    Tengas un buen dia

    The Lounge csharp c++ java question

  • Looking for (Small Footprint) RSS Reader
    T TigerNinja_

    Hello, Looking for RSS Reader (preferably in C/C++) that has small footprint and alarm notification when RSS feeds detects new content. Any recommendations? (no virtual runtimes please i.e. java,.net) Thanks champ! :laugh:

    R.Bischoff

    Tengas un buen dia

    The Lounge csharp c++ java question

  • 1 and 1 (web host)
    T TigerNinja_

    i know a while back 1&1 was free, i've heard good things about http://www.discountasp.net/[^] and they are affordable.

    R.Bischoff

    Tengas un buen dia

    The Lounge csharp asp-net com tools question

  • Looking for a great Python editor
    T TigerNinja_

    Platform: Windows OR Linux Suggestions please (Besides notepad :) Thanks.

    R.Bischoff

    Tengas un buen dia

    -- modified at 10:04 Saturday 24th September, 2005

    The Lounge python linux

  • inherited overloaded operators
    T TigerNinja_

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconoperatoroverloadingusageguidelines.asp[^] Should provide some insight :)

    R.Bischoff

    Tengas un buen dia

    Managed C++/CLI question c++ tutorial

  • Had a root canal done on me today :-(
    T TigerNinja_

    Ouch!! You eat too many sweets or what?

    R.Bischoff

    Tengas un buen dia

    The Lounge

  • Game developer communities?
    T TigerNinja_

    Wondering if anyone knows of some respected game developer websites ? (i.e. a resource for all aspects of creating games) Thx.

    R.Bischoff

    Tengas un buen dia

    The Lounge game-dev question learning

  • IE 7 Beta : This Summer
    T TigerNinja_

    PressPass: What’s next for Internet Explorer? Nash: We’re very excited to announce at the RSA Conference today that this summer we’ll release a beta of Internet Explorer 7.0 for Windows XP with Service Pack 2, which will have even more enhancements to security and privacy protections. These enhancements align very closely with the three core tenets of Microsoft’s security approach that I mentioned earlier. Internet Explorer 7.0 will be the most secure browser we’ve ever released, building on and surpassing the success of the SP2-enhanced Internet Explorer 6.0. We don’t plan to ship it until it meets our quality bar, which we’ve set pretty high.

    R.Bischoff

    Tengas un buen dia

    The Lounge asp-net security beta-testing question announcement

  • wrapping unmanaged classes for controls
    T TigerNinja_

    I wouldn't try to wrap this class. You will be better off using the Windows.Forms.DataGrid class as your base implementation (powerful class by the way) and extending it for any further functionality that you desire. Remember, the DataGrid is different for Windows and Web namespaces respectively.

    R.Bischoff

    Tengas un buen dia

    Managed C++/CLI csharp c++ css com design

  • MC++ and CString
    T TigerNinja_

    Check out the Marshal .NET class. For example, Marshal.PtrToStringAnsi Method (IntPtr, Int32) Which returns a Managed String from unmanaged ansi string. Good luck!

    R.Bischoff

    Tengas un buen dia

    Managed C++/CLI c++ question csharp

  • Windows Forms control
    T TigerNinja_

    Veena Katti wrote: But I could not host that control in IE. Can you provide more details? What are your security settings in IE for localhost domain ? Did you check your security settings for the .NET runtime on the computer trying to access the IE hosted control ? (use caspol.exe or .NET Configuration Tool )

    R.Bischoff

    Tengas un buen dia

    Managed C++/CLI c++ html winforms help tutorial
  • Login

  • Don't have an account? Register

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