Search:

Type: Posts; User: nbmprivat

Search: Search took 0.04 seconds.

  1. Replies
    6
    Views
    952

    Re: Save data??????

    Never mind... found a very usefull link:

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/vbmysettings.asp
  2. Replies
    6
    Views
    952

    Re: Save data??????

    If you are so kind, can you further explain how to do that. Never heard of creating a "setting" object. Maybe a link to how this works? Would really appreciate it.
  3. Replies
    6
    Views
    952

    Re: Save data??????

    Nobody? :(
  4. Replies
    6
    Views
    952

    Re: Save data??????

    I'd rather have a edit option form i the app. As easy as possible for the user. It must be dynamic in that sense! U know, like everyday programs we use and can edit some options within the app.
  5. Replies
    6
    Views
    952

    [RESOLVED] Save data??????

    Don't know if this is the right place to ask, but I have a coding problem.

    I'm developing a program that starts some installationfiles. In the settings form I want the user to be able to edit the...
  6. Thread: Batch

    by nbmprivat
    Replies
    3
    Views
    649

    Re: Batch

    No one?
  7. Thread: Batch

    by nbmprivat
    Replies
    3
    Views
    649

    Re: Batch

    Forgot about that. Sorry.


    Private Sub startThread()
    Dim CMDThread As New Threading.Thread(AddressOf CMDAutomate)
    CMDThread.Start()
    End Sub

    Private Sub...
  8. Thread: Batch

    by nbmprivat
    Replies
    3
    Views
    649

    Batch

    Hey guys/girls

    I have a problem. I made a program that runs batch files from a location on our network.

    http://img143.imageshack.us/my.php?image=unavngivet3sz.jpg

    When I press a button,...
  9. Replies
    6
    Views
    759

    Re: Need help with batch and networking

    Yes, that worked out fine with some minor tweaks.

    And how do I check if the computer is connected to the internet?
  10. Replies
    27
    Views
    18,581

    Re: VB Snippet - Map a Drive

    Nope... but I dropped the drivemapping solution. I just use the direct network path to start batch files.
  11. Replies
    27
    Views
    18,581

    Re: VB Snippet - Map a Drive

    Yes...
  12. Replies
    6
    Views
    759

    Need help with batch and networking

    1. How do I get the cmd text into a textbox when executing a batch file?
    2. How do I check if the computer is connected to the internet? I want an icon showing if the app is connected or not.
  13. Re: Automate Command Prompt Window (CMD), Redirect Output to Application

    I get an "InvalidOperationException"...
  14. Replies
    27
    Views
    18,581

    Re: VB Snippet - Map a Drive

    Question: When I use the "NET USE" code if doesn't remove the drive icon. What can I do about? An yes, I hit F5 several times. When I click the icon a error message shows.
  15. Replies
    4
    Views
    573

    Re: Need "network" advice

    Thinking about it, theoretically it shouldn't be possible to run the installation files without mapping the drive, right?
  16. Replies
    4
    Views
    573

    Re: Need "network" advice

    No it should not be mapped as a network drive. We have a intranet (website) where this little app should be run and then get access to the network drive and the specific installation files or batch...
  17. Replies
    4
    Views
    573

    Re: Need "network" advice

    Oh, and this little interface should be available on the intranet so that everybody can start it.
  18. Replies
    4
    Views
    573

    Need "network" advice

    I got a assignmen today that I'm unsure about. We have a network drive with many programs and some bat(ch) files. Now we want a interface with buttons that start these bat(ch) files. These are needed...
  19. Replies
    1
    Views
    525

    Re: [RESOLVED] Table Font - Maybe easy?

    Never mind... It's resolved
  20. Replies
    1
    Views
    525

    [RESOLVED] Table Font - Maybe easy?

    I making a html table in visual basic 2005 express within a StringBuilder which I then mail as a html string. Works fine except I can't change the font size of the table.

    I tried with
    <font...
  21. Replies
    8
    Views
    661

    Re: Icons

    I have only express edition 2005. But I know what to do. Thanks
  22. Replies
    8
    Views
    661

    Re: Icons

    :confused: Ressource Extractor?
  23. Replies
    8
    Views
    661

    [RESOLVED] Icons

    How do I add system icons to my application. I have a print and a mail button for example. I know how to set an image to the button. But I don't know where to find system icons and add them to my...
  24. Replies
    0
    Views
    467

    Printing Image

    Hello

    I think this is a easy to fix problem, but I have no idea how. I'm using PrintDocument and want to print an image which should be in center of the printed page. How do I code this? This is...
  25. Replies
    1
    Views
    528

    Re: MailMessage - Attachment issue

    Can I somehow reference to the attachment so that the images shows directly in the mail?
  26. Replies
    1
    Views
    528

    MailMessage - Attachment issue

    Hello again

    I have a picture of a form which I want to send as an attachment. But when I receive the attachment in Lotus Notes I must choose to open the attachment. I want it to show directly in...
  27. Thread: String

    by nbmprivat
    Replies
    2
    Views
    535

    String

    I have a form with checkboxes, textfiels and a datagridview. I want to take this information and put in a string which then should be send by mail. What is the best way to go about this?

    I'd...
  28. Re: Second thread help needed - mail issue

    Thanks guys... Hopefully I can figure it out. I will something with the above code.
  29. Re: Second thread help needed - mail issue

    Last thing thoug. The window img grabber works fine. Anybody know how to print directly from memory? This would be preferable so that I won't be messing with the clients harddrive.

    And also. The...
  30. Re: Second thread help needed - mail issue

    I will try this special class. Thank you.
  31. Re: Second thread help needed - mail issue

    I mean printing... But I also have to send the form info to email. I forgot to say. Sorry
  32. [RESOLVED] Second thread help needed - mail issue

    Hello again

    I know how to send mail and define the email body. Here's my issue:

    I have a form with checkboxes and textfields which I want to print out. Is there any easy way to go about this? ...
  33. Replies
    5
    Views
    799

    Re: First thread & help needed

    That solved my problem... thanks alot!
  34. Replies
    5
    Views
    799

    Re: First thread & help needed

    Thanks, that helped somewhat. But I can't figure out how to add a single cell value to one column. (like the drawing)

    I can add rows but now the cell values (monday - sunday). The other column...
  35. Replies
    5
    Views
    799

    [RESOLVED] First thread & help needed

    Hello guys/girls

    I have a slight problem. I'm supposed to develop an small application for my company without databases.

    I want to have grid with choices. The first column & rows is from...
Results 1 to 35 of 35



Click Here to Expand Forum to Full Width