Search results for query: *

  1. Poornimapriya

    Question Regarding sending of mails using SMTP server in the organization

    I want to send the mail as well as sms from the PC. I am currently working on vb.net framework 2.0. I have code as follows: Imports System.Net.Mail Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim smtpServer As...
  2. Poornimapriya

    Question Two dimensional string array problem............

    Hey guys, I have a code block as follows Private Sub btnOpn_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOpn.Click Dim log(12)() As String Dim i As Integer = 0 Dim i1 As Integer = 0 Dim di As New IO.DirectoryInfo("F:\Tsunami...
  3. Poornimapriya

    Question How to convert the given string into the formatted date and time

    Hi guys, I want my string s = "110218055515" converted into the datetime format as dd/mm/yy hh:mm:ss. I am new to vb.net. So, Please help me. Thanks in advance.
  4. Poornimapriya

    Question Finding the subsequent occurences of character and separate as substring

    I am very grateful to you,,, Thank you very much for guiding.......... No words to explain.... :p:D:D:D
  5. Poornimapriya

    Question Finding the subsequent occurences of character and separate as substring

    Hi friends.... I am new to vb.net... I am developing an application proj on it.. In that, I want to separate charaters of the string which is of following stream, 18 Feb 2011 06:05:24 0601...
  6. Poornimapriya

    Help with project

    U can able to Make the values of MaximizeBox and Minimize box as False by making use of the Properties window of the form control... The Window state property also have to made as Maximized.... First you have to design two form such as one for inerction with the user another for dealing with...
  7. Poornimapriya

    Question How to store the contents of the controls in the notepad on runtime?

    Thanks for ur info... I do want to store it in the text file... But with the help of that System.IO, I think i can able to export the data from the form to the text file... Thanks for ur help too...
  8. Poornimapriya

    Question How to store the contents of the controls in the notepad on runtime?

    Hi this is Poornima. I am working on my real time project where the configuration details will be given on runtime. Based on the configuration details, the next form will be loaded and the data will be exported to the database and spreadsheets from the pop3 server. I have done the extraction...
Back
Top