Thank you MikeLewis,
it make me think differently so it helps.
Apparently there are more then I just said... More than I thought then I type my question.
Here's what's going on:
I have a form named frmTermsR with a grid and Save button.
On Form Load I create cursor (from table to be modified and...
Hello everibody.
Excuse me - I'm sure there should be easy way to do it, but I just cannot figure out (or recall if I seen that before).
Problem:
I have a editable grid upon a table.
Then I close grid, changes I made in current line are lost.
(it seems that they saved only then I change current...
>>You can read pixel by pixel , all the image, and create a new image that would be a bitmap.
don't do that unless you really have to (or may be you just like to reinvent the wheel).
Unless you 'll find a ready workable code to decode all formats you need.
There are better things to spent a time on
So you want it to actually evaluate your input?
basically you have two ways to do it.
hard way - program math evaluator (or find working one).
I'm pretty sure there are many, and Kernigan & Ritchie I think have one as example and may be Straustroup too. Use google for say Expression Evaluator...
Just my 2 cents.
On each saving BASIC writes DECLARE (at least QBasic does that).
so it puts parameter types in DECLARE, like
DECLARE SUB wallcheck (playerdircheck!, playerwallcheck!)
(see "!")?
after adding DEFINT parameter type is changed, hence error
"parameter type mismatch"
You can just...
Islamshahin,
>>But I didn't know the reason of that.
ypu have to allocate memory before you read to it with scanf.
Or you just writing at some random place at memory, may be over-writing critical data (part of DOS ;)) )
Windows does not allow for such things (or at least not supposed to). So...
I think that you get here is how Windows itself processes keyboard events.
So to get past it you should go one layer deeper, probably Direct X.
(this is just my musings. I never touched Direct X in my life).
I did some search but found nothing of much use. May be you'll be more lucky.
Here...
we in Russia probably have Rusian as default charset ;)
jf cource that mean we'll have same problems trying to implement accented characters of French and German.
Two ideas come to my mind, both not tested.
(I have no Builder after all)
(I pretty sure I can do it in VB6 - at least there is...
>>You can use string labels , like "again".
>It doens't really matter right?
that's up to you. You are the programmer ;))
>>Help is your friend. Press F1 in Qbasic.
>I'm aware of this function but i don't always understand the tiny help it gives, you know.
then you can always ask here ;))...
You can use SELECT CASE for multiple select.
You can use block IF (IF | END IF pair) to group several statements.
You do not have to use line numbers unless you want to.
You can use string labels , like "again".
Last thing. Help is your friend. Press F1 in Qbasic.
I still do not know that your...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.