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

Search:

Type: Posts; User: kku

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,634

    Copy a file from remote computer

    Hi Xpertz,
    I get all Computers name from ldap and I wish to search a file at remote machine and copy it at any desitination. so I have following question
    1.How can we connect remote machine if...
  2. See the end of this message for details on invoking just-in-time (JIT) debugging ins

    when I run my application on vista 32 bit it will show the following error
    I compiled my application X86 that wiil run on XP 32 and 64 bit machine but not on vista

    Can anybody help me

    thanx...
  3. Replies
    2
    Views
    6,695

    Folder Name contain slash / or \

    Hi,

    I have facing prblm when create folder...my folder name contain "/" like

    folder\name or foler/name....
    so due to slash i can not create a folder or read data from that folder...
    can...
  4. Thread: send email vb.net

    by kku
    Replies
    4
    Views
    1,856

    Re: send email vb.net

    it is working...it just send email...but not a copy in sender 's sent box folder


    thanx for reply
  5. Replies
    4
    Views
    4,540

    Re: Run VB.Net application on both 32 nad 64 bit

    Hi,
    Your first point is confusing me because it’s not necessary that all 32 bit apps run on 64 bit and about your 2nd point my application have not any storage limitation
  6. Replies
    4
    Views
    4,540

    Run VB.Net application on both 32 nad 64 bit

    Hi,

    I developed an application that i compiled and run on 32 bit..but I wish to rum my application both 32 and 64 bit..can it is possible ..
    when i change platform x64 from solution project...
  7. Thread: send email vb.net

    by kku
    Replies
    4
    Views
    1,856

    send email vb.net

    Hi Expert,
    I have a program that send email...but It would not send a mail in a sender sent item..code is below

    SmtpMail.SmtpServer = txtSMTPServer.Text
    'Multiple recepients can be...
  8. Thread: Stop process

    by kku
    Replies
    4
    Views
    1,249

    Re: Stop process

    No I would not like to exit for or sub...i wish to wait until user click on child form button..
    bcoz I need loop index also after geting some data from child form
    thanx
    waiting ur reply
  9. Thread: Stop process

    by kku
    Replies
    4
    Views
    1,249

    Stop process

    Hi Expertz,
    I have a problem that I show a dialog in a form like in a loop like


    for i=0 to itotal then

    if (codition) then

    Dim DlgPas As New DialogPass()
    ...
  10. Replies
    1
    Views
    1,558

    Multithreading in VB.Net

    Hi Expert,
    I have a function in my class named

    Func(arg1,arg2)

    i wish to apply multithreading on it..how can I do that..
    any demos or examples..
    please help

    From Adnanio Brzzz
  11. Thread: log file

    by kku
    Replies
    8
    Views
    2,005

    create Log file

    hi experts,
    i am going to create a log file in vb.net...
    when i write a text file its overwrite previous text..so how can i append text
    or any sugestion about create log file
  12. Thread: log file

    by kku
    Replies
    8
    Views
    2,005

    log file

    hi experts,
    i am going to create a log file in vb.net...
    when i write a text file its overwrite previous text..so how can i append text
    or any sugestion about create log file
  13. Replies
    2
    Views
    719

    Re: passing value between forms

    thank you soooo much
  14. Replies
    2
    Views
    719

    passing value between forms

    Hi,
    I have winForm (form1 and form2)
    On Form1 I have Textbox (txtBox1 and form2 txtbox2 )
    On click of button I load form2 ie form2.showDialog() ..I have to display value entered in Txtbox2...
  15. Replies
    9
    Views
    1,334

    Re: browse folders and files

    I found a article but it is showing error

    http://www.codeproject.com/KB/cpp/VbNetExpTree.aspx
  16. Replies
    9
    Views
    1,334

    Re: browse folders and files

    i am using vb.net 2008
  17. Replies
    9
    Views
    1,334

    Re: browse folders and files

    you can see image like this...
  18. Replies
    9
    Views
    1,334

    Re: browse folders and files

    ya like "windows-explorer" and when user click OK button then get all files in that folder...
  19. Replies
    9
    Views
    1,334

    Re: browse folders and files

    I want to use" file open dialog" and "folder open dialog" in same window ..is it possible..
    have you send me any example
  20. Replies
    9
    Views
    1,334

    browse folders and files

    hi all

    i am try to browse folder and files in common dialog that will show only folder or files both in a same panel but i wish to show all folders and its file on a same window separately....i...
  21. Thread: Read .pst file

    by kku
    Replies
    3
    Views
    15,330

    Re: Read .pst file

    have u any idea about redemption.dll
    its example or code
    thanx
  22. Thread: Read .pst file

    by kku
    Replies
    3
    Views
    15,330

    Re: Read .pst file

    thank you sooo much I found at

    http://support.microsoft.com/kb/310258
  23. Thread: Read .pst file

    by kku
    Replies
    3
    Views
    15,330

    Read .pst file

    Hi All
    I wana read outlook .pst file through my application that is in C#..can any body help me that how can we read .pst file using .net
    during my research i found there are three ways

    1-MAPI /...
  24. Replies
    3
    Views
    6,154

    Re: change system language in language bar

    sir
    I want to chnages the input locale, not the language of the application
  25. Replies
    3
    Views
    6,154

    change system language in language bar

    Hi All
    Can anyone help me
    I wana change default system language programeticaly

    for example
    i whish to chage my window language from english to urdu using C#.net

    thanx
Results 1 to 25 of 65
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured