comp.os.mswindows.programmer.win32
  Home FAQ Contact Sign in
comp.os.mswindows.programmer.win32 only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
comp.os ... win32 Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADO VBScript, SAP - ABAP         


Author: univbgp114
Date: May 25, 2008 20:15

FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADO
VBScript, SAP - ABAP visit ebooks.univdatabase.com
no comments
  Folder Browing / copy file         


Author: magix
Date: May 25, 2008 19:31

Which internal function / message I can use to implement folder
browing and file copy ?
As I want the user to select Path for the copied file to save to.

Thanks.

Magix
4 Comments
  Need SHBrowseFor Folder Suggestions.         


Author: JW
Date: May 25, 2008 19:30

I have a program that sets up a base folder from which the program creates a
number of subfolders, i.e. reports, bitmaps, data files, .. etc. that the
program uses to read and write data files to.
I have a dialog that allows the user to change the base to a folder other
than the one I use as the default.
I use SHBrowseForFolder to get the user's selection. This works out fine if
the user is logged in as Administrator, but if the user is logged in other
than Administrator we run into problems. SHBrowseForFolder gives the
limited user visibility to folders that they cannot write to. They can
select the folder but the program cannot set up the base with the folder.
I was hoping to somehow filter out those folders that are unusable to a
particular user, or at least, after the user selects...
Show full article (0.99Kb)
1 Comment
  ANN: Seed7 Release 2008-05-25         


Author: thomas.mertes
Date: May 25, 2008 12:33

Hello,

I have released a new version of Seed7: seed7_05_20080525.tgz

In the Seed7 programming language new statements and operators
can be declared easily. Types are first class objects and therefore
templates/generics need no special syntax. Object orientation is
used when it brings advantages and not in places when other
solutions are more obvious.

Seed7 is covered by the GPL (and LGPL for the Seed7 runtime library).

Changelog:
- A new chapter about complex numbers was added to the manual.
- A new chapter about symbol scanning from a file, was added to the
manual.
- The makefile for linux/bsd/unix and the file mk_linux...
Show full article (2.22Kb)
no comments
  Letting a received Mailslot-message generate an event - Possible ?         


Author:
Date: May 25, 2008 12:17

Hello all,

I'm trying to build a small app that should respond on an incoming
mailslot-message, and have a question about that : all I can find is the
GetMailslotInfo and examples that use it in a polling-loop

My question : is there any way to let an incoming message somehow generate
an event or post a message into the queue ?

Regards,
Rudy Wieser
10 Comments
  Console application - server / child process - readpipes or ReadConsoleInput (child might be ftp/telnet)?         


Author: guidoreina
Date: May 25, 2008 09:48

Hi all,

I have written a server console application which binds to a port and
receives requests in the form:

launch

the server launches the child (via CreateProcess) and reads
its output and writes it to the socket. The server creates two pipes
for redirecting the child's input/output, as in the MSDN samples. This
works fine for normal applications but not for ftp/telnet and such. I
have read about ReadConsoleInput, do I have to read in the parent's
process the console? (the child should inherit the father's console?).
I have tried but couldn't make it work. I have also tried to launch
the program as:

cmd.exe ftp.exe

but in the parent process I read the output of the cmd.exe program,
not of the ftp.exe, I want to get:
ftp>

The server might receive any command to launch, and should write to
the socket the output of the command, how should I handle those
special programs such as ftp/telnet?
Show full article (0.96Kb)
no comments
  backup database file         


Author: magix
Date: May 25, 2008 09:12

anyone got good example of allowing user:
- to edit new filename to backup the database file
- select the path to save to (Browse..
- then copy the database file to the new filename at that path.

application is windows-based. many thanks.

Regards,
magix
no comments
  Set Visible         


Author: magix
Date: May 25, 2008 07:20

Hi,

I want to toggle the visibility of my progress bar (IDC_PROGESS)
What sort of SendMessage can I use ? or is there a simple method ?
ShowWindow(..)?

Regards,
Magix
2 Comments