Search found 29 matches

by cseymour
Fri Aug 01, 2014 1:31 pm
Forum: Coding Questions
Topic: Calling a RESTful API from PureBasic
Replies: 0
Views: 921

Calling a RESTful API from PureBasic

Hello All,
Does anyone have an example of calling a REST api from PureBasic?
Or better yet -- can you point me to any resources for doing so?

Thank you in advance.

Chris
by cseymour
Thu Nov 15, 2007 5:33 pm
Forum: General Discussion
Topic: Latest jaPBe
Replies: 2
Views: 1546

Thanks Kiffi
by cseymour
Thu Nov 15, 2007 2:24 pm
Forum: General Discussion
Topic: Latest jaPBe
Replies: 2
Views: 1546

Latest jaPBe

Hello,
Been away from PB for a bit. Where can I get the latest jaPBe? Is it compatible with PB4.1?

Thanks.

Chris
by cseymour
Thu Mar 08, 2007 8:53 pm
Forum: Windows
Topic: Get CPU utilization by Process
Replies: 6
Views: 6333

Get CPU utilization by Process

Hello,
Does anyone know how I could get the CPU utilization by ProcessName or PID on Windows (similar to what is shown in task manager)?

Thanks.

Chris
by cseymour
Tue Dec 12, 2006 2:22 am
Forum: Coding Questions
Topic: Reference info for PBOSL
Replies: 2
Views: 1167

Thanks ts

I just dl'd the sources. Will start going through them .

Thanks again.

Chris
by cseymour
Tue Dec 12, 2006 1:58 am
Forum: Coding Questions
Topic: Reference info for PBOSL
Replies: 2
Views: 1167

Reference info for PBOSL

Does anyone know of anywhere to get reference material for the PBOSL? For instance, getting what functions will return, etc?

I have the PBOSL docs, but sometimes they do not give examples for the different functions.

Any help would be appreciated.

Thanks.

Chris
by cseymour
Mon Dec 11, 2006 9:33 pm
Forum: Coding Questions
Topic: Need help with Processes
Replies: 2
Views: 1213

Need help with Processes

Hi All,
I want to get a list of the currently running processes on a machine (can be Win Only for now). Can anybody point me to an example and or reference on how I could do this?

Thanks.

Chris
by cseymour
Mon Sep 18, 2006 11:49 pm
Forum: Coding Questions
Topic: How to find the selected item # in a ListIcon gadget???
Replies: 2
Views: 845

Thanks netmaestro. That was the ticket. :D

Much appreciated.

Cheers.

Chris
by cseymour
Mon Sep 18, 2006 11:06 pm
Forum: Coding Questions
Topic: How to find the selected item # in a ListIcon gadget???
Replies: 2
Views: 845

How to find the selected item # in a ListIcon gadget???

Hi All,
I have a ListIcon gadget that I fill from a database. What I want to do is be able to set the text of a couple of String Gadgets to the currently selected row of the ListIcon. I am struggling trying to get the item number I should use for the GetGadgetItemText() function. I want it to be the ...
by cseymour
Mon Sep 18, 2006 3:11 pm
Forum: General Discussion
Topic: SmartUpdate work in PB4?
Replies: 2
Views: 884

SmartUpdate work in PB4?

Hi all,
I am fairly new to PB (have been using RealBasic). I have a quick question -- How do I know if I have the latest version of PB4? I am a registered user, does SmartUpdate work for PB4?

Is there a version or build number that can be checked?

Thanks.

Chris
by cseymour
Fri Aug 04, 2006 4:56 pm
Forum: Coding Questions
Topic: Import question
Replies: 6
Views: 1791

Thanks inc.

Appreciate you taking the time to show me. I have some research to do to figure the code out but atleast I am on the right track now.

Much appreciated.

Chris
by cseymour
Fri Aug 04, 2006 4:35 pm
Forum: Coding Questions
Topic: Import question
Replies: 6
Views: 1791

Here is the code from the header file:

/****************************************************************************
tkcmdsetUSB_get_dll_version()

Returns the current version number of this software.

Inputs: None

Outputs: None

Returns: UINT16_T ver_info High byte is major version number ...
by cseymour
Fri Aug 04, 2006 3:41 pm
Forum: Coding Questions
Topic: Import question
Replies: 6
Views: 1791

Import question

Hello all,
I have a lib that has a function that from the header file returns the following:


Returns: UINT16_T ver_info High byte is major version number
Low byte is minor version number

A couple of questions:

If this function takes no parametes, what would the declare look like (I am trying to ...
by cseymour
Thu Jul 27, 2006 3:46 pm
Forum: Coding Questions
Topic: Control OpenOffice or MS Office
Replies: 0
Views: 791

Control OpenOffice or MS Office

Hi all,
I am preparing a bid for a potential client. One of the features they want in their app is the ability to open a template file (from their app) in either openoffice or msword.

Is this possible with PureBasic?

I would be able to use a RunProgram() to launch OpenOffice or MS Office, correct ...
by cseymour
Thu Jul 20, 2006 2:03 pm
Forum: Coding Questions
Topic: SQLite design tool
Replies: 4
Views: 1255

Thanks to al who posted. I will take a look at your suggestions.

Much appreciated.

Chris