Search found 103 matches

by harff182
Wed Dec 24, 2008 2:26 pm
Forum: Off Topic
Topic: Need help from an American, English or Australien...
Replies: 0
Views: 759

Need help from an American, English or Australien...

...to proofread a document I put together the last days.

moin, moin...

I just want to ask, whether anybody is around here, whose mothertounge is
English, who has some interest in video formats and tags and who wants to
spend some time in proofreading and/or commenting a concept of mine.

The last ...
by harff182
Wed Dec 17, 2008 4:10 pm
Forum: Coding Questions
Topic: File Icon and Start->Programs
Replies: 8
Views: 2237

reisve wrote: But how do I create the .lnk file?
If you use the search-function, you will find some threads about shortcuts (.lnk).
I've also seen some code, but that may be outdated.
I'm not at my PB-computer, so I can't do more ATM...

hth...
scholly
by harff182
Wed Dec 17, 2008 3:55 pm
Forum: Coding Questions
Topic: File Icon and Start->Programs
Replies: 8
Views: 2237

Kaeru Gaman wrote:better search for the correct environment variable.
ALLUSERSPROFILE :wink:
by harff182
Thu Dec 04, 2008 10:41 pm
Forum: Coding Questions
Topic: [430b5]Problems with ReadProgramString()
Replies: 4
Views: 1449

Thanks.
I like to learn new things this way, as I shurly will not forget this "problem" of my code and the solution.
by harff182
Thu Dec 04, 2008 7:36 pm
Forum: Coding Questions
Topic: [430b5]Problems with ReadProgramString()
Replies: 4
Views: 1449

Arrrrgl... :oops:

Image How did you know so fast?
It was the other way around.

Thx...
scholly
by harff182
Thu Dec 04, 2008 7:23 pm
Forum: Coding Questions
Topic: [430b5]Problems with ReadProgramString()
Replies: 4
Views: 1449

[430b5]Problems with ReadProgramString()

moin, moin...

I have compiled this for console:
If OpenConsole()
title.s = ""
Repeat
title + ProgramParameter()
Until ProgramParameter() = ""

PrintN("data = start")
PrintN("title = "+title)
PrintN("otitle = The silence of the lambs")
PrintN("year = 1990")
PrintN("country = USA")
PrintN ...
by harff182
Mon Dec 01, 2008 3:59 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588301

reisve wrote:And, as most of the people I know, reading the manual, is the last resource.... :wink:
You should think this attitude over - there may be (usually helpful) people around, who from here only answer with "RTFM" or "use the search-button".
by harff182
Mon Dec 01, 2008 3:47 pm
Forum: Coding Questions
Topic: ExplorerTree - Windows Open Window
Replies: 4
Views: 1660

The code just give me an empty window.
Not here. It opens an Explorer-like TreeView.
What version of PB are you using?

I need sometng to let me save/create a file, with options to navigate in the directory tree, and create a new folder if necessary
:o
Why don't OpenFileRequester() and ...
by harff182
Sun Nov 16, 2008 6:05 pm
Forum: Off Topic
Topic: The New York Times - Breaking News
Replies: 13
Views: 2574

You should know, that this is a fake from American artists...
by harff182
Tue Oct 21, 2008 9:20 pm
Forum: Windows
Topic: Changing AVI-meta-data with RIFF Services
Replies: 0
Views: 2108

Changing AVI-meta-data with RIFF Services

moin, moin...

Like ID3V2 for MP3, there are RIFF-INFO-Tags for AVIs.

My attempts to read them succeded with this code: Define main_lpck.MMCKINFO
Define info_lpck.MMCKINFO
Define Itag_lpck.MMCKINFO

Define Itag_buff.s =Space(1024)

Define filename.s = "NASA.avi"
;Filename.s = OpenFileRequester ...
by harff182
Sat Sep 27, 2008 8:55 pm
Forum: Off Topic
Topic: Any SCSI enthusiasts?
Replies: 5
Views: 1695

moin, moin...

Start at Wikipedia with "SCSI" :lol:
Or google "scsi termination".
Lots of helpful links.
Even if you search for pics, you find helpful ones.

AFAIR:
- there has to be an Arnold Schwarzenegger at each end of a chain.
- the controller usually has a terminator for each chain on board ...
by harff182
Tue Aug 26, 2008 4:35 pm
Forum: Off Topic
Topic: So how do you view TV on your PC?
Replies: 16
Views: 3513

ts-soft wrote:WatchTV Pro is the better choice for me.
There is also a freeware-version at http://www.watchtvpro-experience.de/de/ ... ntial.html :D
by harff182
Mon Aug 25, 2008 10:28 pm
Forum: Off Topic
Topic: So how do you view TV on your PC?
Replies: 16
Views: 3513

by harff182
Sun Aug 24, 2008 6:29 am
Forum: Applications - Feedback and Discussion
Topic: xList - Super ListIcon (Beta)
Replies: 46
Views: 27200

Xombie wrote:I've updated a little bit with a better filter.
But it seems, you put in the wrong example - or it's to early :lol: , as I don't find any code for your 'filter'.
by harff182
Sat Aug 23, 2008 12:18 pm
Forum: Applications - Feedback and Discussion
Topic: xList - Super ListIcon (Beta)
Replies: 46
Views: 27200

Why isn't this more popular? I'm using it at work and it's been a great tool for handling large amounts of data, filtering, sorting and so much more all in one package. I figured it'd be useful for quite a few people.
I tried to compile it, but got an IMA at the line HoldSettings\Named = "xList ...