Hello mvturnho,
I have a very similar application plan like yours. Can you give me a point how can I switch between forms?
My program should open another form if I select a menuitem.
How...
Type: Posts; User: Lizard_hun; Keyword(s):
Hello mvturnho,
I have a very similar application plan like yours. Can you give me a point how can I switch between forms?
My program should open another form if I select a menuitem.
How...
Hi
I had a very similar problem. After including some libraries and headers I het the following "errors":
warIn file included from...
Hi
Thank you for your answer wizard_hu_.
I have solved the problem.
About the predefined bluetooth passkey, password, linkkey
My first plan was to predefine the password used by my remote...
Hi,
Did you solved it?
Please contact me I have the same problem maybe together we can solve it.
Lizard
Hi
This will draw a black outlined rectangle and put a Hello world message on the center of the screen.
void Cbasic2AppView::Draw(const TRect& /*aRect*/) const
{
// Get the standard...
Hi,
I'm trying to connect to a bluetooth device which needs a simple passkey "1616". I would like to use RFCOMM and receive bytes. I can find my device through RNotifier so I have my...
Hello nisheethpandey,
Maybe there is an include problem. Make sure to include
#include <gdi.h>
usually it is already included somewhere so this won't solve the problem. In symbian...