Search:

Type: Posts; User: Zvonko

Page 1 of 7 1 2 3 4

Search: Search took 0.18 seconds.

  1. Replies
    4
    Views
    433

    Thanks. I did that and it worked. You see,...

    Thanks.

    I did that and it worked.
    You see, we were learning C in school but I kind a forgot that arithmetics with pointers... I hate pointers... :D
  2. Replies
    4
    Views
    433

    Huh... ;o) So I have to change all & to *. Am...

    Huh... ;o)

    So I have to change all & to *. Am I right?
    I already tried that but somehow didn't work properly - i got standard windows error: "The program made illegal funcion call in module ......
  3. Replies
    4
    Views
    433

    Kind a beginner thingie...

    Hi

    For about an hour now I'm trying to get with my head through the wall, but I can't.. ;o)
    I really can't figure out what't the problem with my program. It's something with variables and...
  4. Replies
    1
    Views
    478

    C/C++ console app for DOS only

    Hi!

    Does anyone know how to make a MS-DOS console application, that can operate with screen in text mode?
    So that I can erase the screen or write character on any coordinate on the screen, change...
  5. Thread: ANSI C question

    by Zvonko
    Replies
    7
    Views
    513

    Thank you for you explanation. Zvonko

    Thank you for you explanation.

    Zvonko
  6. Thread: ANSI C question

    by Zvonko
    Replies
    7
    Views
    513

    What about new 64-bit P4s and Athlons? So: -...

    What about new 64-bit P4s and Athlons?

    So:
    - 486 and older: int = 16bit, long=32bit
    - Pentiums, PII, PIII, P4, Athlon...: int = 32bit, long=64bit
    - New 64bit arhitecture: int=64bit???


    Are...
  7. Thread: ANSI C question

    by Zvonko
    Replies
    7
    Views
    513

    ANSI C question

    Hi!

    I'm just wondering. Length of data types is dependable on system software (OS). Now, tell me, if this piece of code works on 64-bit machines? Because on 32 bit machines it doesn't - integer is...
  8. Replies
    2
    Views
    661

    Mhm, interesting... just what i needed But...

    Mhm, interesting... just what i needed

    But does it work under LINUX?
  9. Replies
    2
    Views
    661

    ANSI C: Screen handling

    Hello!

    We're learning ANSI C in school and we need to make a project by ourselves.
    I got an idea and now I need some help (just a bit):
    Does someone know what functions shall I use for:
    -clear...
  10. Thread: error LNK2001

    by Zvonko
    Replies
    1
    Views
    388

    error LNK2001

    Hello.

    I'm new in C and I allways while compiling get an error:

    --------------------Configuration: Naloga1 - Win32 Release--------------------
    Linking...
    LIBC.lib(wincrt0.obj) : error...
  11. Thread: .RES files

    by Zvonko
    Replies
    3
    Views
    552

    I got it... I just loaded ResEdit.dll ActiveX...

    I got it...

    I just loaded ResEdit.dll ActiveX and got all the functions I need
    Kind a neet thing.
  12. Thread: .RES files

    by Zvonko
    Replies
    3
    Views
    552

    I hope we understood each other. I have my...

    I hope we understood each other.

    I have my program, called program.exe
    There I want to load an external .RES file and extract resources. That .RES file is not part of my program.
    My program is...
  13. Thread: .RES files

    by Zvonko
    Replies
    3
    Views
    552

    .RES files

    Hello!

    Just one question.
    How (or shall I say: IS IT POSSIBLE) to load resources from external .RES file like VB Resource Editor Add-In?
  14. Replies
    9
    Views
    870

    MEMORY DOESN'T SERVE ANY MORE!!!:mad: :mad: :mad:

    MEMORY DOESN'T SERVE ANY MORE!!!:mad: :mad: :mad:
  15. Replies
    9
    Views
    870

    Prevent form from being moved

    I believe the title says it all...

    But again: How to prevent form from being moved? Form must have title bar (without close, min and max buttons).
  16. Replies
    9
    Views
    917

    Interesting code..... I'll check it out...

    Interesting code.....

    I'll check it out...
  17. Replies
    9
    Views
    917

    I have a list of files (in text file) and from...

    I have a list of files (in text file) and from that I need to make a tree (in treeview).

    The program has it's own database (collection-driven) and it saves filenames (with paths and other data) in...
  18. Replies
    9
    Views
    917

    Mhm... Does noone have not even slightest idea...

    Mhm...

    Does noone have not even slightest idea what to do?
  19. Replies
    11
    Views
    814

    You're welcome. I'm glad i could help.. ...

    You're welcome.

    I'm glad i could help..

    Just curious: What kind a program are you doing?


    Oh, yes, would you do a favour for me? I recently posted a thread (that is annoying me) - I don't...
  20. Replies
    11
    Views
    814

    Now I see it. I believe it's my mistake...

    Now I see it.

    I believe it's my mistake 'cause I was tampreing with the code... :cool:

    Try to rename main form to "frmWizDodajMain" or change all "frmWizDodajMain" in code to name of the main...
  21. Replies
    11
    Views
    814

    I think there's no references to set. What...

    I think there's no references to set.

    What error do you get?
  22. Replies
    11
    Views
    814

    I have the code for putting forms in picturebox....

    I have the code for putting forms in picturebox. It's in attachment.
    You said you want to put it in frame - i don't know if it's possible. However I believe it's a way to do it if control has .hwnd...
  23. Replies
    9
    Views
    917

    Each line is a string, for example: Dim...

    Each line is a string, for example:


    Dim tmpStr() As String, tmpS As String

    ReDim tmpStr(20) As String

    For I=1 To 4
    tmpS = "C:\Folder" & I
    For J = 1 to 5
  24. Replies
    9
    Views
    917

    I'd like to send it to treeview: like this: ...

    I'd like to send it to treeview:
    like this:

    c:\
    |--folder
    | \--subfolder
    | \-test
    | |--file1.txt
    | \--file2.txt
    \--folder2
  25. Replies
    9
    Views
    917

    Create Tree from list of files

    I have a list of files like that:

    c:\folder1\file.txt
    c:\folder1\file2.txt
    c:\folder1\file3.txt
    c:\folder1\file4.txt
    c:\folder1\subfolder\file.txt
    c:\folder1\subfolder\file1.txt...
  26. Replies
    5
    Views
    558

    Good answer, kedaman... That's what I wanted...

    Good answer, kedaman...

    That's what I wanted to do..

    However... would you be so kind and post an example here? I'm from Slovenia and english mathematical terms are not very familiar to me... :(
  27. Replies
    5
    Views
    558

    That's true, Yonatan. However I have two other...

    That's true, Yonatan.
    However I have two other constants to retrieve/get/find: k and n.
    K is retrieved with that function:
    k = (y2 - y1) / (x2 - x1)
    Then I have to get n. This is for me...
  28. Thread: Click on a line

    by Zvonko
    Replies
    8
    Views
    624

    Width of line is differing - from 1 pixel to 20...

    Width of line is differing - from 1 pixel to 20 pixels.

    What I want is simple - when user clicks on form I want to know if the mouse coordinates of click are on that line (if user clicked on the...
  29. Replies
    5
    Views
    558

    Click on a line (Linear function)

    I actually found one possible solution, however it doesn't work.
    Let's see:

    For each line there's a mathematical function with that form:

    y = k * x + n

    y= y coord; x = x coord; n = number;...
  30. Thread: Click on a line

    by Zvonko
    Replies
    8
    Views
    624

    I actually found one possible solution, however...

    I actually found one possible solution, however it doesn't work.
    Let's see:

    For each line there's a mathematical function with that form:

    y = k * x + n

    y= y coord; x = x coord; n = number;...
  31. Thread: Click on a line

    by Zvonko
    Replies
    8
    Views
    624

    I'm not sure I know what you meant... Would...

    I'm not sure I know what you meant...

    Would you be so nice and give me an example?
  32. Thread: Click on a line

    by Zvonko
    Replies
    8
    Views
    624

    Click on a line

    On my form I draw 2 lines. Then user clicks on that from.
    How can I determine if user clicked on line drawn before?
  33. Replies
    1
    Views
    352

    I create controls with Load statement and...

    I create controls with Load statement and "delete" them with UnLoad statement.

    For i = 1 to 5
    Load Text(i)
    Text(i).Visible = True
    Next

    Sub RemoveCtl(idx As Integer)
    UnLoad...
  34. Replies
    1
    Views
    529

    Controls' ZOrder

    Hello!

    I have one question about ZOrder...

    I believe it's a simple question with difficult answer.
    How can I (or is there a way to) save and retrieve ZOrder of controls?

    For example:
    I...
  35. Replies
    7
    Views
    535

    BitBlt-ing Controls

    Is using BitBlt function for creating image of control the same as using it on pictures in PictureBox or do I have to use any other "special" functions or features?

    I haven't done it with...
  36. Replies
    7
    Views
    535

    Interesting... However if I have 20, 30 or...

    Interesting...

    However if I have 20, 30 or more controls added at runtime, it becomes very compicated 'cause each control must have its own frame...

    Any other solution/suggestion?
  37. Replies
    7
    Views
    535

    Disable control(s)

    Hello!

    Another question by me...
    How can I disable control (set Enabled=False) without graying it at runtime?

    Sample: I need to disable control (checkbox, option button, text box and combo...
  38. Don't thank me. Thank to others on vbforums.com...

    Don't thank me. Thank to others on vbforums.com who helped me a lot.
    However that's nearly not full source code of my program, it's just sample how to draw label, move it, resize it. That's all.
    ...
  39. Replies
    5
    Views
    455

    I think nothing else is to be done. DE Command...

    I think nothing else is to be done.
    DE Command is just wrapper for SQL statement. There you set SQL statement and it's done - it's possible to set parameters too and a whole bunch of things.
    First...
  40. The Hand, thank you very much. Now the form area...

    The Hand, thank you very much. Now the form area doesn't flicker any more. The rect area flickers just a bit, but that's negligible.

    -----------------------------------------

    Megatron, thanks...
Results 1 to 40 of 244
Page 1 of 7 1 2 3 4



Click Here to Expand Forum to Full Width