Search:

Type: Posts; User: JorgeLedo

Page 1 of 4 1 2 3 4

Search: Search took 0.12 seconds.

  1. Thread: Very basic

    by JorgeLedo
    Replies
    1
    Views
    316

    Very basic

    Hi. I have this very basic question. I´ve never used an ASP command in my life so....
    I'm already connected to the internet.

    As I imagine I have an ASP exe in a server that if I sen a command...
  2. Replies
    17
    Views
    908

    Mark Sreeves, I was wondering if there was...

    Mark Sreeves,

    I was wondering if there was such a func in VB for a long time. The only way I know how to do it (in an hard drive) doesn't let me format it if there is a doc open on it.

    Could...
  3. Replies
    2
    Views
    655

    Reply by myself.

    Sorry for asking and answering but I manage to do what I wanted with this api call for if anyone is interested.


    Declarations:
    Option Explicit

    Private Declare Function PrinterProperties Lib...
  4. Replies
    1
    Views
    406

    Fomr.Height = ###### . It works and it is bigger...

    Fomr.Height = ###### . It works and it is bigger than the screen resolution.
  5. Replies
    2
    Views
    655

    Hi, Is there a way to show the printer...

    Hi,

    Is there a way to show the printer properties dialog throught VB ?

    Like when you right-click in the printer icon in "Control Panel->Printers->xxxx" and choose properties.

    Thanks in...
  6. Replies
    4
    Views
    774

    You just have to check if it is the first John...

    You just have to check if it is the first John Smith in the Combo if it is use the "Find First" if it isn't use the "FindNext" once for the second, twice for the third, and so on.

    I would do it...
  7. Replies
    0
    Views
    424

    When I started to look into thi BB (I belive it...

    When I started to look into thi BB (I belive it was 2 years ago for my first UserName) the questions in these forums were easy enough ven for me to answer but now... YOU GUYS ARE GETTING TO GOOD. I...
  8. Thread: LCD control?

    by JorgeLedo
    Replies
    4
    Views
    827

    For what I understand is a RS-232 (Serial) LCD?...

    For what I understand is a RS-232 (Serial) LCD? If yes I've worked with a few of them earlier this year and was not hard at all. You just had to send a string with the character you wanted to display...
  9. Replies
    23
    Views
    1,206

    Missunderstand.

    I'm sorry but for this last year I'v missunderstand the ideia behind this forum. I know I'm not one of the most contributive members, but, mainly due to time laps between the U.S. and Europe, the...
  10. Matrix

    Ye the moon landing was a fake, but, anyways, everithing is a fake 'cause we are living in the MATRIX.

    The earth is really plain and so are your minds.

    From the one who discovered the breach in...
  11. Replies
    3
    Views
    724

    No there is no much diference but some nuances. ...

    No there is no much diference but some nuances.

    There is no DoEvents, the Winsock works a little diferent but most of all the diferences are that is a single task O.S. so you have to be carefull...
  12. Replies
    3
    Views
    724

    I did some proggraming in VB/CE any question ?

    I did some proggraming in VB/CE any question ?
  13. Replies
    0
    Views
    522

    How do I discover the measures of the printer...

    How do I discover the measures of the printer margins ?

    I try yo print a picture byt the .painpicture method to the total width and height of the printer and it prints even in the margins so the...
  14. Replies
    3
    Views
    597

    I tried it but the measurement of the area was...

    I tried it but the measurement of the area was correct but the picture inside was not "streched".
  15. Replies
    3
    Views
    597

    I'm trying to print a grphics thats is twice the...

    I'm trying to print a grphics thats is twice the size of the papers size so I tried the printer.paintpicture to do it. But, what it gives me is only the image but half-sized (half the image).

    The...
  16. Replies
    1
    Views
    745

    I'm trying to print a grphics thats is twice the...

    I'm trying to print a grphics thats is twice the size of the papers size so I tried the printer.paintpicture to do it. But, what it gives me is only the image but half-sized (half the image).

    The...
  17. Replies
    70
    Views
    2,220

    Portugal. Anyone ???

    Portugal.

    Anyone ???
  18. Replies
    18
    Views
    1,014

    1st make a dir "*.bmp" (for instance) to the...

    1st make a dir "*.bmp" (for instance) to the directory where the images are and until the dir statement returns "" keep loading the images. You must create an array of pictureboxes.
  19. Replies
    14
    Views
    914

    Why don't you include some history, at least...

    Why don't you include some history, at least recent one. From de decolonization till today?
  20. Replies
    45
    Views
    3,704

    Anyone interested in real appp's (not games) ????

    Anyone interested in real appp's (not games) ????
  21. Replies
    1
    Views
    582

    I need to resize a picturebox. It can pass...

    I need to resize a picturebox. It can pass throught an image but the final result must be a picturebox. All the examples I saw in the net were to use an image to the final viewing I need the final...
  22. Thread: Query mdb

    by JorgeLedo
    Replies
    2
    Views
    534

    Remark

    Just a remark.

    You can use smaller than (<) to delete the data from the date (and bellow):

    DELETE * FROM TableName WHERE TimeStamp Like <= '15-03-00*';

    This example erases all data smaller...
  23. Replies
    5
    Views
    5,625

    SonGouki is right. Both Double and Currency are 8...

    SonGouki is right. Both Double and Currency are 8 bytes and currency goes down up to 922,337,203,685,477.5807 and double
    goes up to 1.79769313486232E308 for positive values. So double is bigger.
    ...
  24. Replies
    3
    Views
    523

    Better than only knowing a language is to know...

    Better than only knowing a language is to know many (but one, at least, deeply). Either way this is a business that is in constant evolution so you never really know what the future will bring you....
  25. Replies
    22
    Views
    2,449

    I've been working with VSS for some time and am...

    I've been working with VSS for some time and am satisfied with it. But... I'm not sure we demanded a lot from it so...But once again if it didn't gave me any error till now I believe is a good tool.
  26. Replies
    8
    Views
    924

    Sorry ?

    I'm sorry but I don't understand. You want a popupmenu without border or not being 3d ?
  27. Replies
    1
    Views
    624

    Here is how.

    Put a picture (with Autoredraw:ON) in a form and put the following code to a button. It works like this:
    Get a square tile of a picture (e.g 3x3). Get red, green, and blue value of each pixel in the...
  28. Replies
    1
    Views
    983

    Does anyone know how to change Contrast /...

    Does anyone know how to change Contrast / Brightness in .BMP file loaded into a picturebox ?

    Or any site where I can learn it (I've searched it in VB Web Directory, VB Square, VB Api, this site...
  29. Replies
    4
    Views
    3,358

    Does anyone know how to change Contrast /...

    Does anyone know how to change Contrast / Brightness in .BMP file loaded into a picturebox ?

    Or any site where I can learn it (I've searched it in VB Web Directory, VB Square, VB Api, this site...
  30. Replies
    2
    Views
    641

    'Cause Windows only lets one mouse to work, even...

    'Cause Windows only lets one mouse to work, even if you have two connected the pointer is only one, you cannot do what you want directly. You must uninstall the drive of the serial mouse and scan...
  31. The title says it all.

    The title says it all.
  32. The title says it all.

    The title says it all.
  33. Replies
    8
    Views
    924

    Creat a proj and add a menu to it with the name ...

    Creat a proj and add a menu to it with the name "PoPMENU" (Tools->Menu-Editor)

    Place this code to your proj

    ---Start code -----

    Private Sub form_MouseDown(Button As Integer, Shift As...
  34. Thread: help me

    by JorgeLedo
    Replies
    2
    Views
    551

    You are not expecting that someone makes your...

    You are not expecting that someone makes your homework are you ?

    If you want to put some quetions feel free.

    Ex.: "How can I retirve a string from a file to compare it with the result of a text...
  35. Replies
    0
    Views
    400

    Hi there, I want to capture stills from a...

    Hi there,

    I want to capture stills from a video capture devide in my pc. HOW CAN I DO IT ?

    The goal of this proj is to capture stills of videos for rent and put 1,2, 4, 6, 8 or 12 of them in a...
  36. Replies
    6
    Views
    596

    Try using VBTab.

    Try using VBTab.
  37. Replies
    8
    Views
    924

    Sorry

    Sorry I've just found the "PopupMenu Method" and (amazingly) it works fine.

    Thanks anyway.
  38. Replies
    1
    Views
    588

    See the VC++/DLL topic in...

    See the VC++/DLL topic in http://www.codearchive.com/ .
  39. Replies
    8
    Views
    924

    I want ot create a menu like when you right-click...

    I want ot create a menu like when you right-click in the Internet Explorer. HOW??
  40. Thread: Mouse_Click

    by JorgeLedo
    Replies
    4
    Views
    564

    Paste tihs to a module: ----START---- Option...

    Paste tihs to a module:

    ----START----
    Option Explicit

    Type POINTAPI 'Declare types
    x As Long
    y As Long
    End Type
Results 1 to 40 of 139
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width