Is someone here who realized a software which could decode digital signals from the soundcard line in?
There are several services like Citycall, Skyper, AIS etc. which send digital information over VHF.
The software must read the raw signal and translate it with fft in digital information.
Search found 44 matches
- Sat Aug 02, 2008 6:25 am
- Forum: Coding Questions
- Topic: Decoding digital signals from Soundcard
- Replies: 0
- Views: 741
- Sat Jun 23, 2007 10:21 am
- Forum: Coding Questions
- Topic: Window not refreshed
- Replies: 6
- Views: 1990
- Sat Jun 23, 2007 5:49 am
- Forum: Coding Questions
- Topic: Window not refreshed
- Replies: 6
- Views: 1990
Window not refreshed
In this code the window is not refreshed (empty) after I have called Openfilerequester()
A Reszisewindow() will not work!
What can I do, that the windows gadgets are shown during the fileoperations?
hwnd = OpenWindow(0, 0,0,300,300, "", #PB_Window_TitleBar | #PB_Window_ScreenCentered | #PB_Window ...
A Reszisewindow() will not work!
What can I do, that the windows gadgets are shown during the fileoperations?
hwnd = OpenWindow(0, 0,0,300,300, "", #PB_Window_TitleBar | #PB_Window_ScreenCentered | #PB_Window ...
- Wed Feb 14, 2007 9:28 am
- Forum: General Discussion
- Topic: Making it so only one instance of a program can be opened
- Replies: 16
- Views: 7030
- Tue Feb 13, 2007 9:40 am
- Forum: General Discussion
- Topic: Making it so only one instance of a program can be opened
- Replies: 16
- Views: 7030
- Tue Nov 28, 2006 8:44 am
- Forum: General Discussion
- Topic: AVIRA's AntiVir doesn't like PB
- Replies: 36
- Views: 7505
- Tue Oct 10, 2006 1:28 pm
- Forum: Tricks 'n' Tips
- Topic: DISABLE A PANELGADGET ITEM
- Replies: 11
- Views: 7306
I think it is done...
Thanks a lot for your code srod.
What I missed, is that the panelcaptions is ghosted if the panel is disabled.
The lost gadgets in localmotion34´s code is a result from the function
disablepanelitem()
I think itm\lParam=0 or itm\lParam=1 overwrites the Panels handle so that the gadgets couldn´t ...
What I missed, is that the panelcaptions is ghosted if the panel is disabled.
The lost gadgets in localmotion34´s code is a result from the function
disablepanelitem()
I think itm\lParam=0 or itm\lParam=1 overwrites the Panels handle so that the gadgets couldn´t ...
- Sun Oct 08, 2006 5:22 am
- Forum: Tricks 'n' Tips
- Topic: DISABLE A PANELGADGET ITEM
- Replies: 11
- Views: 7306
- Sat Oct 07, 2006 1:06 pm
- Forum: Tricks 'n' Tips
- Topic: DISABLE A PANELGADGET ITEM
- Replies: 11
- Views: 7306
- Sat Oct 07, 2006 12:16 pm
- Forum: Tricks 'n' Tips
- Topic: DISABLE A PANELGADGET ITEM
- Replies: 11
- Views: 7306
- Mon Sep 25, 2006 7:21 am
- Forum: Coding Questions
- Topic: Highlight GadgetItem while dragover from another App
- Replies: 1
- Views: 824
Highlight GadgetItem while dragover from another App
There are many examples here how to enable drag and drop between Gadgets and how to acept Dropping Files from Outside using DragAcceptFiles_(hwnd,1) ...
In these examples I could see how to highlight a Treegadgetitem (using easyvent) during a dragover operation.
But I haven´t seen a example how to ...
In these examples I could see how to highlight a Treegadgetitem (using easyvent) during a dragover operation.
But I haven´t seen a example how to ...
- Mon Sep 18, 2006 9:24 am
- Forum: Tricks 'n' Tips
- Topic: Tree gadget drag and drop (uses EasyVENT).
- Replies: 6
- Views: 3095
- Wed Aug 16, 2006 11:27 am
- Forum: Coding Questions
- Topic: Search terms: ListIconGadget
- Replies: 13
- Views: 5007
- Wed Aug 16, 2006 8:48 am
- Forum: Coding Questions
- Topic: Search terms: ListIconGadget
- Replies: 13
- Views: 5007
SHGetFileInfo_(file$, 0, @sh.SHFILEINFO, SizeOf(SHFILEINFO), #SHGFI_TYPENAME|#SHGFI_SHELLICONSIZE|#SHGFI_SYSICONINDEX|#SHGFI_DISPLAYNAME|#SHGFI_ICON);|#SHGFI_SMALLICON)
This code works great if I want to show the associated Icon in a ListView.
My Problem is, that I havn´t a file on a disk. I want ...
This code works great if I want to show the associated Icon in a ListView.
My Problem is, that I havn´t a file on a disk. I want ...
- Thu Aug 03, 2006 10:35 am
- Forum: Coding Questions
- Topic: Copy Files to a Samba Share
- Replies: 2
- Views: 1675