Search found 7 matches

by vwchest@va.tds.net
Wed Feb 13, 2013 12:42 am
Forum: General Discussion
Topic: Co-installation of PureBasic
Replies: 1
Views: 1138

Co-installation of PureBasic

I have Purebasic v4.61 (Windows -x64) installed on my Windows 7 HP laptop. Can I have Purebasic v4.61 (Windows -x86) installed alongside the x64 version without any conflicts with environment variables, registry entries or folders? Or is there a way to have the 32bit Purebasic compiller separately ...
by vwchest@va.tds.net
Sat May 07, 2011 6:43 pm
Forum: Coding Questions
Topic: How to create popup menu from system tray icon
Replies: 2
Views: 1757

How to create popup menu from system tray icon

I am interested in creating a popup menu when the user clicks (left or right click) the program's system tray icon. The program will be a launcher program and one of the launch style options will be a popup menu with different levels of submenus depending on how the user has defined the categories ...
by vwchest@va.tds.net
Mon Jul 26, 2010 12:26 am
Forum: Coding Questions
Topic: Determining which column header clicked in a ListIconGadget
Replies: 4
Views: 955

Re: Determining which column header clicked in a ListIconGad

Thanks netmaestro,
The debug window pops up and shows me what column was clicked. How can I extract from which gadget the column was clicked as well. I will have other ListIconGadgets that I need to determine the column chosen as well.

Wayne C
Purebasic v4.50 (x86)
by vwchest@va.tds.net
Sun Jul 25, 2010 11:06 pm
Forum: Coding Questions
Topic: Determining which column header clicked in a ListIconGadget
Replies: 4
Views: 955

Determining which column header clicked in a ListIconGadget

I am writing a program for doing various calculations on paper rolled onto a core (I work in a paper mill). When the user has selected a row in the table they should be able to click a column header and have an dialogue box pop up that allows either English or Metric input for the specific subitem ...
by vwchest@va.tds.net
Sat Oct 24, 2009 1:40 pm
Forum: Coding Questions
Topic: How to extract icons from EXE, DLL, or any other source
Replies: 3
Views: 2877

Re: How to extract icons from EXE, DLL, or any other source

Thanks. Plugged in your code for testing purposes. Saw it in action and I understand how Ill use it. So in general any Windows API call can be used without a declaration or include?
by vwchest@va.tds.net
Thu Oct 22, 2009 1:34 pm
Forum: Coding Questions
Topic: How to extract icons from EXE, DLL, or any other source
Replies: 3
Views: 2877

How to extract icons from EXE, DLL, or any other source

*** PureBasic version 4.31 Windows XP v5.1 SP3 ***
ExecutablesList = ListIconGadget(#PB_Any, MainWindowLeftOffset, MainWindowTopOffset, MainWindowWidth-2*MainWindowLeftOffset, 225, "", MainWindowWidth-2*MainWindowLeftOffset)
SetGadgetAttribute(ExecutablesList, #PB_ListIcon_DisplayMode, #PB ...