Search results for query: *

  1. P

    Formatting Textbox

    Hi all, how to start in a newline whenever it meets a bullet in the textbox? Actually the text is get directly from database (SQL SERVER). Due to there may have more than 1 answer, so i need to start the new answer in a newline. however, all answers were store in the same column in the...
  2. P

    Print the text in text box

    Hi David, Sorry for disturbing you again! What is the namespace that i need to import for PUSH the text to Crystal Report? Thanks and regards, powerteh:(
  3. P

    How to Open a MS Word File from VB .NET?

    How to Edit a MS Word File from VB .NET? hi all, Currently, i want to edit a existing Word File by using VB .NET Add in. Below are my codes (for Button only): PrivateSub MyButton_Click(ByVal Ctrl As Microsoft.Office.Core.CommandBarButton, ByRef CancelDefault AsBoolean) Handles...
  4. P

    check and move mail from Outlook

    hi John, Sorry for disturb you again! i have try the code that you gave me, and make a little changes to it. However, the error occured as below : "An unhandled exception of type 'System.IO.DirectoryNotFoundException' occurred in microsoft.visualbasic.dll Additional information: The...
  5. P

    check and move mail from Outlook

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim i As Integer ' Create Outlook application. Dim oApp As Outlook.Application = New Outlook.Application ' Get Mapi NameSpace. Dim oNS As Outlook.NameSpace =...
  6. P

    check and move mail from Outlook

    Erm...let me cut it short! What i want is to move (or copy) all mails from outlook to desktop (created folder). And i know the example you gave me can retrieve all the mails, but how to copy the mails to desktop? Thanks for helping.
  7. P

    check and move mail from Outlook

    hi John, Thanks for sharing that to me, i really appreciate that! I have another question here: i) the example you gave me is to retrieve all mails from Outlook and shown by using console application. However, what i want is to retrieve and save the...
  8. P

    check and move mail from Outlook

    hi all, is it possible for us to using VB .NET to move all mail from Outlook to a folder(created by ourself) ? Pls show me the code. Your information are appreciated. thanks
  9. P

    Print the text in text box

    hi all, Currently, i need to write a program that enable to generate report with standard format. Therefore, i will hard code some of the text with other textboxes' text in a text box. And then, the information must be printed out for reference. How to print the contents inside a textbox? ...
  10. P

    DateTimePicker to DB Access

    hi, thanks for your code! Now i can continue my assignment. :p
  11. P

    DateTimePicker to DB Access

    Hi, Thi is the sample form that i want to create. Problem : i) how to save the text box value together with the DateTimePicker values into a same table, as a same record? (by clicking the button) Please show me simple example of code if its need DataBinding to achieve. thanks
  12. P

    How to use MonthCalender

    hi Luke, I am beginner of VB .NET. Can you show me some example of the code? Thanks
  13. P

    How to use MonthCalender

    I want to let user select the date from MonthCalender, and capture it (for save into database). How to do that :confused:
Back
Top