- Strength to Increase Rep
- +9
- Strength to Decrease Rep
- -2
- Upvotes Received
- 17
- Posts with Upvotes
- 16
- Upvoting Members
- 13
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
179 Posted Topics
Re: I'm not sure myself, but maybe this helps [url]http://www.thescarms.com/dotnet/ExcelObject.aspx[/url] | |
Re: I'm not certain what version of Visual Studio you're using - I'm still using 2003 however we have purchased and installed 2008 and I am preparing to start using it in the next week or two.. however in 2003 in your toolbox you have the required field validator you can … | |
Re: I would start with reading your textbook and then break your project down to the smallest piece you can figure out on your own and if you get stuck post back as to what your problem is. | |
Re: [url]http://lmgtfy.com/?q=java+k+means+clustering[/url] | |
Re: I've got this book and it's pretty good as well. [url]http://oreilly.com/catalog/9780596527433/[/url] | |
Re: probably doing an assignment for school and is directed to do it this way. (maybe a vbscript batch file for system admin?) | |
Re: Yea I'm a little lost as well - I thought all he needed was form1.close() or form2.close() or WhateverYourFormsNameIs.Close() but he needs to code it as well? | |
Re: some other free tutorials [url]http://www.homeandlearn.co.uk/NET/vbNET.html[/url] the only way to start is to start reading and messing with some of this stuff yourself. you can get visual studio for free if you don't have it which is great for beginning. You get the express editions [url]http://www.microsoft.com/Express/[/url] | |
Re: [QUOTE=aditya_amb;722787]Here is my code. I get error: [B]No value given for one or more required parameters.[/B] [code] Dim DBAdd As New OleDbCommand DBAdd.Connection = objConnection DBAdd.Connection.Open() DBAdd.CommandText = "INSERT INTO Table1 (RecordsID,Material,Component,VID,PID,DownloadPriority) VALUES(11,'Materialtexttext','ComponentTexttext','vidint','pidint',prtyint)" DBAdd.ExecuteNonQuery() I tried using update command of OLEDB Data adapters also by adding new row. But still … | |
Re: Seems to me, and it's been a few years, that I got something very similar in school and I was supposed to finish the code. Are you just posting what you got and hoping we will write the part you're supposed to finish? | |
Re: acxes are you getting instructions from a professor to do this or are you trying to do it on your own | |
I get the error test cannot be resolved to a type here [code] test[] arrayOftest = new test[ 3 ]; [/code] - ideas or help? [code] public class Test { public static void main( String args[] ) { Point point = new Point( 3, 3 ); Square square = new … | |
Re: I don't see it just reading it quickly, however I do have a suggestion. Set a breakpoint near the top and step through slowing looking at the value of each variable as it moves through. See if you grab the correct time at first and it changes later or if … | |
Re: I couldn't find much from google using "read .pst from vb.net" which is probably similar to what you were searching for. When I switched the search to "coding for outlook with vb.net" I got some results that probably will help you. Try the google search, this link was found there … | |
Re: You only need probably three variables, try to read a variable and then process it. you would grab the first number and insert it as the value of the smallest and largest variables. Then grab the next number and compare it against a smallest and a largest variable and replace … | |
Re: Tons of stuff out there to guide you if you search properly here is a tutorial [url]http://www.astahost.com/info.php/vb-net-ms-access-interaction-tutorial-part_t12054.html[/url] | |
Re: Do you have this solved and turned in yet. Are you still stuck? | |
Re: You will get from us no more than you show yourself - so study datagrids and ask your question but don't ask us to tell you what to do without you trying it on your own and getting stuck. and then, show us your code | |
Re: congratulations, if it's finished then mark it as solved for the next person who looks. :) | |
Re: You don't mention if you have to use substring to get the extension or if that is just the method to grab it you decided to use so I'll ask another question . . . Is there any reason you are not using path.getextension() ? [code] extension = Path.GetExtension(fileName); [/code] … | |
Re: Have you done a search? Looks like a good explanation here [url]http://www.vbdotnetheaven.com/Uploadfile/mgold/WordDocument04182005081441AM/WordDocument.aspx[/url] will that work for you? (You also might want to post future VB.Net questions in the VB.Net forum) | |
Re: If you really want help here, read about the forums. One suggestion: Start by NOT posting to threads that are four years old and someone elses thread to boot while asking for advice | |
Re: There is no way that I know of separate from what is built into Visual Studio. (i.e. there is no \* */ or anything) In Visual Studio 2005 there is the option to comment and uncomment multiple lines of code. Type your lines just as you need then you highlight … | |
Re: So you need us to help you find the math? you need to get help with code? You're looking for someone to code it for you or do you need advice of some other manner? Can you be a little more specific? In general I suggest you: 1) First use … | |
Re: Unless you're required to code it yourself, there is a very good tutorial and explanation on how to use the built in features for login here: [url]http://download.microsoft.com/download/3/6/0/3604c3d2-0db9-4726-910d-b3b8f93a86e4/hilo_membership-roles_final.wmv[/url] | |
Re: some great tutorials here, including on using data access layers [url]http://www.asp.net/learn/data-access/[/url] | |
Re: Looks to me like his option is the one recommended by Microsoft... [url]http://msdn.microsoft.com/en-us/library/aa713398%28VS.71%29.aspx[/url] | |
Does anyone have any suggestions/tips/ideas on the merits of Expression Web? I'm using Visual Studio 2008 but the front end work seems to be lacking. I don't know much about expression web and wondered if anyone used it and if it's worth the money. | |
Re: First of all what is your question? What do you need help with? Are you asking us to write the program for you? If you've started then post your code and what you're having trouble with, if you have not started then find the smallest piece of it you can … | |
![]() | Re: Alright, I'll try to help you if you're trying to help yourself. Post me some code and let me know what you're trying and what you think isn't working. I won't just do it for you, but maybe we can work through it together. ![]() |
I'm fairly new to asp.net and trying to use a session counter to check for when someone has tried to log in three times it counts and when reaches three it locks them out. I know it's easy but my brain is fried. [code] Protected Sub btnLogin_Click(ByVal sender As Object, … | |
Another problem in my program is that I can't get my access database to update. It works on the other fields here is the code [code] Public Sub Lockuser(ByVal path As String, ByVal userId As String, ByVal access As Boolean) Dim sqlConn As OleDbConnection Dim oCommand As OleDbCommand Dim stmt … | |
Re: I thought javaAddict posted what you needed to do above . . you don't know how to display it in tabular format or what? | |
Hello all, It seems I'm on a wild goose chase, either that or this is going to be a lot harder than I imagined, and I imagined it being pretty difficult. I posted in other forums here asking for help on this issue, it was suggested that PHP may make … | |
Hello all, I've submitted something similar in the asp.net forum so if you frequent both you'll see it in both places. I'm curious if javascript or ajax can help us accomplish some of our tasks, here is the post in the other thread: Hello all, I'm a bit newer and … | |
Re: Wow, I had to do this one in school too! Get as much down on code as you can and we can help you step through were you're stuck | |
Re: Oh, I had to do this one too! I suggest you start by putting everything you can down in code and then when/if you get stuck the post what you have and we can help you through it. The toughest part is getting yourself started. | |
Re: To get the last record in a SQL database you simply type [code] SELECT TOP 1 * FROM tableName ORDER BY columnWithYourID DESC or if you just need the id then SELECT TOP 1 (columnWithYourID ) FROM tableName ORDER BY columnWithYourID DESC [/code] This will return the last record in … | |
Re: You don't say if you have any programming experience at all. So the answer could be different. I think the O'Reilly books have a lot of good information in them but there is a lot of stuff on the web you can also refer to, C# Tutorials are all over … | |
Re: ok, I'm newer but I'll take a stab at it, when I've done the oledb connection I don't ever remember using the & symbol where you do here: > `conn.ConnectionString = "Provider=Microsoft.Jet.OleDb.4.0;data source=" & "C:\test.mdb"` I've done con.ConnectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source = C:\test.mdb" | |
Hello All, I'm wondering if anyone can help me by either directing me towards a source that would help me understand Access syntax better or help me figure out if it's possible to convert this SQL syntax to Access. I've tried but can't seem to get it to work. my … | |
Re: Mine at work is just black, I'll try when I get home too | |
Re: Not that I'm doing a project like this but you questioned about Firefox URL's etc Comatose, would the method to do that be similar but adding those registry locations to the list or would there be something different to do those? | |
Re: hmm - I'm not sure why you want to stay with excel but maybe this helps [url]http://www.codeproject.com/KB/grid/Excel_in_CS.aspx[/url] | |
Re: I'm willing to help you with this under a couple of conditions (I reserve the right to add more later) #1 - Please tell me where you got the code and why you want to know. Don't lie, if it sounds as though you are I'm out. #2 - I … | |
Re: There and you can check here [url]http://support.microsoft.com/kb/320916[/url] | |
Re: I see you've posted this on the vbforums website as well. I don't post over there but it doesn't look like you've gotten your answer yet either. I have two possible suggestions for you One is to reset the row numbers with something like this [code] For i = 0 … | |
Re: Did you have further questions? It seems as though sknake answered the question quite completely but you didn't mark the thread as solved. If you just mean add variables he put it right out there, what were you adding specifically? | |
Re: [url]http://www.startvbdotnet.com/ado/sqlserver1.aspx[/url] |
The End.