Search:

Type: Posts; User: slashandburn

Page 1 of 6 1 2 3 4

Search: Search took 0.17 seconds.

  1. Replies
    5
    Views
    736

    I guess this is what i need, I need to run...

    I guess this is what i need, I need to run another program and get the text from it.
  2. Replies
    5
    Views
    736

    Well, I don't really know how i would execute it,...

    Well, I don't really know how i would execute it, I just need a way to get the text.
  3. Replies
    5
    Views
    736

    Retrive text from Command Line

    I know how to use the > operator to get it to output text to a file, but what is the best way to check if it is still running?
  4. Replies
    1
    Views
    469

    Drag and Drop Selection

    How can i make a Drag And Drop Selection Box. Like the one in spy++. Where when i drop it a event occurs so that i can get the mouse x,y with GetCursorPos?
  5. Replies
    7
    Views
    872

    I have it loading an image, but the size and...

    I have it loading an image, but the size and width thing still escape me.

    i found the getdevicecaps that returns information, but it is on the screen. How could i get the information from a DC.
  6. Replies
    0
    Views
    1,890

    Convert OLE_YSIZE_HIMETRIC to pixels

    How can i convert OLE_YSIZE_HIMETRIC and OLE_XSIZE_HIMETRIC from stdpicture into pixels.
  7. Replies
    7
    Views
    872

    The code will be in a dll. It will have no...

    The code will be in a dll. It will have no controls or forms. Only code.
  8. Replies
    7
    Views
    872

    I know of those, but i need to know the...

    I know of those, but i need to know the dimensions of the image.

    Like with this code i just found. How could i find the image size?



    Option Explicit

    Private Declare Function...
  9. Replies
    7
    Views
    872

    Not what im looking for. Im trying to make a dll...

    Not what im looking for. Im trying to make a dll to slice up the large icons my minons put on a website. So i need a code only fix.
  10. Replies
    7
    Views
    872

    Load Image into DC, But More

    How could i load a image into a dc, but i also need to know its demensions so that i can crop it.
  11. How would i do that?

    How would i do that?
  12. Asp doesn't allow my controls to run correctly.

    I just made a screenshot dll that works correctly. When i create
    an object of it in asp it works, but it will not get the hdc of the desktop. And most other calls to findwindow and bitblit refuse...
  13. Replies
    2
    Views
    537

    The function did origonally work when i made it. ...

    The function did origonally work when i made it. But after i restarted my computer it started to not take screen shoots. And create a blank jpg.
  14. Here is my code. 'Michael Fuller...

    Here is my code.



    'Michael Fuller
    '09-23-2002
    'Slowdata 1.0
    'Purpose : Slows down CPU + Memmory usage for downloads.
    'Based on "ResponseBinaryWrite"
  15. Replies
    2
    Views
    537

    I have just tried to save the clipboard data with...

    I have just tried to save the clipboard data with another control and it wouldnot write the data into the folder. I also had a "Beep" event between all the calls and it beeps, but will not save the...
  16. Solved it. Got it to take less the 1% of cpu...

    Solved it. Got it to take less the 1% of cpu time.
  17. Replies
    2
    Views
    537

    ScreenShot On My Website - Problem

    I just made up a dll that takes a screenshot of my desktop and saves it to a file. It works with a standard visual basic project, but when i use it in asp it skips the picture making process.

    I...
  18. Replies
    4
    Views
    1,462

    So to do a double click i would send something...

    So to do a double click i would send something like this?

    Call mouse_event(MOUSEEVENTF_LEFTDOWN, p.x, p.y, 0&, 0&)
    Call mouse_event(MOUSEEVENTF_LEFTUP, p.x, p.y, 0&, 0&)
    Call...
  19. Replies
    4
    Views
    1,462

    Send a mouse click.

    How could i just send an arbitary mouse click(left,Double,right) to a point on my screen.
  20. Keeping the CPU down when downloading.

    I just got this function that does downloading and the only problem is that it takes up to much cpu time and memmory.



    Function ResponseBinaryWrite(ByVal bfilename As String, ByVal Response As...
  21. Replies
    1
    Views
    537

    Set Download Name

    Right Now I Have My Code ReadFiles From A Secure Directory and write it to the browser. I have it do this

    Response.ContentType = "application/x-zip-compressed"

    before it writes, but the...
  22. Replies
    2
    Views
    337

    Secure Downloads

    How could i make it so that only certain members could dl off my web server. Like deny a dl inless they are logged in and have a certain session set?
  23. Replies
    4
    Views
    443

    I am now using the Free "ASP Simple Upload" ...

    I am now using the Free "ASP Simple Upload"

    http://www.asphelp.com/ASPSimpleUpload/Default.Asp
  24. Replies
    4
    Views
    443

    They don't seem to work and pause my server. I...

    They don't seem to work and pause my server. I have been trying the examples and they also pause the server. I have been testing them and they pause at the part where the get the data.
  25. Replies
    4
    Views
    443

    Let My Minons Upload Icons

    I just made a simple messageboard and the only feature i don't have is usermade icons. How could i let my users "upload" "jpg and gif" only and save them to hd.
  26. Replies
    3
    Views
    864

    Thanks, Now my website can be used properly...

    Thanks, Now my website can be used properly anywhere
  27. Replies
    3
    Views
    864

    Find Server IP

    Is the a variable or function that returns a string of the current ip of the server?
  28. Replies
    1
    Views
    689

    fread and char *

    Im trying to read in a file to a char * with fread, but after it is done there is junk at the end, how can i fix this.

    Here is an excert from my class



    void mikestring::readfile(char *...
  29. Replies
    1
    Views
    703

    Nevermind i resolved the problem. I didn't have...

    Nevermind i resolved the problem. I didn't have a return in my WndProc.
  30. Replies
    1
    Views
    703

    CreateWindow Problems

    Im trying to move a pocket pc game i made onto windows and my createwindow function is registering the class, but not making a window. What is wrong with this function.



    bool...
  31. Replies
    3
    Views
    805

    Well i fixed the problem, i reinstalled winfax...

    Well i fixed the problem, i reinstalled winfax and everything works again, It must have been causing a conflict.
  32. Replies
    3
    Views
    805

    Missing Common Functions

    I have a old project that i made, and it has been having trouble with common function like "CHR(),FORMAT()". It has a missing reference to winfax, would this cause vb to stop?
  33. Replies
    4
    Views
    917

    Thanks, I though that function only worked the...

    Thanks, I though that function only worked the other way.
  34. Replies
    4
    Views
    917

    Not quite it. More like i want to change what is...

    Not quite it. More like i want to change what is at position 3 of a string, Not knowing what was there origonally. Like if the string was an array i would want to change the 3rd position of it.
    ...
  35. Replies
    4
    Views
    917

    Change A SIngle Char in String?

    How can i change a single char in a string, without having to make a new string? Like in c++ stringname[Position].
  36. Replies
    5
    Views
    1,341

    Never mind, I fixed it, I found out that i had...

    Never mind, I fixed it, I found out that i had to set binary compatability.
  37. Replies
    5
    Views
    1,341

    ActiveX Dll Question.

    I just seperated my class components into their own activeX dll files, Thinking that i could update the DLL and not have to update the program for updates. But when i recompile the activex Dll and...
  38. Finding Certain Folders (My Documents, Windows)

    I have a simple file selection form made, but i want it to
    have links on the side to "My Documents", "Windows", How could i find out where these are?
  39. Replies
    4
    Views
    854

    Thanks, Now it will be so much easier to edit...

    Thanks, Now it will be so much easier to edit all 16 text boxes.
  40. Replies
    4
    Views
    629

    Isn't the wildchar "%"

    Isn't the wildchar "%"
Results 1 to 40 of 231
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width