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

Search:

Type: Posts; User: bbhavana

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Thread: Smtp

    by bbhavana
    Replies
    3
    Views
    997

    smtp

    See i wrote this program which creates mails in the outlook. Bt the problem is that someone has to click send and recive in it only then mails will go.

    My boss want me to create this mail sending...
  2. Thread: Smtp

    by bbhavana
    Replies
    3
    Views
    997

    Smtp

    Can anyone tell me how to send mails using smtp Please help me out its urgent
    My Boss will kill me :((
  3. Replies
    2
    Views
    762

    hi

    add refrence of Microsoft Word Object To ur project

    and u can declare a object as

    Dim wsD As Word.Application
    Dim mydoc As Word.Document

    Set myDoc = Documents("Report.doc")...
  4. Replies
    0
    Views
    736

    Sort mails in Outlook

    I am writing a program where i need to access the mails in the outlook ... I am able to read the mails But i need them to be sorted before i read then


    Any Idea How To Sort The Mails on the Sent...
  5. Replies
    0
    Views
    715

    Sender Email Address

    Is there any way to find the senders email address ...


    i am using the following code but

    senders email address in to displayed all the time

    Set msgB =...
  6. did u find the solution

    were u able to find the solution...

    i also need to know the email address of the sender can u pls help me out
  7. Replies
    0
    Views
    479

    OUlook adress Book Contacts Creation ???

    I am creating contacts in outlook using outlook application from Visual Basic

    i have this stupid problem

    1) Outlook tries to swap the Contacts which have all the characters same expect the...
  8. Replies
    2
    Views
    6,608

    BIOS Serial Number

    Can Anyone Pls Help me to Find
    Bios serialnumber

    i read earlier forum it said use WMI

    but i don't How
  9. Replies
    6
    Views
    2,997

    hi were u able to find the solution i have the...

    hi were u able to find the solution i have the same problem how to find if Cpu Is Pentium 3 or 4
  10. Replies
    4
    Views
    1,607

    this will not be able to tell me if CPu is...

    this will not be able to tell me if CPu is pentium 2, 3 or 4 pls help me out thank u
  11. Replies
    9
    Views
    1,773

    hi JeffB when i write the above code and...

    hi JeffB

    when i write the above code and run it say filesystemobject not declared

    in help MSDN it is using as scription language
    what should i Do

    Pls help me

    Thank U
  12. Replies
    9
    Views
    1,773

    hi JeffB when i write the above code and...

    hi JeffB

    when i write the above code and run it say filesystemobject not declared

    in help MSDN it is using as scription language
    what should i Do

    Pls help me

    Thank U
  13. Replies
    9
    Views
    1,773

    how to know all the drives in the system...

    how to know all the drives in the system...
  14. Replies
    9
    Views
    1,773

    hard disk Space

    Can anyone pls tell me how to find out all the hard disk installed in the PC

    ( c:, d: , e:)

    and how to find their sizess....

    Pls Help me out
    thank u
  15. Replies
    4
    Views
    1,607

    Detect CPU Processor

    i want to find the CPU Processor of the Pc

    how can i do that
  16. Thread: calender

    by bbhavana
    Replies
    1
    Views
    608

    calender

    pls help me out I need help

    I am making input form in which i need in input thre date

    Is there any calender ocx i can use expect the
    Microsoft Calender Control 8.0
    it takes lot of space...
  17. Replies
    4
    Views
    1,308

    Thank U

    Thank u for the help

    It workssssssssss
  18. Replies
    4
    Views
    1,308

    not working

    it is not working
    It is still giving -1 what to do ?????????/
  19. Replies
    4
    Views
    1,308

    rsTable.AbsolutePosition not working

    I have the code as following but rsTable.AbsolutePosition is giving - 1

    What to do???

    Dim rsTemp As ADODB.Recordset

    Set rsTemp = New ADODB.Recordset

    strtable =...
  20. thank u it does help

    thank u it does help
  21. Thread: form as web

    by bbhavana
    Replies
    2
    Views
    596

    form as web

    I want to have more then 25 textbowes in my form and i want it to scroll down using horzontal scrollbar

    Form shoyld be something like a web page in which u can scroll up and down and text box...
  22. Thread: access wizard

    by bbhavana
    Replies
    0
    Views
    598

    access wizard

    I want to create form creation wizard in VB

    Something Like Access Form builder Wizard.

    How can i create a component eg text box and save it

    I can load it at run time but it will not be saved...
  23. Thread: Textfile size

    by bbhavana
    Replies
    3
    Views
    627

    thank u

    thank u for the help

    IT is amazing and really works
    thank u
  24. Thread: Textfile size

    by bbhavana
    Replies
    3
    Views
    627

    Textfile size

    i have to import data from the text file into table ...

    How can i know the number of lines of the textfile before importing ....

    i don't want to read each line and calculate.

    Each Line...
  25. Thread: Eval Function

    by bbhavana
    Replies
    4
    Views
    18,094

    :(

    i have written followiing code but the value of mysdate remains blank

    Dim mydate
    ScriptControl1.Eval ("mydate = Now()")

    MsgBox mydate
Results 1 to 25 of 34
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured