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

Search:

Type: Posts; User: Swati Shukla

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,366

    Who provides Server for a new website?

    Hi,

    If you are trying to launch a new website, making webpages are not that difficult. If you already have webpages and domain name, what to do about the server?

    Is there any site that...
  2. How to save the image without accessing clipboard?

    Hi,

    I am using data to generate charts. Rightnow I am using the following inbuilt functions to save it as bmp.

    chart.EditCopy
    SavePicture Clipboard.GetData, "C:\temp.bmp"

    Previously this...
  3. MAPI Control: How to determine valid email address?

    Hi,

    I am using MAPI controls. MAPIMessages and MAPISession.

    Here how it looks!



    MAPISession1.UserName = "me"
    MAPISession1.SignOn
  4. Re: Can you send an email through VB Code?

    Hi,

    This actually did not work for me as it kept on complaining about the Profile.

    I used an alternative.


    MAPISession1.UserName = "me"
    MAPISession1.SignOn
    MAPIMessages1.SessionID =...
  5. Re: Can you send an email through VB Code?

    Hi,

    What does this mean in the code that you suggested?

    objSession.Logon "TH" 'Change This to A Valid Profile Name

    Thank you,

    Regards,
    Swati
  6. Can you send an email through VB Code?

    Hi,

    Can you send an email to the specified email address using VB code?

    If yes, can you send a file as an attachment through email via VB code?

    Thank you,

    Regards,
    Swati
  7. Replies
    3
    Views
    4,562

    How to convert bmp image to jpg image?

    Hi,

    I am using following code to create bmp image.

    image.EditCopy
    SavePicture Clipboard.GetData, "C:\tmp.bmp"

    So, I have the image as tmp.bmp file. Now, I need to convert this bmp image to...
  8. How to read the last line first from a file???

    Hi,

    Is is possible to first read the last line in the file and then read from the first line thru last line - 1?

    I need the info that is stored at the last line in the file and I need that...
  9. Reading the last line first from the file

    Hi,

    Is is possible to first read the last line in the file and then read from the first line thru last line - 1?

    I need the info that is stored at the last line in the file and I need that...
  10. Replies
    1
    Views
    540

    Reading from a file

    Hi,

    Is is possible to first read the last line in the file and then read from the first line thru last line - 1?

    I need the info that is stored at the last line in the file and I need that...
  11. Replies
    4
    Views
    2,360

    Re: Scheduled Task with DIWriteJpg method

    Hi,

    Thank you for your reply. But, this is what being happening.
    This is what I am doing!

    For testing purpose, I navigate to the Project->Project Settings->Make->Run Command.
    I give a command...
  12. Replies
    4
    Views
    2,360

    Scheduled Task with DIWriteJpg method

    Hi,

    I am using Declare Function DIWriteJpg Lib "DIjpg.dll" (ByVal DestPath As String, ByVal quality As Long, ByVal progressive As Long) As Long and Public Declare Function ConvertBMPtoJPG Lib...
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured