Hi all
Can you give me information about Virus ...like which categories are they, what are there effects...pleas e give any information or like Sites from where i can collect the information
this are the virus i need the information
Encrypting Virus
Backdoor
Joke
Keylogger
Please
Thanks in Advance
Regards
Mahesh
User Profile
Collapse
-
Hi
What you do is make another column and make it as Primary key and and make that column as auto increment
so in Vb.net you just use that column no. for example
"delete from tablename where newcolumn = column no."
Let check if this helps you.....
Cheers
Mahesh... -
Hi
My code is
Code:public static void SendMessage(string to, string subject, string message, MailFormat format) { //string smtpServer = GetConfigValue("SmtpServer"); //string smtpPort = GetConfigValue("SmtpPort"); //string smtpUsername = GetConfigValue("SmtpUsername"); //string smtpPassword = GetConfigValue("SmtpPassword");
Leave a comment:
-
Hi
I am using same but it still its giving problem
Please help me......Leave a comment:
-
Hi Seshu
For email Validation we can use Object on textbox Validating Event put the code it will help you
Code:Dim reg = CreateObject("VBScript.Regexp") Dim sParams As String sParams =Textbox1.Text reg.pattern = "^(\w+\.)*(\w+)*(\w+\-)*(\w+)@(\w+\-)*(\w+\.)+([a-zA-Z]{2,4})$" If (sParams = "") Then MsgBox("Please
Leave a comment:
-
I am Using .Net 1.1 mailing sending Problem in C#
Hi
I am Sending Thousands of mail at a time but its sends 500 or 600 mails and stops..
So i need a solution so that it does not stop before completing the Task
Please Help me
Cheers
Mahesh -
Hi
What you want to send Message to your Default mail setting
can you make it clear
cheer
Mahesh...Leave a comment:
-
HI
On DataGridView1_C ellDoubleClick event paste this code it will definately work
dim stdata
stdata = datagridmainfor m.CurrentRow.Ce lls.Item(0).Val ue.ToString()
In this on datagrid view the first column i.e item(0) value comes in stdata
Cheers
Mahesh...Leave a comment:
-
-
In Tabs Control by default it show focus on the First Tab but..
Hi
In Tabs Control by default it show focus on the First Tab but I want to make Default
tab to load is third tab to show Focus on the Form Load
Please help me...
Cheers
Mahesh -
Thanx a Lot...
I placed that code as
[PHP]</tr>
<?
$header = "Company Name". "\t"."Inqui ry Date". "\t"."Conta ct Person".
"\t"."Email ID". "\t"."Addre ss". "\t"."City" . "\t"."State"."\ n";
...Leave a comment:
-
Mahesh83 started a topic I want to Remove "\n\r" from the Column as its creating Problem in Excel Exportin PHPI want to Remove "\n\r" from the Column as its creating Problem in Excel Export
Hi my code is
[PHP] <?
$header = "Company Name". "\t"."Inqui ry Date". "\t"."Conta ct Person".
"\t"."Email ID". "\t"."Addre ss". "\t"."City" . "\t"."State"."\ n";
$data = "";
while($row_inqu iry = mysql_fetch_ass oc($result_inqu iry))
... -
HI
It will help you
Code:Dim oWord As Microsoft.Office.Interop.Word.Application Dim oDoc As Microsoft.Office.Interop.Word.Document oWord = CreateObject("Word.Application") oWord.Visible = False oDoc = oWord.Documents.Add 'your content' oDoc.SaveAs(Application.StartupPath & "Test.doc") oWord.Quit()
MaheshLeave a comment:
-
Hi
When You Creating Word File and your Using same file to copy to Next Location...
you need to close that Word File
Use thi it will work forCode:oWord.Quit()
Code:System.Runtime.InteropServices.Marshal.ReleaseComObject(oWord)
MaheshLeave a comment:
-
Hi
To make the text Alignment of the datagrid to Center just see in Properties of the Datagrid in that Columns ----in that See Appearance---- Layout(Alignmen t = MiddleCenter)
And for the width to keep as according to view you want can be done
in that Columns ----in that See Layout you will get Fill weight and maximum Width
MaheshLeave a comment:
-
In Appearance we have
1.Back Color
2.Border Style(None,Fixe dSingle,Fixed3D )
3.Cursor
But I need Border color to Blue with Border style as (None,or FixedSingle)
Please Suggest Some idea...
or any other way that i would get Textbox Border color to Blue
Thanks & Regards
Mahesh...Leave a comment:
-
Textbox Border Color in VB Express Edition
Hi
I am using Microsoft VB 2005 Express Edition
I want to Change the Border Color of the textbox that to flat TextBox...
I guess i am missing something to install as that option is not in my Properties
Please Help me
Thanks & Regards
Mahesh -
i put code in
Private Sub txtusername_Tex tChanged(ByVal sender As Object, ByVal e As System.EventArg s) Handles txtusername.Tex tChanged
'Static Busy As Boolean
'If Not Busy Then
' Busy = True
' If txtusername.Tex t = "" Then
' txtusername.Tex t = " "
' txtusername.Sel ectionStart = 1
' End...Leave a comment:
-
Okay, it's Friday evening where I am and I'm tired, so for now let's try a simple brute-force approach. Create a timer, set interval really short (100, perhaps). Then paste this into the Timer event procedure...Code:Dim CursorPos As Long With Text1 ' Change this to the name of your textbox. CursorPos = .SelStart If .SelLength > 0 Then Exit Sub If .Text = "" Then .Text = " "
Leave a comment:
-
No activity results to display
Show More
Leave a comment: