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
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
^
the dude who paid daniweb and became a sponsor just to change his avatar :D.. He's cool.. i like him. :)
*HIGH FIVE*
^
My team colleague. He's gentle and has high potential of becoming a entrepreneur. :)
^
He's a good kid.. Tries to help others and gets beaten up by his own friend ;). He's cool! :)
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.
How did you solve it. Never heard of that kind of exception?
^
pain in the *** to all here. But i think he is helpful sometimes considering his posts in Windows Xp/NT forums.
The dude with the 'Evil Eye' lol!! Good at programming and a gentle person. :)
or
insert into table_name2
select col1,col2 from table_name1
^
Annoying and beautiful!! ;)
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.
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..
So how did you do it? Did Rashakil help you out with it?
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.
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! :|
i didn't understand what your saying here?
Try declaring an object for the form2 and call it at runtime..
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
I guess the error is from the sql database side. Set the column to accept nulls and try it out.
:D misunderstood sometimes. Not always JB.
haha.. hey JB i remember you saying that you hated Rashkil? What happened now?
no definitely its his eyes.. i saw it immediately and when the dude posted it.. And there was nothing wrong with the site.
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
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.
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 :)
So what did you do to solve it?