670 Posted Topics
Re: [QUOTE]And I was also surprised because although the USB had more than 3.00 GB covered, each of the folders(/files) was only 4.00 kB. [/QUOTE] Don't know if this works for you, but the last time i had such error, here's what i did. But one thing i know is that … | |
Re: [QUOTE]discussion is open for everyone!! [/QUOTE] yes of course.....welcome | |
Re: it depends on your location. If there is such free service around you, then feel free to enjoy it | |
Re: [QUOTE]i have done nothing for the attendance thing i have no idea what to do for this attendance form[/QUOTE] You need to show some effort. You can get a picture of what an attendance sheet (on paper) looks like and try computerizing it. When you start something, the concept and … | |
Re: What matters most is that you passed out something valuable. If the person finds it useful and replies you, good for them. if not, still good for them | |
Re: [QUOTE]I have noticed that my code seems to render just fine in chrome, opera and firefox but somehow IE consistently has problems. [/QUOTE] Yes, CSS varies on different browsers so the rendering may also vary. [QUOTE]Inquisitive research suggested that this is because IE does not follow web standards that the … | |
Re: Great. You learn best when you try things out yourself. | |
Re: [QUOTE]I also heard from my seniors that DOT NET has no scope in future,and JAVA being an open source nw...is far better as compared. it has put me in confusion plz help.. [/QUOTE] I feel you're beginning to listen to irrelevant words. Follow your desire. You know what works best … | |
Re: Fot the first, read [URL="http://technet.microsoft.com/en-us/library/cc161401.aspx"]here[/URL] For the second, [URL="http://www.tune-up.com/products/tuneup-utilities/"]this[/URL] would do the job | |
Re: TuneUp Utilities works just fine for me. Sometimes, the error may be from the user especially users that are fond of editing items in the system registry. | |
Re: If you're working with the visual studio 2010, you are provided with a default template with that feature. if not, then proceed with adding your own menus from the toolbox. | |
Re: 'Place all declarations before below codes 'am sure you would see your errors especialy in your sql statement Dim cmd As OleDbCommand Dim sql = "SELECT * FROM Table1 WHERE Username = '" & Username.Text & "' AND Password = '" & Password.Text & "'" cmd = New OleDbCommand(sql, con) … | |
It may interest you to see the traffic details for daniweb. I have this utility application for video download and it was just updated to provide this service. You can also see site rankings apart from the chart of traffic details view it [URL="http://www.ant.com/site/www.daniweb.com"]here[/URL] | |
Re: [QUOTE]Yes . similar to facebook (just like how we will be notified if someone comments on our post). Anyway , hope you'll get all the resources in future and hope daniweb grows to peek in future. [/QUOTE] you can help with your donations, am on the way to doing same. … | |
Re: It entails continous research in the area. Keep reading as much as you can | |
Re: [QUOTE=;][/QUOTE] You set the form to be MDI parent in your code and you still expect it to open in itself. | |
Re: try 'Visual Studio 2010 all-in-one for dummies' by Andrew Moore | |
Re: [QUOTE=;][/QUOTE] You can simply use the DateTimePicker control | |
| |
Re: first of all, the percentage sign should have gone with the 'Like' wildcard. from your id's, you wont even get an answer if you had no errors because the comparison operator would search for exactly whats on the right side of the query but using the 'LIKE' keyword would produce … | |
Re: [QUOTE]dbprovider = "PROVIDER=Microsoft.Jet.OLEDB.4.0;" dbsource = "Data Source = C:\Documents and Settings\aditya\My Documents\project.mdb"[/QUOTE] your connectionstring should look like this: [CODE]Dim dbsource as string = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Emp.mdb;") dbsource.Open() 'other codes to follow sql = "INSERT INTO user values('1','aditya','goel')" da = New OleDb.OleDbDataAdapter(sql, con) run = New OleDb.OleDbCommand(sql, con) run.ExecuteNonQuery() [/CODE] | |
Re: Try something out and lets know when you need help. If you have, then show us your effort | |
Re: Any errors with what you've tried? i believe there are similar threads so you may also want to use the search function on the top-right corner of the page . | |
Re: Not sure of any. It would sincerely pay off and i think it would also help in having more members active online. | |
Re: [QUOTE]Probably the first time I've ever been right when posting on this site. Lol [/QUOTE] Can probably also be the last time you would be wrong on this site | |
Re: [QUOTE]Shouldn't the ProductCategory have an Id and Description[/QUOTE] I totally agree with you | |
Re: If i get what you mean, you want your database hosted online and accessible via your web application. try this, After your development and testing phase on your local machine: > Use the Database publishing wizard in SSMS to create a script > on your domain, you can run the … | |
| |
Re: [QUOTE=;][/QUOTE] for the languages you mentioned, i would suggest vb.net. Best of luck! | |
Re: [QUOTE=;][/QUOTE] Get the movie 'Area 51' | |
Re: Where are you getting your data from? because it seems you have a connectionstring and yet you want to get data from a label [CODE] cmdPro = New SqlCommand("select distinct Page from " & Lbl_model.Text & " order by Page", con)[/CODE] I don't understand the above part of your code | |
Re: More research love for coffee eat junks think even at sleep | |
Re: its a default styling in visual studio. it shows the button has the focus | |
Re: When you say you have, does it mean you own or you developed? | |
Re: [QUOTE=;][/QUOTE] The author of this thread clearly stated that you should give a definition in your own term and we still have posts redirecting us to wikipedia. Well, in my own simple term, just as the name implies....its a program that requires no external effort to run. | |
Re: [QUOTE]would adding the panel over the picturebox hide my map? [/QUOTE] Try it and learn ![]() | |
Re: i started driving at 16 but i got my first licence when i was 21 | |
Re: Some things are bound to happen no matter the measure or precautions we take | |
Re: [QUOTE=;][/QUOTE] So many ideas, but what have you done? Show some effort and you would receive plenty of solutions on any error you encounter | |
Re: I have assisted by filling your online survey form | |
| |
Re: I guess you had so much confidence and maybe you already knew the code so you were fast to write. He asked for an algorithm and not the code. Am sure that any professor that asks a student for a code will also specify the language he wants it to … |
The End.