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

Search:

Type: Posts; User: Vag

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Thread: Create a BMP file

    by Vag
    Replies
    0
    Views
    654

    Create a BMP file

    Hello.
    I have raw bitmap data and a PCX file (I also know the width and height of the raw data image).
    I want to get the palette information from the PCX, combine it with the bitmap data and create...
  2. Re: Retrieval of available scripts for certain fonts

    First of all, thanks for the reply.
    ...but no, it wouldn't.
    VB can't understand what script you select when you use that! I mean there are properties for everything (font, size, color, bold,...
  3. Retrieval of available scripts for certain fonts

    Hello.
    I'm writing an editor that is to be used in several languages.
    I want the user to be able to select any of the installed fonts, and I use a combo box for this.
    Because of the different...
  4. Insert into/update a database using MSRDC but not with SQL

    Hello.
    I'm making a program which connects to a MySQL dtabase, reads some tables, and populates comboboxes. The user fills a form with the comboboxes and textboxes and I'm ready to update the...
  5. Thread: Which grid?

    by Vag
    Replies
    5
    Views
    849

    Re: Which grid?

    I was thinking of that but I was hoping to take advantage of the Listview functions. Thank you anyway, I will probably use text boxes and combo boxes.
  6. Thread: Which grid?

    by Vag
    Replies
    5
    Views
    849

    Re: Which grid?

    The user will enter some records, I don't think more than 40... The columns could be around 10. I also want some to be non-editable by the user.
    At the end, the program will connect to a server and...
  7. Thread: Which grid?

    by Vag
    Replies
    5
    Views
    849

    Which grid?

    Hello.
    I want to write a program that will have a grid like Listview but I want the user to type in the boxes in a way similar to Excel. Also, I want some cells to limit the user to a list, like a...
  8. Thread: Email with VB

    by Vag
    Replies
    25
    Views
    36,309

    Re: Email with VB

    I'm afraid you can't do anything.
    Older versions of Outlook didn't have that feature but Microsoft added it for extra security.
    I strongly recommend that you use vbSendMail.dll (see posts above).
  9. Replies
    0
    Views
    614

    Launching Windows Explorer with view: details

    This could be done not just in VB but even in the Windows "Run..." command line.
    If I write "explorer" there, then the Windows explorer starts, but how can I select if the folders window shows or...
  10. Replies
    1
    Views
    645

    Run a program in another PC

    I have written a program that uses some dos commands or external programs to recieve, convert and decrypt or encrypt files. The (dos) program that encrypts or decrypts these files, uses a special...
  11. Replies
    7
    Views
    976

    Re: Retrieve Windows Username and Password

    I can't believe that :-(
    There must be a way...

    I could test it by using vbSendMail.dll.
    For each possible combination, I could try to connect to the mail server. When it connects, it means that...
  12. Replies
    7
    Views
    976

    Re: Retrieve Windows Username and Password

    There has to be a way...
    It must be stored somewhere, even if it is encrypted.
    For example, I have noticed that Outlook has a setting to use the Windows Username and Password.
  13. Replies
    7
    Views
    976

    Retrieve Windows Username and Password

    Hello.
    I want to use vbSendMail.dll to send emails, but the mail server requires the Windows Username and Password.
    I could have two text boxes in the settings panel in my program, but I really...
  14. Replies
    2
    Views
    771

    Re: Active windows directory (urgent)

    Thank you Zeb, that's exactly what I wanted!
    In fact, I had used ChDrive and ChDir in the past, but I don't have the help installed, so I couldn't find them now. There weren't any posts about this...
  15. Replies
    2
    Views
    771

    Active windows directory (urgent)

    Hello.
    I want to set (not retrieve) the active windows directory through VB.
    Something like the "cd" dos command (but including the drive).

    My problem is that I want to use external programs...
  16. Replies
    3
    Views
    3,076

    Thanks for answering zak2zak :-) I wasn't clear...

    Thanks for answering zak2zak :-)
    I wasn't clear though...
    I don't want to populate my listview, I have already done this.
    I want to delete a record from an access database.
    The name of the table...
  17. Replies
    3
    Views
    3,076

    Run-time error 3800. Problem with table index.

    Hello.
    My program reads records from an mdb database and populates a listview. I want to be able to delete a record from the database, the one which is selected in the listview.
    The database has a...
  18. Replies
    7
    Views
    3,473

    I tried it, the window now appears below the...

    I tried it, the window now appears below the taskbar.
    It leaves some space though but that's ok, I have to subtract 30.
    Perfect, thanks!
  19. Replies
    7
    Views
    3,473

    I tested the code, it works, but there is...

    I tested the code, it works, but there is something weird...

    For example, if the taskbar is on the top of the screen and has its normal size, then (ABD.rc.Bottom - ABD.rc.Top) gives 32 but if I...
  20. Replies
    7
    Views
    3,473

    Well, it looks it's what I want :-) Even though...

    Well, it looks it's what I want :-)
    Even though I don't have time to test it now, I thank you very much.
  21. Replies
    7
    Views
    3,473

    Windows taskbar width and height

    Hello.
    I like having the windows taskbar on the top of my screen, so sometimes new windows that appear on the top are covered by it, I can't move them and it gets annoying.

    I have made a program...
  22. Thanks WizBang :-)

    Thanks WizBang :-)
  23. Long filenames converting to short ones (with ~1)

    Hello.
    I'm making a frontend program that uses emulators to play games.
    I have to use one that doesn't accept long filenames though...
    How can I convert the whole path of a file to the same path...
  24. Thread: Mouse out

    by Vag
    Replies
    6
    Views
    1,032

    I have thought of that, WizBang, but I'm afraid I...

    I have thought of that, WizBang, but I'm afraid I have to do it for everything that's on my form... and unfortunatelly there are many things there :-P
    As for the ToolTipText delay, I never said I...
  25. Thread: Mouse out

    by Vag
    Replies
    6
    Views
    1,032

    If it's true that Microsoft itself hasn't...

    If it's true that Microsoft itself hasn't overcome this problem, then I should just forget it.
    As for the ToolTipText part, it seems you didn't understand what I wanted...
    I want to know when the...
Results 1 to 25 of 42
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured