Search found 78 matches

by D.Bane
Sat Aug 14, 2010 12:21 pm
Forum: eC Language
Topic: string (char *) to double
Replies: 5
Views: 18668

Re: string (char *) to double

Hi :) Yes..I did try first "sprintf(result, "%f" ,d);".. tried with "%c" too...tried than with "null" also, and it left in the code I pasted.. It crashed down cause I used String class.. :? when I replaced "String result" with "char result[256]&...
by D.Bane
Sat Aug 14, 2010 3:48 am
Forum: eC Language
Topic: string (char *) to double
Replies: 5
Views: 18668

Re: string (char *) to double

Hi Jerome :) Thank you for help.I'm sorry, I saw it later on, and wanted first to test all (to see if it gives me crashes again) and than come and thank you (so I know the problem is solved) :). Crashes..It has something with MS C run-time component.. :| .. If you want a crash call me :ugeek: .. :( ...
by D.Bane
Fri Aug 13, 2010 6:16 am
Forum: eC Language
Topic: string (char *) to double
Replies: 5
Views: 18668

string (char *) to double

Hi to all..again.. :) So this time I can't figure out how to transfer numbers from string to double.. To be exact, what I need is to add two numbers (double) that are previously entered in Label control and display it on another Label.. so how do one does this? And is it the same process for EditCon...
by D.Bane
Sat Aug 07, 2010 3:24 pm
Forum: GUI Toolkit & 2D Graphics
Topic: Printing integers and control array
Replies: 3
Views: 14353

Re: Printing integers and control array

Thanks, that helped. :) (I prefer here C version..for what I want now).

Just to add if someone also want's the label to be different color change opacity from 0 to 1 (also background) :)

Thanks again, for both answers :)
by D.Bane
Sat Aug 07, 2010 11:10 am
Forum: GUI Toolkit & 2D Graphics
Topic: Printing integers and control array
Replies: 3
Views: 14353

Printing integers and control array

I guess a lot of you may find this stupid to ask, but since I have a problem with it, I really need some help.. I want to type a number on the window, or MessageBox and it allways gives me an error.. This is how I did it.. surface.WriteText(x1,y1,(char *)i,1) // change 1 with len when it doesn't err...
by D.Bane
Sat Jul 31, 2010 4:48 pm
Forum: GUI Toolkit
Topic: Next Generation of the GUI Toolkit
Replies: 2
Views: 42994

Re: Next Generation of the GUI Toolkit

I hope this is where I should write this.. "what to do about sc`rolling?".. Is that about the trails the windows leave when scrolled? I have a suggestion about explaining/clarifying properties..In Visual Basic 6 IDE there is a small window which has description of the property selected, an...
by D.Bane
Sat Jul 31, 2010 2:25 pm
Forum: Introductions
Topic: Hi all
Replies: 3
Views: 27100

Re: Hi all

Thank you for the welcomes, and I'm glad to be here.
Mantis is a will do then :)

D.Bane.
by D.Bane
Thu Jul 29, 2010 4:21 pm
Forum: Introductions
Topic: Hi all
Replies: 3
Views: 27100

Hi all

Just wanted to say hi to all, and to introduce myself..My name is Bane (it's not what the translation from English would say :) and is actually my "short" name ), and I first started with QBasic 8 years ago (really basic stuff but it moved me more to be a programmer), then again about 2 ye...