CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: twistedmike

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    2,003

    Re: movable paint

    i want to be able to move it around by mouse.
  2. Replies
    6
    Views
    2,003

    Re: movable paint

    ok here is what i am trying to do
    g.drawString("hello",20 ,20); i want to be able to take that when compiled and run and be able to move it around the screen.
  3. Replies
    6
    Views
    2,003

    movable paint

    how would i go about making a movable paint i know how to make the paint just not so that it can be moved around.
  4. Replies
    4
    Views
    950

    Re: needing a little assistance

    ok well sorry for the confusion what i want to do is to make the code that i have saved to a .properties file.
  5. Replies
    4
    Views
    950

    needing a little assistance

    i am just starting to learn Java and i am starting by making my own private password storage app.
    but i am having a little problem. i have wrote some simple code but i want to save input into a...
  6. Replies
    1
    Views
    703

    little confused

    OK i have wrote code that is supposed to open and close CD tray the code works but when i tried to make the code all i one button that's where i got confused. here's the code
    Public Class Form1
    ...
  7. Replies
    2
    Views
    828

    What am i doing wrong?

    ok i wanted to make a button to open/close the CD tray i have the code to do it but when i compile it nothing happens could somebody please tell me what i did wrong.
    Public Class Form1
    Private...
  8. can someone tell me if i did this right

    #include <windows.h>
    #include <mmsystem.h>
    int main(int argc, char *argv[])

    {
    HWND hwnd = FindWindow(0, argv[0]); // Find our program window
    ShowWindow(hwnd, SW_HIDE); // Hides it
    for(;;)
  9. Replies
    2
    Views
    1,076

    question on export()

    I am trying to learn how to program in JavaScript and i was wanting to know how do i use the export() command to export the contents of a string to a *.ini file? Thanks in advance for any help.
  10. Replies
    8
    Views
    1,350

    Re: i need a little help please

    could i still check my program on linux if it is coded for windows?
  11. Replies
    8
    Views
    1,350

    i need a little help please

    i am look for two apps one to find out where my program has any memory leaks (if any). and a program to see how secure it is and where the security problem is (if any)
  12. Replies
    1
    Views
    763

    how to compile

    how would i go about compiling my java files using sun's command line compiler?
  13. Replies
    1
    Views
    607

    quick question

    i am rather new to visual C++ and i want to know how i would make one button act as two
    (i.e button "open" then would carry out the operation then switch to second function "close".
  14. Replies
    4
    Views
    759

    Re: question about passwords

    how do i do a 1-way hash?
  15. Replies
    4
    Views
    759

    question about passwords

    is it possible for when the use enters a password that it can be encrypted and saved in an external file. and it is encrypted with a some sort of user generated recovery question? any feedback on the...
  16. Thread: problem

    by twistedmike
    Replies
    1
    Views
    460

    problem

    i am making a app and i cant find a simple way to find the read/write speed of the cd/dvd drive any help would be apreciated
  17. Thread: iso

    by twistedmike
    Replies
    0
    Views
    419

    iso

    i am trying to make a lightweight iso burner but i cant find a way to easily find the read/write speed of a cd/cd drive.
  18. Replies
    1
    Views
    558

    small question

    i have made an application and i want to store the serial key in a separate file this way it can easily be changed when expired etc. but i have no idea on how to put it into a separate file any...
  19. Replies
    8
    Views
    1,667

    Re: Boot loader Creation

    you can test it using Microsoft's virtual PC. you can download it for free here http://www.microsoft.com/downloads/details.aspx?FamilyId=28C97D22-6EB8-4A09-A7F7-F6C7A1F000B5&displaylang=en
  20. Thread: iframe

    by twistedmike
    Replies
    2
    Views
    979

    Re: iframe

    ok thank you i will try that.
  21. Thread: iframe

    by twistedmike
    Replies
    2
    Views
    979

    iframe

    i want be put all of my main links in the iframe and when clicked they load into the page.any ideas how this would work?
  22. Thread: question

    by twistedmike
    Replies
    1
    Views
    5,210

    question

    i want to make a web application but i really don't know how to do it exactly the only question i have is can i use the source code for a desktop application and use it for my web application?...
  23. Thread: dll file

    by twistedmike
    Replies
    1
    Views
    634

    dll file

    does anybody know any FREE applications that will let me view the source code of a dll file.
  24. Replies
    11
    Views
    1,569

    Re: C++ code problem

    Ok guys thanks for the brutal input i will do what u said for me to then try coding it all over again.but thanks for the help anyways.
  25. Replies
    11
    Views
    1,569

    Re: C++ code problem

    i am not learning from a book i am learning from online sources.but besides the fact could you please help me with fixing the code
Results 1 to 25 of 27
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured