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

Search:

Type: Posts; User: visual fzz

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    654

    Simulate a mouse click

    Hi everybody.

    I would like to have a program which can simulate a mouse click. The mouse is on an other window. It's like you click on your mouse but you're not in front of your computer...
    ...
  2. Is it impossible to rotate a picture in an IMAGE Control???

    All I've ever read about picture rotation speaks about a picture box control but never with an image control...

    help me
  3. Rotate a picture in an image control, not a picture Box!!!!!!!!!!!!!!

    I posted a question yesterday (all my troubles seem so far away...) about a picture rotation. All that I find concern a Picture Box control.

    It is impossible to get the same thing with an Image...
  4. Replies
    3
    Views
    833

    Re: Rotate image

    Unfortunately, it's for a PICTURE BOX, and I use an Image control because of stretch property...
  5. Replies
    3
    Views
    833

    Rotate image

    I need an easy way to rotate an image in an image control.

    Or is there an ActiveX which can do that???

    Thanx
  6. How to know if an object is initialized

    I want to know if a method exists to test the initialization of an object

    EX:

    dim MyList as Listbox




    if you use the object by writing
  7. Replies
    1
    Views
    642

    Reduced Icon

    I don't want to put the icon of my application in the taskbar like the others but in the right low corner with the time (like anti-virus and others stuff) when i reduce the window

    How can i do???
  8. Replies
    1
    Views
    562

    Thumbnail pictures

    Hi everybody

    Is there a control that can display in a form thumbnails of a picture collection(You click on a folder in the folder list box and all the pictures appear in thumbnails like in AcDsee...
  9. Thread: Split Bar

    by visual fzz
    Replies
    4
    Views
    1,899

    Split Bar

    Does the Split Bar control Exist in VB???
    Is it a special OCX?
    How can I do a window like the file explorer with a treeview on the left and a listview on the right and the possible resizing of both...
  10. Thread: HELP!!!!

    by visual fzz
    Replies
    0
    Views
    365

    HELP!!!!

    I try to simulate artificial keystroke from the code in a prompt window:

    Dim AppId as variant

    AppId = Shell("c:\winnt\system32\format.com a: /Q", vbNormalNoFocus)
    AppActivate AppId
    DoEvents
    ...
  11. Replies
    3
    Views
    574

    Killing a process

    How can I kill a process
    exemple : I launch cmd.exe with the shell function, I want to kill this process in my code.

    Fzz
  12. Replies
    3
    Views
    940

    Simulate a key stroke

    Hi everybody.

    I want to simulate a key stroke on the keybord with code

    Exemple: you display a message box with vbokonly and you generate with the code the hit of the space bar or the enter key...
  13. Nobody wants to answer or nobody CAN'T Answer???

    I posted 2 times the same question this afternoon but nobody answer me!!!

    Is that impossible to resolve my problem?
  14. Replies
    2
    Views
    558

    How get the prompt information?

    Exemple:
    You have a environmental variable called "MYVAR" and its value is "c:\MyFolder\VB"
    if you enter "set myvar" at the dos prompt, the windows displays "MYVAR=c:\MyFolder\VB"

    HOW can I get...
  15. Replies
    1
    Views
    2,440

    Ping instruction

    Hi everybody

    I want to make a little program which will make a ping to a server at the dos prompt and which will indicate if the ping works.
    My question is : How can I know if the ping works???
    ...
  16. Replies
    3
    Views
    719

    Date of the first day of a week

    Hi everybody

    I want to know the date of the first day of a week.
    Example: I choose a date : the 5th of MAY 2003.
    I can have the week (between 1 and 52)
    But I want the date of the first day of...
  17. But for one man, One launch is enough...

    Hi everybody

    I want my application to be started only 1 time.
    If the user launch again the executable, it activates the application already opened and do not open a second application...

    How...
  18. Replies
    1
    Views
    614

    Environmental Variable

    Hi everybody

    I want to get the value of an environmental variable (TEMP)

    on the dos prompt, if you enter "c:\set temp" you see TEMP=c:\TEMP

    How can you get the result of a prompt action (...
  19. Replies
    0
    Views
    499

    I want a special ToolBar

    Hi everybody

    I want to use the tool bar like in Word, Excel or I.E. where you can drag the tool bar and put it everywhere (not like the coolbar which allows you only to put it on the sides of the...
  20. Thread: NT User

    by visual fzz
    Replies
    1
    Views
    538

    NT User

    Hi everybody

    How can I get the Windows NT Login of the current user in my app?

    Fzz
  21. Replies
    2
    Views
    803

    Re: FileSystemObject?

    Microsoft Scripting Runtime
  22. Replies
    2
    Views
    591

    Animated Gif

    Hi everybody

    I want to put an animated GIf in my application but I don't succeed!
    The image doesn't move!
    I use the picture box control and the image control but that doesn't work!

    how can I...
  23. Replies
    1
    Views
    487

    Mask without a mask

    I want to use a TextBox where only numbers and letters can be put.
    How can I do that?
    Or how can I use the mask edit box???

    Fzz
  24. Replies
    1
    Views
    725

    Re: SSTab Control

    On the MSDN, the help of Visual Studio, there is I think, all that you need to program with this control!!

    Fzz
  25. Replies
    1
    Views
    580

    JPG to binary, Emergency!!

    Hi Everybody

    I want to read a JPG file in my app in order to convert the Binary string of the file in hexadecimal string.
    But I can't get the binary string:
    I wrote this code part to show the...
Results 1 to 25 of 29
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured