282 Posted Topics
Re: 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 … | |
Re: Check this [URL="http://www.codeproject.com/KB/audio-video/CaptureScreenAsVideo.aspx"]link[/URL] Use the idea and create your own application :) | |
Re: Post in your code please. The changes that your talking about. Is it in the dataset or in the database queries? | |
Re: Counter Strike... Unreal gives me a headache when ever i play it Action or Strategy games? | |
Re: [QUOTE=Dukane;370475]Out of space?[/QUOTE] yeah may be. But i think for 2GB you can squeeze in more than 120 songs, and the error message which pops up says out the file or directory cannot be copied. If the space was full it would say No space, or available memory.. something like … | |
Re: How did you solve it. Never heard of that kind of exception? | |
Re: why don't you guys set focus points on the particular textbox or richtextbox you nead. textbox1.focus() | |
Re: As jar file can be easily decompiled. Try using a third party tool on your jar to build an exe. This way your source code will be secured. Its just a suggestion. :) | |
Re: [quote=kapil.goyal;317765]wrox professonal edition[/quote] Try Dietel its good too.. wid loads of examples to work wid.. | |
Re: yes you can do it in the forms keypress event. Are you working with windows application or console applications. if its windows then u can fine Forms-> KeyPress Event or search it in msdn library | |
Re: lol.. i just click on the power buttion of my CPU. That does the job of shutting down :D | |
Re: 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 [URL="http://www.codeproject.com/info/search.aspx?artkw=chatting+application"]link[/URL] too | |
Re: someone has revived an old thread. Actually it does help for the newcomers | |
Re: it will work.. You will get a driver CD along with the player. The drivers will support the specified OS | |
| |
Re: [QUOTE=scudzilla;414595]I would like to visit UK and US. My bro likes Canada, my sis likes Australia, my mom likes Sweden and dad likes Dubai. I think we're gonna be separated anytime in the future.. [/QUOTE] lol! I want to visit spain. I heard that place is really beautiful. :) | |
Re: [quote=bhawna;332661]i have followed this procedure and added code AxShockwaveFlash1.Stop() AxShockwaveFlash1.Movie = Application.StartupPath & "\.fla" AxShockwaveFlash1.Play() its not working is there ny error in my code[/quote] if you have placed it in your bin then the coding is correct excep tht flash file's extension is missing on your code. [CODE]axshockwaceflash1.movie = … | |
Re: i guess you can't join now . Its still goin on. Whose the winner? Are you guys planning to start another tournament? | |
Re: [quote=hygeena;318775]Hi, My datagrid is containig employee details with fields EmpID,Name nd Dept...I want to get EmpID,name,dept to corresponding text boxes when I m selecting the field(EmpId) from the datagrid.Hope u ll help me.. Regards Hygee[/quote] i hav a sample done b4.. check whether it helps.. im attachin t file.. it … | |
Re: [QUOTE=puhatch;412755]one other question... once i finally do get the keylogger onto him... how do i look at his logs and not mine? :\[/QUOTE] 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 … | |
Re: Saw Ghost Rider.. Man it sucked.. the worst movie of nicholas cage.. Ever.. Even the kids where showing the finger to him :lol: | |
| |
Re: why don't you have a look at this [URL="http://www.java2s.com/Code/VB/Database-ADO.net/UpdateAccessdatatablethroughOleDbConnection.htm"]link[/URL] | |
Re: change your text into what? into encrypted format or numbers?.. Or you want to change the font of the text? | |
Re: This should work. [code=vb]Dim sw as StreamWriter Try sw = File.AppendText(txtFileName.Text) sw.Write(txtFilename.Text) sw.Flush() Catch exc As Exception Msgbox(exc.Message) Finally If Not sw Is Nothing Then sw.Close() EndIf EndTry [/code] | |
Re: You can learn through these links [url]http://msdn.microsoft.com/vstudio/express/beginner/default.aspx[/url] [url]http://www.homeandlearn.co.uk/NET/vbNet.html[/url] If you want samples Try this [URL="http://www.codeproject.com/"]link[/URL] | |
Re: 17 inch LCD at work :) 15 inch CRT at home :( Ah, well i love my home PC. :) | |
Re: ^ See how off topic is that? :D >>the rest of me will be used to fertilize weed hmm.. Interesting | |
Re: Did you try using the google? Try this [URL="http://www.java2s.com/Code/ASP/CatalogASP.htm"]link[/URL] | |
Re: your code seems to be missing the Fill command for the datagrid [code]DataGrid1.Fill(ds,"add1")[/code] Let us know which part of the code is the error thrown up. | |
Re: Try using the image field. [code]<asp:Image ID="Image1" runat="server" Height="300" Style="border: 1px solid black;width:auto" ImageUrl="~/SlideShow/images/Blue hills.jpg" AlternateText="Blue Hills image" />[/code] | |
Re: Im really glad regarding the rep points. Just realised that ive been contributing more in the VB.net forum than the coffee house. I have two green dots. Im superior to peter budo ;) | |
Re: 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 | |
Re: Try this [URL="http://www.codeproject.com/info/search.asp?cats=3&cats=4&searchkw=mail&Submit1=Search&author=&sd=15+Nov+1999&ed=3+Aug+2007"]link[/URL] | |
Re: what drivers are you talking about? the motherboard drivers? | |
Re: 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 | |
Re: Have a look at this [URL="http://www.codeproject.com/vb/net/CustomDynInteractiveCal.asp"]link[/URL]. Check whether its usefull. | |
Re: 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. | |
Re: check this [URL="http://www.daniweb.com/forums/thread84216.html"]link[/URL] | |
Re: 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. | |
Re: [URL="http://www.codeproject.com/office/automate_word.asp"]This [/URL] is all that i can come up with. I saw a lot of tutorials in google but no examples. |
The End.