Forum: VB.NET Feb 24th, 2008 |
| Replies: 14 Views: 7,446 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... |
Forum: VB.NET Feb 24th, 2008 |
| Replies: 8 Views: 6,194 someone has revived an old thread. Actually it does help for the newcomers |
Forum: VB.NET Feb 22nd, 2008 |
| Replies: 13 Views: 2,198 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: 13,787 ^
the dude who paid daniweb and became a sponsor just to change his avatar :D.. He's cool.. i like him. :)
*HIGH FIVE* |
Forum: VB.NET Aug 21st, 2007 |
| Replies: 3 Views: 8,292 why don't you have a look at this link (http://www.java2s.com/Code/VB/Database-ADO.net/UpdateAccessdatatablethroughOleDbConnection.htm) |
Forum: VB.NET Aug 21st, 2007 |
| Replies: 3 Views: 1,190 change your text into what? into encrypted format or numbers?.. Or you want to change the font of the text? |
Forum: VB.NET Aug 18th, 2007 |
| Replies: 11 Views: 27,543 place the
conn.Open() under the Try - Catch.. it will work |
Forum: Geeks' Lounge Aug 13th, 2007 |
| Replies: 1,548 Views: 199,992 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: 853 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: 4,886 Atlast you solved it. I was just changing the code when you posted you comment!. Mark it as solved now! |
Forum: VB.NET Aug 9th, 2007 |
| Replies: 9 Views: 13,677 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 8th, 2007 |
| Replies: 6 Views: 8,520 Do you want it in Asp.net or Windows application?
Check the link that i posted and check the last post. I have attached a sample application. All you have to do is change the connection string to... |
Forum: VB.NET Aug 7th, 2007 |
| Replies: 6 Views: 8,520 Hello boss, did you check the link?
hello boss, i wasn't copying and pasting the code.(:D). I am just guiding you to the thread which already existed. looks like you haven't even taken a bit of... |
Forum: VB.NET Aug 7th, 2007 |
| Replies: 6 Views: 8,520 Check this thread (http://www.daniweb.com/forums/thread84216.html)
Next time try searching the forum's before posting your queries. :) |
Forum: VB.NET Aug 6th, 2007 |
| Replies: 11 Views: 4,886 your code seems to be missing the Fill command for the datagrid
DataGrid1.Fill(ds,"add1")
Let us know which part of the code is the error thrown up. |
Forum: ASP.NET Aug 6th, 2007 |
| Replies: 1 Views: 4,222 Try using the image field.
<asp:Image ID="Image1" runat="server" Height="300" Style="border: 1px solid black;width:auto" ImageUrl="~/SlideShow/images/Blue hills.jpg" AlternateText="Blue Hills... |
Forum: IT Professionals' Lounge Aug 4th, 2007 |
| Replies: 114 Views: 99,494 |
Forum: Geeks' Lounge Aug 4th, 2007 |
| Replies: 85 Views: 15,749 lol!
I want to visit spain. I heard that place is really beautiful. :) |
Forum: Geeks' Lounge Aug 4th, 2007 |
| Replies: 183 Views: 13,787 ^
My team colleague. He's gentle and has high potential of becoming a entrepreneur. :) |
Forum: Geeks' Lounge Aug 3rd, 2007 |
| Replies: 19 Views: 1,383 Congrats seruson!!.. :) im still at 800 :( |
Forum: Geeks' Lounge Aug 3rd, 2007 |
| Replies: 183 Views: 13,787 ^
He's a good kid.. Tries to help others and gets beaten up by his own friend ;). He's cool! :) |
Forum: Geeks' Lounge Aug 3rd, 2007 |
| Replies: 18 Views: 5,530 Mine is Shaleesa.. Weird! |
Forum: ASP.NET Aug 3rd, 2007 |
| Replies: 5 Views: 1,951 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: IT Professionals' Lounge Aug 3rd, 2007 |
| Replies: 1 Views: 747 what drivers are you talking about? the motherboard drivers? |
Forum: IT Professionals' Lounge Aug 3rd, 2007 |
| Replies: 3 Views: 1,435 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: 1,519 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: 1,963 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,951 Try this link (http://www.codeproject.com/info/search.asp?cats=3&cats=4&searchkw=mail&Submit1=Search&author=&sd=15+Nov+1999&ed=3+Aug+2007) |
Forum: ASP.NET Aug 3rd, 2007 |
| Replies: 4 Views: 1,545 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: 2,963 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: 2,963 Try using the databindings in the textbox
Textbox1.DataBindings.Add("Text", ds.Address1, "rollno") |
Forum: VB.NET Aug 2nd, 2007 |
| Replies: 1 Views: 1,398 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: 2,963 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: 2,963 Why don't you insert some break points and cycle through your code using F10 or F11 and tell us which part your getting the error. |
Forum: ASP.NET Aug 2nd, 2007 |
| Replies: 3 Views: 4,304 You can press the solve button if it helped you out my friend :) |
Forum: DaniWeb Community Feedback Aug 2nd, 2007 |
| Replies: 96 Views: 9,157 Arrgh!! im back to one green dot :( . Damn you peter_budo ;). Well i guess i have to start all over again :). Im left with 68 points. |
Forum: ASP.NET Aug 1st, 2007 |
| Replies: 5 Views: 1,001 >>thats why Autopostback is needed for combobox.
I thought it was drop down list. |
Forum: ASP.NET Aug 1st, 2007 |
| Replies: 10 Views: 4,114 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: 4,304 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: 6 Views: 2,371 Yes your correct!. Baskar just mailed me about it. |