Forum: VB.NET Feb 24th, 2008 |
| Replies: 14 Views: 2,196 |
Forum: VB.NET Feb 24th, 2008 |
| Replies: 8 Views: 4,394 Re: New to VB.NET someone has revived an old thread. Actually it does help for the newcomers |
Forum: VB.NET Feb 22nd, 2008 |
| Replies: 12 Views: 1,081 Re: keyboard and mouse Check this link (http://www.codeproject.com/KB/audio-video/CaptureScreenAsVideo.aspx)
Use the idea and create your own application :) |
Forum: Geeks' Lounge Aug 28th, 2007 |
| Replies: 183 Views: 9,337 |
Forum: VB.NET Aug 21st, 2007 |
| Replies: 3 Views: 3,398 |
Forum: VB.NET Aug 21st, 2007 |
| Replies: 3 Views: 701 |
Forum: VB.NET Aug 18th, 2007 |
| Replies: 11 Views: 15,513 |
Forum: Geeks' Lounge Aug 13th, 2007 |
| Replies: 1,037 Views: 60,654 Re: Thoughts Of The Day. If your father is a poor man, it is your fate but, if your father-in-law is a poor man, it's your stupidity. |
Forum: VB.NET Aug 13th, 2007 |
| Replies: 3 Views: 488 Re: Help You can learn through these links
http://msdn.microsoft.com/vstudio/express/beginner/default.aspx
http://www.homeandlearn.co.uk/NET/vbNet.html
If you want samples
Try this link... |
Forum: VB.NET Aug 9th, 2007 |
| Replies: 11 Views: 2,788 |
Forum: VB.NET Aug 9th, 2007 |
| Replies: 9 Views: 5,400 Re: Help with appending text file This should work.
Dim sw as StreamWriter
Try
sw = File.AppendText(txtFileName.Text)
sw.Write(txtFilename.Text)
sw.Flush()
Catch exc As Exception
Msgbox(exc.Message) |
Forum: VB.NET Aug 7th, 2007 |
| Replies: 6 Views: 3,838 |
Forum: VB.NET Aug 7th, 2007 |
| Replies: 6 Views: 3,838 |
Forum: VB.NET Aug 7th, 2007 |
| Replies: 6 Views: 3,838 |
Forum: VB.NET Aug 6th, 2007 |
| Replies: 11 Views: 2,788 |
Forum: ASP.NET Aug 6th, 2007 |
| Replies: 1 Views: 1,630 |
Forum: Techies' Lounge Aug 4th, 2007 |
| Replies: 114 Views: 95,055 |
Forum: Geeks' Lounge Aug 4th, 2007 |
| Replies: 85 Views: 11,687 |
Forum: Geeks' Lounge Aug 4th, 2007 |
| Replies: 183 Views: 9,337 |
Forum: Geeks' Lounge Aug 3rd, 2007 |
| Replies: 19 Views: 810 |
Forum: Geeks' Lounge Aug 3rd, 2007 |
| Replies: 183 Views: 9,337 |
Forum: Geeks' Lounge Aug 3rd, 2007 |
| Replies: 18 Views: 1,774 |
Forum: ASP.NET Aug 3rd, 2007 |
| Replies: 5 Views: 1,124 Re: sending 2 emails in single click event 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. |
Forum: Techies' Lounge Aug 3rd, 2007 |
| Replies: 1 Views: 413 |
Forum: Techies' Lounge Aug 3rd, 2007 |
| Replies: 3 Views: 837 Re: perfect keylogger i was just thinking the same :D. There is no possiblility of getting his log unless you get into his system either through hacking or going to his place and collecting the logs. But both are illegal... |
Forum: Geeks' Lounge Aug 3rd, 2007 |
| Replies: 16 Views: 883 Re: Question about Rep value shift. lol!! i understand josh my boy!! From now on start contributing :p
i wonder how christina is taking it? i couldn't see her comments anywhere about the rep system |
Forum: VB.NET Aug 3rd, 2007 |
| Replies: 1 Views: 910 Re: Access to control panel As i said before you have to write a code which handles the registry. You can switch of the control panel on or off if you can get into the registry |
Forum: ASP.NET Aug 3rd, 2007 |
| Replies: 5 Views: 1,124 |
Forum: ASP.NET Aug 3rd, 2007 |
| Replies: 4 Views: 860 Re: Calendar Framework Have a look at this link (http://www.codeproject.com/vb/net/CustomDynInteractiveCal.asp). Check whether its usefull. |
Forum: VB.NET Aug 2nd, 2007 |
| Replies: 11 Views: 1,837 Re: I want next record to Display sorry that wouldn't have worked
Well i can only give you suggestions
Try retrieveing the data in a Sqldatareader
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As... |
Forum: VB.NET Aug 2nd, 2007 |
| Replies: 11 Views: 1,837 |
Forum: VB.NET Aug 2nd, 2007 |
| Replies: 1 Views: 766 Re: Access to control panel Yes it is possible. But all i know is to disable and enable a control panel in a particular remote system. You actually have to use a code which goes around the regedit and disable the control panel. |
Forum: VB.NET Aug 2nd, 2007 |
| Replies: 11 Views: 1,837 Re: I want next record to Display what did you declare inc as? Did you try my suggestion as which line your getting the error?.
Show us which part of the line your getting error? |
Forum: VB.NET Aug 2nd, 2007 |
| Replies: 11 Views: 1,837 |
Forum: ASP.NET Aug 2nd, 2007 |
| Replies: 3 Views: 1,708 |
Forum: DaniWeb Community Feedback Aug 2nd, 2007 |
| Replies: 96 Views: 5,618 |
Forum: ASP.NET Aug 1st, 2007 |
| Replies: 5 Views: 619 Re: Urgent please >>thats why Autopostback is needed for combobox.
I thought it was drop down list. |
Forum: ASP.NET Aug 1st, 2007 |
| Replies: 10 Views: 2,809 Re: ASP.net and IIS Did you try googling it? This (http://www.microsoft.com/downloads/details.aspx?FamilyID=80a1b6e6-829e-49b7-8c02-333d9c148e69&displaylang=en) is what i found when i searched in google. |
Forum: ASP.NET Aug 1st, 2007 |
| Replies: 3 Views: 1,708 Re: asp.net mail merge ? This (http://www.codeproject.com/office/automate_word.asp) is all that i can come up with. I saw a lot of tutorials in google but no examples. |
Forum: VB.NET Aug 1st, 2007 |
| Replies: 5 Views: 1,008 |