Search:

Type: Posts; User: em07189

Page 1 of 8 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    805

    Re: write to text file ,question?

    I'm the method bellow:



    Public Sub escreve(x As String)


    Dim FILE_NAME As String = "C:\mon.txt"

    If System.IO.File.Exists(FILE_NAME) = True Then
  2. Replies
    5
    Views
    805

    write to text file ,question?

    Hi everyone!


    How can i write text to the end of a text file?

    I mean instead of creating a new file each time my app run ,i want to add text to the end of that text file.
  3. Re: Run application on windows startup for all user accounts on my computer?

    HI!

    How can i know the actual user logged on?
  4. Run application on windows startup for all user accounts on my computer?

    Hi everyone!

    how can i run a application on windows startup for all user accounts on my computer?

    Can i use the registry to do this?

    How can i now what is the user that is loged on my...
  5. run application while computer is in the log off mode?

    Hi everyone!

    How can i put a application running while computer is in the log off mode?

    can someone give a sample code?


    Thanks.
  6. Replies
    1
    Views
    565

    run code when computer in log off mode?

    Hi everyone!


    Is possible to run code while computer is in log off mode?

    How can i do this?
  7. Replies
    3
    Views
    721

    VS 2008 Re: format double number like integer??

    theres no other way without converting the double to integer?

    Because this way if the user of my application chooses 0 precison , i will have to do a if statment.
  8. Replies
    3
    Views
    721

    VS 2008 format double number like integer??

    Hi everyone!

    How can i format a double number to be like a integer?

    for example:

    i want to 12.34 to be rounded and displayed like 12 not 12.0.

    because when i do String.Format("{0:n0}",...
  9. Replies
    5
    Views
    768

    VS 2008 Re: Problem reading txt file??

    And what should i do to put each line from the text file as a item in a arraylist??
  10. Replies
    5
    Views
    768

    VS 2008 Problem reading txt file??

    Hi everyone!

    I'm trying to read and load the content from the attached text file to a arraylist with the code bellow.
    but what is happening is that not all the lines from the text file are loaded...
  11. VS 2008 folder options - hide extensions for known file types question, problem??

    Hi everyone!

    it's possible with vb.net code to show or hide extensions for known file types ? this is a folder option for the new windows 7, wich allow the user to show or hide extensions for...
  12. Replies
    16
    Views
    41,350

    Re: Utility - File Search

    HI!

    How can i modify the code to search files by it's extension when the folder options are set to hide the file extension??

    thanks.
  13. VS 2008 Folderbrowserdialog.selectedpath with variable question?

    Hi Everyone!

    i have a textbox1 with the following text c:\xxx\y

    how can i open Folderbrowserdialog.selectedpath with a variable,i mean:

    when i try to do...
  14. Replies
    9
    Views
    2,097

    VS 2008 Re: Pass a global variable from a dll to a exe??

    about command line parameter? what do i have to do?

    can someone give-me a example code?
  15. Replies
    9
    Views
    2,097

    VS 2008 Re: Pass a global variable from a dll to a exe??

    HI!

    Yes the dll executes the exe.
    How do i pass it as a command line parameter?
    what is the code to execute the exe from the dll?
  16. Replies
    9
    Views
    2,097

    VS 2008 Re: Pass a global variable from a dll to a exe??

    anyone?
  17. Replies
    9
    Views
    2,097

    VS 2008 Re: Pass a global variable from a dll to a exe??

    Hi!

    The dll and exe are individual seprated and compiled application's .

    i need to pass a variable from a dll application to a exe application, hope you understand what i want here.

    thanks
  18. Replies
    9
    Views
    2,097

    VS 2008 Pass a global variable from a dll to a exe??

    HI everyone!

    How can i pass a global variable from dll project to a exe file, after this i want to run the exe also from the dll.

    How can i do this?

    thanks.
  19. VS 2008 How to check if a computer has acess to the internet ???

    Hi everyone!

    How to check if a computer has acess to the internet? can someone give me a sample code to do this?

    Thanks.
  20. Replies
    6
    Views
    808

    VS 2008 Re: Send email with attachements to gmail???

    Hi amrita!

    I've got the following error in the line "smtp.Send(sampleMail)":

    -The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0...
  21. Replies
    6
    Views
    808

    VS 2008 Send email with attachements to gmail???

    Hi everyone!

    Can someone give a vb.net sample code to send emails with attachaments to a gmail account?

    thanks.
  22. VS 2008 Re: Close my application when user shutsdown, restarts, log off or switches user???

    Will this code detect when the user shutsdown the computer, restarts, log off or switches user??

    well i want to be able to save apllication settings, when this events are fired.
  23. VS 2008 Close my application when user shutsdown, restarts, log off or switches user???

    HI everyone!

    How can i close my vb.net application when user shutsdown, restarts, log off or switches user???

    there is anyway to do this?

    thanks.
  24. Replies
    3
    Views
    2,102

    VS 2008 Re: Directory.GetFiles problem??

    How to do that?
  25. Replies
    3
    Views
    2,102

    VS 2008 Directory.GetFiles problem??

    Hi everyone!

    in the code bellow i got a UnauthorizedAccessException unhandled , acess is denied to the directory 'c:\Windows\System32\LogFiles\WMI\RtBackup'.

    A first chance exception of type...
  26. VS 2008 How to create directory and subdirectory???

    Hi everyone!

    How can i create a directory and subdirectorys??

    for example how can i create the following directorys and subdirectorys:
    ...
  27. Replies
    5
    Views
    872

    VS 2008 How to block the computer during a save??

    Hi everyone!

    How can i make the computer to block while the user is doing a save to the application i'm building?

    I mean the user cant do anything else in the computer while the my application...
  28. VS 2008 best database program or software to work with visual basic.net??

    HI everyone!


    Do you guys, build databes using vb.net , or do you use other database software in conjunction with vb?

    What is the best software to work with vb.net?

    or how is the best way...
  29. VS 2008 'Point' is ambiguous, imported from the types 'System.Drawing, Inventor', question???

    Hi everyone!

    Dim pt As Point, is the problem here, i know that this class point can belong to the types Inventor or System drawing.

    I want to make it part of the System drawing, how i do this...
  30. Replies
    6
    Views
    1,464

    Re: write and read array of structure to file

    HI Gary?

    What is the link name in your signature??

    I would like to see some code samples, if anyones has some of them for both options?

    thanks.
  31. Replies
    6
    Views
    1,464

    write and read array of structure to file

    Hi everyone!

    How can i write and read a array of a structure to a file??

    I have the following structure and code:

    Structure PersonInfo
    Dim Name As String
    Dim Tel As String
    Dim Sal As...
  32. VS 2008 Help with code to write and read structure to text file

    OK, i have the code bellow to write a structure to a text file, but nothing is happening, can someone check this for me ?

    how can i get a error message if the file doen't exist?

    thanks.



    ...
  33. VS 2008 How to write and read string array to a text file?

    Hi everyone!


    how can i write and read a string array to a text file?

    Thanks.
  34. Replies
    12
    Views
    991

    VS 2008 Re: object question?

    Hi dbasnett!

    well i'm using the devexpress treelistview suite and they have a example were they had to the parent node the following values to the diferent columns cells.

    Dim...
  35. Replies
    12
    Views
    991

    VS 2008 Re: object question?

    Hi there!

    i didn't explain myself in the correct way.

    Dim Values As Object() = {S, DI.Name, "Folder", Nothing, DI.Attributes}

    I want to replace the line above that has predefined values,...
  36. Replies
    12
    Views
    991

    VS 2008 object question?

    hi everyone!

    Dim Values As Object() = {S, DI.Name, "Folder", Nothing, DI.Attributes}

    how can i add values to the object above with a for loop?

    for example:

    dim i as integer
  37. VS 2008 how do i write to the registry and read from the registry using vb.net?

    hi!

    how do i write to the windows registry and read from the registry?

    i'm using windows 7 - 64 bits, and visual studio 2008.

    thanks.
  38. where can i get a treelistview written in vb.net that works on vs 2008?

    Hi!

    where can i get a treelistview written in vb.net that works on vs 2008 or vb express edition 2008?
  39. can i run this code with vb 2008 express edition??

    hi!

    i'm not able to open the project and run the source code of the bellow link to treelistview, can someone help me?

    i'm trying to open with vb 2008 express edition and visual studio 2008,...
  40. Re: How can i do or get a sample code of a Treelistview control?

    Hi Nick!

    i will have to get the project in vb.net because i have to make some changes in the code, like having editable cells.
Results 1 to 40 of 303
Page 1 of 8 1 2 3 4



Click Here to Expand Forum to Full Width