Search found 64 matches

by geminis4941
Jun 01, 2022 12:25
Forum: Sources, Examples, Tips and Tricks
Topic: 30k simple web server
Replies: 42
Views: 29073

Re: 30k simple web server

This is a impressive sample I'have been playing with. I'have pending tranfering files to the server (upload documents and images) , and tranfer data records eficiently to the server ( not by parameters in a POST query). If any has some idea of how do this.... It could be considered a hybrid server. ...
by geminis4941
Feb 17, 2020 14:10
Forum: Windows
Topic: Windows dock app launcher
Replies: 3
Views: 2072

Re: Windows dock app launcher

Thanks for your contribution grindstone. . I have a program that control process id of launched apps to bring it to foreground, but not work with certain app ( like file explorer "explorer.exe"). Perhaps any have found a solution. What is the best form of bring an app to foreground. launch...
by geminis4941
Jan 22, 2020 15:00
Forum: Windows
Topic: Windows dock app launcher
Replies: 3
Views: 2072

Windows dock app launcher

I'm writing a dock for windows like the mac osx one with cairo. It's writen in freebasic (win32). 1) I need to control apps running to launch , close and bring to front. There is "cairo desktop" for windows suite that does it, and I want to control apps like it does. 2) I need a keyboard h...
by geminis4941
May 22, 2019 10:48
Forum: Windows
Topic: Has anyone experience with LIBRSVG and CAIRO....
Replies: 1
Views: 3676

Has anyone experience with LIBRSVG and CAIRO....

Anyone knows where can I find the bi files for LIBRSVG. I'm also searching for the libs.
It would be great if there is any sample.

Thanks in advanced
by geminis4941
Dec 12, 2018 23:13
Forum: Windows
Topic: Dll class made with visual basic 2017. How use It in freebasic
Replies: 3
Views: 1314

Dll class made with visual basic 2017. How use It in freebasic

The class contains constructor, properties and methods. Must I use pexports and dlltools? How can I obtain the bi file. Anyone made It before?
Thanks in advanced.
by geminis4941
Mar 23, 2018 9:24
Forum: Windows
Topic: Advanced samples with LIBVLC?
Replies: 1
Views: 1159

I proved introduce remote stream but...

Like no one that knows about vlc is near, I proved introduce remote stream and a marquee, but the marquee seems that don't works. It would be interesting to save the stream as it is played....? Must of the code is taken from a previous post in the forum. #include once "vlc/vlc.bi" #LibPath...
by geminis4941
Mar 12, 2018 8:29
Forum: Windows
Topic: Advanced samples with LIBVLC?
Replies: 1
Views: 1159

Advanced samples with LIBVLC?

Has anyone a sample of saving video with libVLC from a remote camera?
It would be interesting too, capture video from a local camera to a file.
thanks in advanced.
by geminis4941
Feb 20, 2018 12:42
Forum: Windows
Topic: Position AVI video file with MCI
Replies: 1
Views: 1314

Position AVI video file with MCI

Hello. I created a child window for displaying a video file with MCI. The code is basically bellow . The problem is that the video shows in top left corner of the child window and in a small size. Can anybody help me with the "put myvid destination" command if it cause the problem?. How ca...
by geminis4941
Jan 25, 2018 10:11
Forum: Windows
Topic: WIN32 keyboard Hook and send keys to other app.
Replies: 2
Views: 1666

WIN32 keyboard Hook and send keys to other app.

Hello, I want to make a keyboard hook that send keys to Audacity , althought you are working on other app. I have two the separate parts, one from a forum sample and the other is the hook. I need to find the process that runs audacity to pass the keys. If someone has experience with this, it would b...
by geminis4941
Jan 22, 2018 11:05
Forum: General
Topic: Drag and Drop with Windows API?
Replies: 9
Views: 3065

Re: Drag and Drop with Windows API?

Hi everyone.
Thanks for this post, still works with windows 10.
Has someone proved to simulate the drag and drop by moving part of the source window to the destination window? Without use of draging functions of windows, just wm_lbuttondown,wm_mousemove,wm_lbuttonup.
by geminis4941
Jan 17, 2018 14:27
Forum: General
Topic: Has FreeBasic forum space for Lib or Program Sharing?
Replies: 5
Views: 1000

Re: Has FreeBasic forum space for Lib or Program Sharing?

Thanks for your rapid answer and forgive me for more clarification.
Two questions:
If I want to show and image in the post...is the same problem?.
If I use the forum for lib and projects, can I Load a zip file in the post without an alternative server ( pe. sourceforge)?
by geminis4941
Jan 17, 2018 12:21
Forum: General
Topic: Has FreeBasic forum space for Lib or Program Sharing?
Replies: 5
Views: 1000

Has FreeBasic forum space for Lib or Program Sharing?

If I want to share a lib or program code or zip files whith other users, can I share it without having a place where locate the shared file? Or said in other words, the forum can give me space for my zip file? Not everybody has a place for share files!!! It ocurs sometimes that the files shared are ...
by geminis4941
Jan 15, 2018 11:28
Forum: Archive
Topic: Word helper (Microsoft Word automation wrapper)
Replies: 17
Views: 10723

Re: Word helper (Microsoft Word automation wrapper)

Someone have a copy of wordhelper.bas file ?
by geminis4941
Jan 15, 2018 9:37
Forum: Windows
Topic: Docking windows
Replies: 8
Views: 2004

Re: Docking windows

Hi everybody. I modified previous dock program to dock windows internally. Move left-top child window corner inside (outside) the parent to dock the window. I hope it could be of utility to someone. dockwindowsample.bas #Include "windows.bi" #include "DockWindow1.bas" Dim Shared ...