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

Jack Mott

@Jack Mott
About
Posts
13
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Alternative to Java Applets
    J Jack Mott

    activex controls are an option. they allow you to run native code inside a web browser, so you can do whatever you want (VB, C++ etc) they are not secure though, so some peoples security settings may not let them run. -Jack Mott jackm@scalablesoftware.com

    Java java tutorial question announcement

  • Easy question: which versions of IE, if any, support Java 2?
    J Jack Mott

    opera downloads WITH the plugin now I think. so they effectively support it. -Jack Mott jackm@scalablesoftware.com

    The Lounge question java com

  • Easy question: which versions of IE, if any, support Java 2?
    J Jack Mott

    I was under the impression that none did. But need to confirm. Microsoft seems to not like to talk about java on their site... I could always just write a java2 applet and try each version to see if it ever works I suppose.. -Jack Mott jackm@scalablesoftware.com

    The Lounge question java com

  • Easy question: which versions of IE, if any, support Java 2?
    J Jack Mott

    anyone? -Jack Mott jackm@scalablesoftware.com

    The Lounge question java com

  • A post card from my bro
    J Jack Mott

    test it. I bet it doesnt. -Jack Mott jackm@scalablesoftware.com

    The Lounge help

  • Unzip a file through VC++
    J Jack Mott

    no. -Jack Mott jackm@scalablesoftware.com

    C / C++ / MFC c++ help

  • What is everyone working on?
    J Jack Mott

    www.scalablesoftware.com :) -Jack Mott jackm@scalablesoftware.com

    The Lounge question json

  • Oh man... There goes today's productivity
    J Jack Mott

    hahaha! game two is like my first real computer science homework. write code to solve missionaries and cannibles in scheme! took me hours to figure out then. takes like 5 minutes now :) -Jack Mott jackm@scalablesoftware.com

    The Lounge csharp tools

  • Loading a bitmap over a network
    J Jack Mott

    thanks for the response. What is the easiest way to make an http connection? -Jack Mott jackm@scalablesoftware.com

    C / C++ / MFC question com graphics sysadmin help

  • Loading a bitmap over a network
    J Jack Mott

    I'm currently doing the following to load a bitmap HBITMAP hBitmap =(HBITMAP) LoadImage(NULL,"c:/activextree/closedfolder.bmp",IMAGE_BITMAP,20,20,LR_LOADFROMFILE); But need to be able to pull this off a network. how can I do this? What Id like to do is something like the following (which doesn't work) HBITMAP hBitmap =(HBITMAP) LoadImage(NULL,"http://localhost/foo/closedfolder.bmp",IMAGE_BITMAP,20,20,LR_LOADFROMFILE); thanks for any help -Jack Mott jackm@scalablesoftware.com

    C / C++ / MFC question com graphics sysadmin help

  • ImageList icons not showing up in color
    J Jack Mott

    The code I'm using to set the image list and load the bitmap resource is as follows: m_CImageList.Create(20,20,ILC_COLOR,2,10); HBITMAP hBitmap = LoadBitmap(_Module.GetResourceInstance(),MAKEINTRESOURCE(IDB_CLOSEDFOLDER)); m_icons[0] = m_CImageList.Add(hBitmap,(HBITMAP)0); I've tried ILC_COLOR32, and all the other ILC_ variations, and the icon comes out grey instead of color as it should. -Jack Mott jackm@scalablesoftware.com

    C / C++ / MFC com graphics learning

  • Setting up an ImageList at runtime?
    J Jack Mott

    I'm working on an activex control that will sit in a webpage. I'm looking to add icons to me TreeView and am having trouble getting an ImageList set up. So far I've done this: CoCreateInstance(CLSID_ImageList, NULL,CLSCTX_INPROC_SERVER,IID_IImageList,(void** &m_ImageList); CoCreateInstance(CLSID_ListImages, NULL,CLSCTX_INPROC_SERVER,IID_IImages,(void**)&m_Images); Since I see that an ImageList needs the Image collection put into it, but then the Image Collection needs Images put into it and I have no idea how to set that up. Anyone have any tips or links? -Jack Mott jackm@scalablesoftware.com

    COM com tutorial question

  • Setting up an ImageList at runtime?
    J Jack Mott

    I'm working on an activex control that will sit in a webpage. I'm looking to add icons to me TreeView and am having trouble getting an ImageList set up. So far I've done this: CoCreateInstance(CLSID_ImageList, NULL,CLSCTX_INPROC_SERVER,IID_IImageList,(void** &m_ImageList); CoCreateInstance(CLSID_ListImages, NULL,CLSCTX_INPROC_SERVER,IID_IImages,(void**)&m_Images); Since I see that an ImageList needs the Image collection put into it, but then the Image Collection needs Images put into it and I have no idea how to set that up. Anyone have any tips or links? -Jack Mott jackm@scalablesoftware.com

    C / C++ / MFC com tutorial question
  • Login

  • Don't have an account? Register

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