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

malockin

@malockin
About
Posts
31
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Duke Nukem 3D
    M malockin

    I've never faced that problem... mainly because I don't use the keypad. Full desktop keyboards usually have it, and on laptops it should be awkwardly emulated somewhere on the keyboard: http://www.northlite.net/ps/images/keyboard.jpg[^]

    -- Apart from killing and raping, etc., using visual basic 6 is a sin too. - brahmma@CP

    The Lounge announcement com game-dev

  • Duke Nukem 3D
    M malockin

    this game was played in a time long before the legendary WASD... try using the Numeric Keypad... *gasp* ! if I recall correctly, strafing was 1 and 3

    -- Apart from killing and raping, etc., using visual basic 6 is a sin too. - brahmma@CP

    The Lounge announcement com game-dev

  • File splitter
    M malockin

    how about 7Zip? (LGPL'd) http://www.7zip.org/

    -- Apart from killing and raping, etc., using visual basic 6 is a sin too. - brahmma@CP

    The Lounge

  • It's Your Thing
    M malockin

    cool! thanks :)

    -- Bad mouse!

    The Lounge csharp html com tools question

  • Do you like use Windows or Unix/Linux? [modified]
    M malockin

    this[^] might help you reduce the booting to Windows. Nicola

    -- Bad mouse!

    The Lounge question csharp linux learning

  • When your list of skills is longer than your article
    M malockin

    LOL :-D I actually missed that one!

    -- Bad mouse!

    The Lounge com question

  • When your list of skills is longer than your article
    M malockin

    MIPS is also a CPU architecture[^]. :)

    -- Bad mouse!

    The Lounge com question

  • Windows XP Pro: HTMLHelp files that don't want to be viewed
    M malockin

    That is a "security feature" from Microsoft. There was a security issue with HTML help, as described in this article MS05-026[^]. But there is a work-around for it. I had to write some docs for a project we're working on, in HTML Help format, and the help file was to be put on a network server for all to read. The solution involves editing registry keys, to allow the reader's system to open the file. Note that this solution actually degrades the security of your network. Anyhow, here's the sum up: In a .reg file:

    REGEDIT4
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\HHRestrictions]
    "MaxAllowedZone"=dword:00000000
    "UrlAllowList"="<network path to CHM file(s)>"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions]
    "MaxAllowedZone"=dword:00000000
    "UrlAllowList"="<network path to CHM file(s)>"

    And by network path I mean the whole qualified path, without the file name itself. For example: \\SERVER\HELPDIR Note also that you'd have to escape the backslash character, so the above path would become: \\\\SERVER\\HELPDIR One catch... you'd have to apply this .reg file on every system that wants to access the help file(s).

    -- Bad mouse!

    The Lounge html sysadmin linux data-structures help

  • free / cheap flowcharting software
    M malockin

    would something like OpenOffice.Org[^] help?

    -- Bad mouse!

    The Lounge com tools question

  • Prank Idea needed!
    M malockin

    You could just do nothing, give your boss a big devious smile, as if you've done something, and let him try to find your "subtle" prank.

    Tick-tock

    The Lounge php sysadmin testing collaboration beta-testing

  • Importing Classes
    M malockin

    Same project, separate class file.

    Nicola

    ASP.NET csharp asp-net design help

  • Importing Classes
    M malockin

    Hello, I'm trying to use a class I've built in an ASP.NET page, but I can't seem to make it work. When compiling the project, everything is fine, but when I try to run it, I get an error saying that the class cannot be found. The code behind the page is in VB.NET, and I'm trying to instantiate the class there. For example: --- Custom Class File --- Imports System.Web.UI.WebControls Public Class CustomButton : Inherits Button Public Sub New(Name As String) MyBase.New() MyBase.Text = Name End Sub End Class --- End of Custom Class File --- --- Main Page File --- Imports System Imports System.Web.UI Public Class MyPage : Inherits Page Protected Sub Page_Load(sender As Object, e As EventArgs) Dim b As CustomButton b = New CustomButton("Button!!") End Sub End Class --- End of Main Page File --- What am I doing wrong? -- Nicola

    ASP.NET csharp asp-net design help

  • Switch to Linux
    M malockin

    uhmm.... let's see.... DVD Ripper: dvd::rip http://www.gnomefiles.org/app.php?soft_id=517[^] (there are probably versions/other applications for KDE too) VS.NET: Mainsoft Grasshopper http://dev.mainsoft.com/[^] (off an ad from CP :)) Video editing: http://www.gnomefiles.org/subcategory.php?sub_cat_id=94[^] (also there must be applications for KDE) And for gaming try: http://www.transgaming.com/[^] anything else? ;) -- Nicola

    The Lounge linux career

  • Solve this Interesting Puzzle !!
    M malockin

    neun I'm stuck with buchanan -- Nicola

    The Lounge html com

  • Hello World!!!
    M malockin

    This might help: http://en.wikipedia.org/wiki/Hello_world[^] -- Nicola -- modified at 9:13 Wednesday 23rd August, 2006

    The Lounge tutorial question

  • Are you allowed to listen to music at work?
    M malockin

    Rage wrote:

    I would start getting worried when they start removing the furniture...

    lol :) it's still a new addition, the furniture is here, but still not many people (I'm the only one with a fixed workstation :)) -- Nicola

    The Lounge com tools question

  • Are you allowed to listen to music at work?
    M malockin

    Yes, and I work in a "office" of my own, so no need for the earphones most of the time :) Well, actually not an "office", it's more like an empty cubicle area... I'm the only one here most of the time! :-D -- Nicola

    The Lounge com tools question

  • Worst Peice of Code in the World
    M malockin

    The coder must have been reading this: http://mindprod.com/jgloss/unmain.html[^] Or s/he is just plain stupid :) -- Nicola

    The Lounge

  • Programming question
    M malockin

    How about writing an add-in that completes the braces, so that you only have to type the left brace. That'd save you 50% typing, and you won't have to change keyboards or anything. -- Nicola

    The Lounge help question csharp c++

  • Face: Time lapsed video [modified]
    M malockin

    My bad... I'm not a native speaker of the english language, didn't know that there's a more aesthetic form for the thing :) -- Nicola

    The Lounge com question announcement
  • Login

  • Don't have an account? Register

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