Search:

Type: Posts; User: FES Germany

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    1,820

    Re: Sticky Windows / Docking

    that looks good. I'll have to modify it so it sticks to other windows, right, left, etc as well, but that shouldn't be a big problem

    Thanks

    Fes Germany
  2. Replies
    5
    Views
    1,820

    Re: Sticky Windows

    yes, exactly. guess you call it docking.. if i move the window near the border or another window, that it kind of magnetically snaps into place.

    thanks Fes_germany
  3. Re: randomly selecting number then excluding it

    yes, have another array bolChoosen(1 to 25)
    get intRandom

    do
    x = intRandom
    loop until bolchoosen(x) = false
  4. Replies
    5
    Views
    1,820

    Sticky Windows / Docking

    Hello, can someone assist me in getting sticky windows to work? Right now I have created an MDI form with four childs (or children??). Anyway, using the default settings the forms can be dragged...
  5. Replies
    6
    Views
    667

    Re: Upload to database

    thanks a lot!!!! is there a way to do the same thing the other way around, if the user wants to download the file.. i know how to create the file, but how do i delete it automatically when the user...
  6. Replies
    6
    Views
    667

    Upload to database

    Hello.

    Is there a way, that I have a user uploading a file (e.g. blablabla.txt) to my server. but now i don't want the file to be saved there but the text within the file saved to my mysql...
  7. Replies
    2
    Views
    552

    Re: Files in folder

    thanks a lot!!!!
  8. Replies
    2
    Views
    552

    Files in folder [Resolved]

    I have a question.
    I want to have like a picture gallery included in my homepage. Since there are no comments but only pictures i'm looking for a method to create a page with just a table and the...
  9. Replies
    2
    Views
    487

    Re: GET to Array

    thanks! that makes things a lot easier!
  10. Replies
    2
    Views
    487

    [Resolved]GET to Array

    I have a form with several Textboxes, I send this form to another page using get.

    Is it possible to get the values of the form into an array.



    <form method=get action=next.php>
    <table...
  11. Replies
    1
    Views
    590

    Change Desktop

    I want to do a Desktop Picture rotator (sounds useless, but isn't ;-) ) So the Backgroundpicture changes every time, I start the computer.

    I thought, the easiest way is to have a program in the...
  12. Replies
    6
    Views
    604

    Re: C Commenting style

    i don't think that's vb. anyway /* comment */ is used in other languages. for example PHP.

    if you want to comment in VB you'll have to add ' in front of the comment

    if you want to comment whole...
  13. Replies
    5
    Views
    487

    Re: reading data from file

    hey, thanks. That works!!!!


    Thanks so much!
  14. Replies
    5
    Views
    487

    Re: reading data from file

    That's pretty good!
    There's only one small problem left.
    Is there a way to get the moves into an array, or print them in a for loop because I always need one move at a time.
    like
    e4
    d6
    d4
    ......
  15. Replies
    5
    Views
    487

    reading data from file[resolved]

    i'm working on a small site about chess.
    The standart format chess games are saved in is .pgn
    Now i want to read this data and store it into variables so I can use it in my website. (It's like a...
  16. Replies
    2
    Views
    433

    Global Variables

    I want to create variables, all the pages on my website are able to read. I experimented with hanging all the variables behind the url (ex. http://myaddress.com/index.php?name=chris etc

    anyway,...
  17. Replies
    3
    Views
    573

    Re: Dodging buttons

    All right, that's exactly what I was looking for!
    Thanks a lot you two.

    FES
  18. Replies
    3
    Views
    573

    [RESOLVED] Dodging buttons

    I'm working on a small joke program.

    I want a message to be displayed and beneath it a Yes and a No button.
    Just like an ordinary error message. The problem isn't doing anything but to make...
  19. Thread: Link color

    by FES Germany
    Replies
    3
    Views
    507

    Re: Link color

    thanks. that works perfectly!
  20. Thread: Link color

    by FES Germany
    Replies
    3
    Views
    507

    Link color

    I want to change the color of the links within a page. i know how to change the color of the links as a whole in the body tag, but how can a have an individual color for every link???

    please help!...
  21. Replies
    2
    Views
    507

    Click event2

    I have a picture and want a variable to change if the user clicks on this picture. If possible without reloading the whole page.

    Is there a way in general to clear parts of the page with php...
  22. Replies
    5
    Views
    971

    Re: "Click event"

    houston we got a problem:

    1. How do i change the value of a variable (php)
    2. Is it really necessary to use php AND javascript?? Is there no way to do it in vb??

    That's why i originally posted...
  23. Replies
    5
    Views
    971

    Re: "Click event"

    k. that should work
    thanks
  24. Replies
    5
    Views
    971

    Re: "Click event"

    In other words. I need to know how.

    -To change the backgroundcolor of the table without reloading the form

    -How to make a "click event" for a table.


    PLEASE HELP!

    FES
  25. Replies
    5
    Views
    971

    "Click event"

    I'm working on a chessgame right now. I have a table with black and white fields.... Over those fields there are images with transparent backgrounds.

    Now the problem.

    I want the backgroundcolor...
  26. Thread: E-Mail

    by FES Germany
    Replies
    2
    Views
    409

    E-Mail

    I know there are many examples for e-mail programs out there, but all I found yet won't work, because they didn't support the login with username and password.

    I have a standart freemail account...
  27. Re: Form Fill (one more question)

    kind of found the mistake. didn't give the button a name... k. thanks for helping
  28. Re: Form Fill (one more question)

    thanks, but i get an error

    runtime 438

    object doesn't support this property or method
  29. Re: Form Fill (one more question)

    is there anybody who knows how to submit the form???

    Please Help

    FES
  30. Thread: Html

    by FES Germany
    Replies
    8
    Views
    778

    Re: Html

    for me it looks like he's planing on a program to write html files with. you know. kind of like phase5 or so.
  31. Re: Form Fill

    that works just fine so far. i used [A51g]Static's way.

    now my question: is there a way, that it automatically submits this form????
  32. Re: Form Fill

    k. thanks
  33. Form Fill (one more question)[resolfed]

    I want to program a small application where i can enter a url on which there's a form. so i want to fill out this form using vb.

    i know the names of the textboxes and the textare at the page...
  34. Replies
    7
    Views
    502

    Re: Functions

    it's really easy!

    Public Function function_name(var1 as integer, var2 as string) as integer


    in the function you can have some calculations. at the end u just write

    function_name = solution
  35. Thread: Startup

    by FES Germany
    Replies
    11
    Views
    962

    Re: Startup

    thanks it works perfectly
  36. Thread: Startup

    by FES Germany
    Replies
    11
    Views
    962

    Re: Startup

    k. thank you i'll try that
  37. Thread: Startup

    by FES Germany
    Replies
    11
    Views
    962

    Re: Startup

    so how does it work using VB??
  38. Thread: Downloads

    by FES Germany
    Replies
    2
    Views
    537

    Re: Downloads

    thanks, that works pretty good
  39. Thread: Startup

    by FES Germany
    Replies
    11
    Views
    962

    Re: Startup

    yeah, i thought about having a checkbox under options where the user can choose whether he wants the program to start automatically
  40. Replies
    21
    Views
    2,989

    Re: Invisible in Task Manager

    isn't there a way, to protect a process from closing it??
Results 1 to 40 of 103
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width