arjunsasidharan 297 Practically a Posting Shark

First of all the link that JX gave was perfect. Harry you should put on some effort to understand how the code works.. Good explanation Jugortha..

Try this link too

harryl5 commented: Thanks for the help ! +1
arjunsasidharan 297 Practically a Posting Shark

^
the dude who paid daniweb and became a sponsor just to change his avatar :D.. He's cool.. i like him. :)

*HIGH FIVE*

ndeniche commented: hat happens often... people tend to like me... +3
arjunsasidharan 297 Practically a Posting Shark

^

My team colleague. He's gentle and has high potential of becoming a entrepreneur. :)

arjunsasidharan 297 Practically a Posting Shark

^
He's a good kid.. Tries to help others and gets beaten up by his own friend ;). He's cool! :)

arjunsasidharan 297 Practically a Posting Shark

That link should suffice. You have to show some effort from your side by using those example's. Just don't blindly ask for the code.

Show us how far you have implemented with your code.

arjunsasidharan 297 Practically a Posting Shark

Try this link

arjunsasidharan 297 Practically a Posting Shark

This is all that i can come up with. I saw a lot of tutorials in google but no examples.

arjunsasidharan 297 Practically a Posting Shark

How did you solve it. Never heard of that kind of exception?

arjunsasidharan 297 Practically a Posting Shark

^

pain in the *** to all here. But i think he is helpful sometimes considering his posts in Windows Xp/NT forums.

iamthwee commented: please stop swearing. -2
jbennet commented: that words isnt swearing, its cursing +22
Sulley's Boo commented: iamthwee was never wrong -_- +0
arjunsasidharan 297 Practically a Posting Shark

The dude with the 'Evil Eye' lol!! Good at programming and a gentle person. :)

arjunsasidharan 297 Practically a Posting Shark

or
insert into table_name2
select col1,col2 from table_name1

arjunsasidharan 297 Practically a Posting Shark

^

Annoying and beautiful!! ;)

christina>you commented: eh, you get a good rep for the second part. +21
arjunsasidharan 297 Practically a Posting Shark

You can use a datagrid in your form and retrieve the values from your database to your datagrid.

Check out this link. Make changes according to your need.

arjunsasidharan 297 Practically a Posting Shark

Erm, do you know what a database is. Do you know what querying a database is?

Yes i know it pretty well Wee head.. :angry:

All Dani probably did was access the reputation table, do a query with rash's name in it, order by rep comment, since rash spammed individuals with the same comment over and over. And just delete all those since they will be all clustered together?

i didn't ask you for an explanation did i?All i asked was did Rashakil help her out with it..

arjunsasidharan 297 Practically a Posting Shark

So how did you do it? Did Rashakil help you out with it?

arjunsasidharan 297 Practically a Posting Shark

Refer this thread

arjunsasidharan 297 Practically a Posting Shark

I guess your rite Salem. So much of rep's been handed over by Rashakil. Check out christina's rep points. Its all bad repped and was offered by Rashakil.

arjunsasidharan 297 Practically a Posting Shark

It should be user presses 'x'. But I don't know how to edit the title?

Dim mblnexit As Boolean'Declare a boolan
public ApplicationName As String = "Howdy"
Private Sub Form_Closing(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles MyBase.Closing
        Dim lstrMsg As String
        If mblnexit = False Then
            lstrMsg = MsgBox("Are You sure to Save the Application", MsgBoxStyle.YesNo + MsgBoxStyle.Exclamation, ApplicationName)
            If lstrMsg = Microsoft.VisualBasic.vbYes Then
                Me.Dispose()
                Me.Close()
            Else
                e.Cancel = True
            End If
      End If
End Sub

iamthewee.. If this is what you want then use it. If its not then don't give me darn bad rep! :|

iamthwee commented: Excellent +11
arjunsasidharan 297 Practically a Posting Shark

Could someone please help me? :icon_eek:

Try this

arjunsasidharan 297 Practically a Posting Shark
arjunsasidharan 297 Practically a Posting Shark

i didn't understand what your saying here?

Try declaring an object for the form2 and call it at runtime..

arjunsasidharan 297 Practically a Posting Shark

What he was trying to say is when a user is provided with a limited account feature.. Where the particular users does'nt have the rights to install or remove a S/W.. Yes this question is not related to the topic. The Virus and other nasties comes using the internet. So if you switch it of you don't have to update your Windows nor you have to be worried about the virus and the nasties :D

arjunsasidharan 297 Practically a Posting Shark

I guess the error is from the sql database side. Set the column to accept nulls and try it out.

arjunsasidharan 297 Practically a Posting Shark

:D misunderstood sometimes. Not always JB.

arjunsasidharan 297 Practically a Posting Shark

haha.. hey JB i remember you saying that you hated Rashkil? What happened now?

christina>you commented: actually you bad repped me first with your "suggestion" lol. ;o) +11
arjunsasidharan 297 Practically a Posting Shark

no definitely its his eyes.. i saw it immediately and when the dude posted it.. And there was nothing wrong with the site.

arjunsasidharan 297 Practically a Posting Shark

www.myspace.com/ethanmilesband
And no I am not here to promote my music, I am in dyer need of help and smart poeple,

Your are at the rite place my friend.. Welcome to daniweb :)

and thanks for the hugs. :D

arjunsasidharan 297 Practically a Posting Shark

I accept that teens are bad drivers but not all of em. In my country to get a driving license all people have to do is just bribe the officials who's incharge of the test and in few minutes you can see a driving license in you hand :@ . i am an indian and i hate my country for doing such illegal stuff , the death toll keeps increasing every year because of automobile accidents. The worst part is almost 80% of them are teenagers and drivers who dont have proper driving skills :(

P.S. For all the indians out here. Well that is the truth and you guys know it.

arjunsasidharan 297 Practically a Posting Shark

This pathList(s) is evaluated before the ExtractZip method, pathList is an array and requires an integer argument in the parenthesis representing the index number, but string s is being passed instead.

oh yeah now i get it. Thanks :)

arjunsasidharan 297 Practically a Posting Shark

So what did you do to solve it?