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
K

Kenny McKee

@Kenny McKee
About
Posts
33
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • IE8 Experiences
    K Kenny McKee

    And people are actually trying to get rid of IE6? If microsoft wants to do that, they are going to have to at least supply a decent replacement browser. I never liked IE7. I always had trouble with it and VS working together properly. In my opion, the only visible improvement between IE6 and IE7 is that they actually fixed the PNG transparency problem. I suspected that IE8 wouldn't be any better. That's why I haven't downloaded it.

    Come on! Get down with the sickness!! -- Disturbed

    The Lounge beta-testing announcement sysadmin testing tools

  • How to manipulate Windows forms?
    K Kenny McKee

    The newform variable can't be accessed outside of the FOR loop. I recommend making the form a global variable.

    How many bytes of text have I typed in my lifetime??? Man, I wish I kept track...

    Visual Basic winforms tutorial question

  • Terminating explorer.exe
    K Kenny McKee

    The forum that I gave you the link to seems to say something about replacing explorer.exe, but I haven't went very in depth with that and it sounds like it might cause quite a few problems.

    How many bytes of text have I typed in my lifetime??? Man, I wish I kept track...

    C / C++ / MFC question

  • Terminating explorer.exe
    K Kenny McKee

    It appears as though the required functions to do this are part of the OS, and can't be used based on this forum[^]. That is what I gather anyway. I didn't mean to make it appear as though I was insulting your intelligence. I just wanted to be sure that you knew the dangers. :-O

    How many bytes of text have I typed in my lifetime??? Man, I wish I kept track...

    C / C++ / MFC question

  • Terminating explorer.exe
    K Kenny McKee

    Um...Just for the record, terminating explorer.exe is generally not a good thing. And keeping it from restarting is even worse! explorer.exe is basically the user-interface part of Windows. If it is terminated, it will keep the end user from using the taskbar and desktop icons while ticking him/her off. And if it doesn't restart, the end-user will have to manually start it again. That being said, I will now try and answer your question. Windows is programmed to restart explorer.exe when it is terminated by any means other than shutting down. If anyone knows how to keep it from restarting, I highly doubt that they will tell you. Leave explorer.exe to Microsoft.

    Come on! Get down with the sickness! - Disturbed

    C / C++ / MFC question

  • You know you're a geek when...
    K Kenny McKee

    me too.

    How many bytes of text have I typed in my lifetime??? Man, I wish I kept track...

    The Lounge c++ com architecture

  • Does anyone know of any good Dreamweaver alternatives? [modified]
    K Kenny McKee

    OK. Thanks. I've used TopDawg before. It isn't dreamweaver, but it is free. Thanks again.

    How many bytes of text have I typed in my lifetime??? Man, I wish I kept track...

    Web Development business question announcement

  • Does anyone know of any good Dreamweaver alternatives? [modified]
    K Kenny McKee

    hmmm. Well, thanks for the link. I don't really care a whole lot for any of the editors described. I guess I'm just spoiled to dreamweaver, and had my hopes to high, lol. Thanks anyway. :) P.S. Would it have helped if I mentioned that I'm looking for WYSIWYG editor? Just a thought...

    How many bytes of text have I typed in my lifetime??? Man, I wish I kept track...

    Web Development business question announcement

  • Does anyone know of any good Dreamweaver alternatives? [modified]
    K Kenny McKee

    I downloaded the trial version of dreamweaver cs4, but to my dismay:sigh:, I do not have the NEEDED requirements. (Since when do they restrict you from installing it anyway!?!) What I'm looking for is a decent alternative editor to dreamweaver, can anyone give me some links or product names? Thanks in advance! :)

    How many bytes of text have I typed in my lifetime??? Man, I wish I kept track...

    modified on Wednesday, January 7, 2009 10:08 PM

    Web Development business question announcement

  • What is the end of the world?
    K Kenny McKee

    That's what the whole point of his sacrifice was, for you and everybody else to make the choice to believe that he is fiction or truth. And it's obvious that you have made your choice by your words that you chose to believe he is fiction.

    How many bytes of text have I typed in my lifetime??? Man, I wish I kept track...

    The Lounge question

  • What is the end of the world?
    K Kenny McKee

    Al Beback wrote:

    Jesus hardly made the greatest sacrifice. He knew he would be resurrected anyway. - Anonymous

    Would you let people beat you (repeatedly), scorn you, spit on you, drive nails into your hands and feet to save people hated you without knowing you and having the ability to prevent or stop it? How many people do you know who would sacrifice like that? It wasn't about staying alive, it was about sacrificing for other's to be able to make a choice about their own spiritual life.

    How many bytes of text have I typed in my lifetime??? Man, I wish I kept track...

    The Lounge question

  • Telerik Controls
    K Kenny McKee

    5 words. This guy is an idiot! My vote for banishment. :)

    How many bytes of text have I typed in my lifetime??? Man, I wish I kept track...

    Visual Basic csharp mcp help question

  • windows vista or xp pro
    K Kenny McKee

    Sorry. I guess I misunderstood. :doh:

    How many bytes of text have I typed in my lifetime??? Man, I wish I kept track...

    C# csharp database sql-server visual-studio sysadmin

  • checking image in a picturebox
    K Kenny McKee

    If picturebox1.Image = image1 then
    do something...
    End If

    Just replace [image1] with the location of the image you want to check.

    How many bytes of text have I typed in my lifetime??? Man, I wish I kept track...

    Visual Basic help

  • windows vista or xp pro
    K Kenny McKee

    I have SQL server express 2005, VS 2005 and 2008 on my computer which run xp pro. I haven't had any problems so far, so it should be ok. :-D

    How many bytes of text have I typed in my lifetime??? Man, I wish I kept track...

    C# csharp database sql-server visual-studio sysadmin

  • How to Load an HTML Page From Resources File?
    K Kenny McKee

    why not save the file as a .txt file and add it to your resources, then save it as an .html file when you need it? ( or keep it a .txt file the whole time? )

    How many bytes of text have I typed in my lifetime??? Man, I wish I kept track...

    Visual Basic csharp html visual-studio help tutorial

  • C++ Controls in VB?
    K Kenny McKee

    compile the control(s) into a class library, and then load the resulting .dll file into your VB app. I'm sure someone else will give you a more detailed explaination.

    How many bytes of text have I typed in my lifetime??? Man, I wish I kept track...

    Visual Basic c++ csharp tutorial question

  • Why DataSet always returns null?
    K Kenny McKee

    :doh:

    How many bytes of text have I typed in my lifetime??? Man, I wish I kept track...

    The Weird and The Wonderful help question

  • Loss of partition
    K Kenny McKee

    Not sure what it could be then. I've never had that problem with any of my hard drives before, and I've had them for about 5 to 6 years so far. Glad to try to help you, though.

    Code pre-built is code that you don't have to build later. :)

    System Admin linux help discussion

  • Loss of partition
    K Kenny McKee

    If you are running windows xp, you could boot with the installation disk, go to the repair console, and use chkdsk to see see if your hard drive has any errors. If you're not running windows xp, then maybe your hard drive is close to burning out?

    Code pre-built is code that you don't have to build later. :)

    System Admin linux help discussion
  • Login

  • Don't have an account? Register

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