Search results for query: *

  • Users: powerteh
  • Content: Threads
  • Order by date
  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

    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...
  3. 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
  4. 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? ...
  5. 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
  6. 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