Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old August 10th, 2006, 11:55 PM
saenzcorp@yahoo.com
Guest
 
Posts: n/a
Default Does anyone know...

How to create a borderless form in C++ ?
or shape the form to an image ?

  #2  
Old August 10th, 2006, 11:55 PM
Allan M. Bruce
Guest
 
Posts: n/a
Default Re: Does anyone know...


<saenzcorp@yahoo.comwrote in message
news:1155250657.494756.6100@m79g2000cwm.googlegrou ps.com...
Quote:
How to create a borderless form in C++ ?
or shape the form to an image ?
>
There is no such thing in C++ that I know of. Perhaps you are using C++ and
some API. If so, you would be better asking your question in a group
intended for that API.

Allan


  #3  
Old August 11th, 2006, 02:05 AM
saenzcorp@yahoo.com
Guest
 
Posts: n/a
Default Re: Does anyone know...


Allan M. Bruce wrote:
Quote:
>
There is no such thing in C++ that I know of. Perhaps you are using C++ and
some API. If so, you would be better asking your question in a group
intended for that API.
>
Allan
I already do this in vb.net,
are you saying vb.net is more powerful then the all mighty C++ ?

I thought windows was writen in C++ ....

I do get it...

TC,

  #4  
Old August 11th, 2006, 03:05 AM
red floyd
Guest
 
Posts: n/a
Default Re: Does anyone know...

saenzcorp@yahoo.com wrote:
Quote:
Allan M. Bruce wrote:
Quote:
>There is no such thing in C++ that I know of. Perhaps you are using C++ and
>some API. If so, you would be better asking your question in a group
>intended for that API.
>>
>Allan
>
I already do this in vb.net,
are you saying vb.net is more powerful then the all mighty C++ ?
>
No, he's saying that your question is off-topic here. This newsgroup is
for discussion of the C++ language as defined by ISO/IEC 14882. Your
question is about either the .NET or Win32 API, not about the C++
language proper.

Yes, you can do that sort of stuff in C++, but not in the base language,
you need the Win32 or .NET API.

You may find a better place to ask your questions here:
http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

  #5  
Old August 11th, 2006, 03:15 AM
Thomas Matthews
Guest
 
Posts: n/a
Default Re: Does anyone know...

saenzcorp@yahoo.com wrote:
Quote:
Allan M. Bruce wrote:
>
Quote:
>>There is no such thing in C++ that I know of. Perhaps you are using C++ and
>>some API. If so, you would be better asking your question in a group
>>intended for that API.
>>
>>Allan
>
>
I already do this in vb.net,
are you saying vb.net is more powerful then the all mighty C++ ?
>
I thought windows was writen in C++ ....
>
I do get it...
>
TC,
>
The language that an operating system is written in has no relationship
to whether a given language has support for the OS features.

Borderless forms can be created using the C++ language. They have
been created in assembly language and Fortran since the 1960s. Just
place the text into a file, without any border characters, and then
print out the file.


--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.comeaucomputing.com/learn/faq/
Other sites:
http://www.josuttis.com -- C++ STL Library book
http://www.sgi.com/tech/stl -- Standard Template Library

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles