Search:
Type: Posts; User: Cambalinho
Search :
Search took 0.01 seconds.
June 14th, 2013, 03:31 AM
see these samples:
(the symbols are separed too)
int soma(int a, int b)
words(0)="int"
words(1)="soma"
words(2)="("
words(3)="int"
words(4)="a"
June 13th, 2013, 01:48 PM
that function was someone that help me do it, but i never used VBScript. so how can i convert that part to VB2010?
:(i'm doing these because my VB6 is damage and i don't know to fix it:(
:(any time...
June 13th, 2013, 11:15 AM
seems that i realy must abandoned the VB6:(
i have several errors with IDE(i'm using windows 7). and i have VS201 installed.
i have several code for convert, but some code ins't used in VB2010:(...
(in my Menu() function)
finally i resolve it. but i don't know why wasn't:(
GetWindowRect(Console.WindowHandle, &rectWindow);
HDC DoubleBuffer = CreateCompatibleDC(NULL);
HBITMAP...
struct ImageInfo
{
HBITMAP ImageImage;
BITMAP Imagebm;
HDC ImagehdcMem;
HBITMAP ImageMaskImage;
BITMAP ImageMaskbm;
HDC ImageMaskhdcMem;
};
April 26th, 2013, 01:54 PM
i understand private and public, but can you explain to me static and protected?
April 26th, 2013, 12:55 PM
the private and public are new for me. i never knew about that. thanks.. honestly i love indent the code;)
but all that variables are public(until find private keyword)?
April 26th, 2013, 12:20 PM
April 26th, 2013, 11:52 AM
and in .h file(because i have there my class)?
another question: when they said that is a .dll and .lib what file we inclued?
can you give me a nice link for i see better how build a timer(inclued...
April 26th, 2013, 11:20 AM
thanks... now works.
i have 1 question: is possible join that file by code or i must, allways, inclued when i use the timer?
April 26th, 2013, 10:50 AM
sorry.. i continue with errors:(
"Deleting intermediate files and output files for project 'Sprite2 - Win32 Debug'.
--------------------Configuration: Sprite2 - Win32 Debug--------------------...
April 26th, 2013, 10:21 AM
sorry but i get errors:(
public: static void CALLBACK TimerFunction(UINT wTimerID, UINT msg,
DWORD dwUser, DWORD dw1, DWORD dw2)
{
if (ActualSubimage ==...
April 26th, 2013, 09:23 AM
i'm trying build a timer inside of class:
class subimages
{
public: int ActualSubimage;
public: int MilliSecondsTimer;
public: int TotalSubimages;
public: ImageInfo...
April 25th, 2013, 05:39 PM
April 25th, 2013, 04:11 PM
sorry to all.. finally i resolve it.. with very hard work and head pain(but works);)
how i did:
1 - i must create a pointer in my class with my struture name(my sample is these way, but we can...
April 25th, 2013, 01:02 PM
sorry i'm trying do these thing, but now i have a head pain:(
and i, always, get errors:(
April 25th, 2013, 01:00 PM
thanks i didn't knew;)
more quickly i start for C++;)
April 25th, 2013, 10:38 AM
sorry i'm learning C by me... then i will learn C++;)
sorry can you give me a nice link about these for i understand more?;)
thanks for all
April 25th, 2013, 09:20 AM
sorry about that.. i will try do my best(i'm portuguese);)
i'm doing a class Sprite these class have several subclass's for be more easy to use;)
sprite a;
a.Images.Image1.Stop.SubImages....;
the...
April 25th, 2013, 08:22 AM
you have right the 'new' is more easy to use, but i get errors too:(
by 1, because, in these test, i only need 1 subimage
a.Images.Image1.Stop.SubImages= new Images[1];
i execute the program but...
April 25th, 2013, 07:11 AM
i have 1 class with several class's and 1 struture:
struct Images
{
HBITMAP ImageImage;
BITMAP Imagebm;
HDC ImagehdcMem;
HBITMAP ImageMaskImage;
BITMAP ImageMaskbm;
...
March 20th, 2013, 10:17 AM
March 20th, 2013, 10:11 AM
ok.. installed and the VC++6 IDE have it on options. but it stills not in list the CreateTimerQueueTimer():(
March 20th, 2013, 10:04 AM
thanks i did by cmd window and extract it and is installing
thanks
i will try use that function, then, and then i came back
March 20th, 2013, 09:43 AM
the resolte is the same:(
Click Here to Expand Forum to Full Width