Posts
 
Reputation
Joined
Last Seen
Ranked #240
Strength to Increase Rep
+9
Strength to Decrease Rep
-2
89% Quality Score
Upvotes Received
17
Posts with Upvotes
16
Upvoting Members
13
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
16 Commented Posts
~64.4K People Reached
Favorite Tags

179 Posted Topics

Member Avatar for cascade001

I'm not sure myself, but maybe this helps [url]http://www.thescarms.com/dotnet/ExcelObject.aspx[/url]

Member Avatar for julio.azevedo.562
0
3K
Member Avatar for Elmo_loves_you

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 …

Member Avatar for B2.Aashu
0
4K
Member Avatar for QUADCOREDELUX

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.

Member Avatar for Reverend Jim
0
502
Member Avatar for thijo
Member Avatar for luckydude

I've got this book and it's pretty good as well. [url]http://oreilly.com/catalog/9780596527433/[/url]

Member Avatar for geric823
0
939
Member Avatar for krm08

probably doing an assignment for school and is directed to do it this way. (maybe a vbscript batch file for system admin?)

Member Avatar for mirza.imran
0
2K
Member Avatar for manutd4life

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?

Member Avatar for skyusb
0
484
Member Avatar for shashikanth

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]

Member Avatar for formulav8
0
265
Member Avatar for aditya_amb

[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 …

Member Avatar for Ezzaral
0
114
Member Avatar for djbhoco

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?

Member Avatar for mKorbel
0
240
Member Avatar for acxes

acxes are you getting instructions from a professor to do this or are you trying to do it on your own

Member Avatar for aydinozdemir
0
2K
Member Avatar for rapture

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 …

Member Avatar for AztecShaman
0
6K
Member Avatar for chanda gul

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 …

Member Avatar for chip_byrne
0
381
Member Avatar for theurbanist
Member Avatar for littlejw

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 …

Member Avatar for VBSietle
-1
465
Member Avatar for gladius33

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 …

Member Avatar for ajst
0
190
Member Avatar for vb.babyboy

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]

Member Avatar for JJCollins
-2
191
Member Avatar for girlinwayside
Member Avatar for stultuske
0
2K
Member Avatar for anam_nazir

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

Member Avatar for pragashny
0
120
Member Avatar for peermohammed

congratulations, if it's finished then mark it as solved for the next person who looks. :)

Member Avatar for DhananjayPandey
0
264
Member Avatar for shazzy99

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] …

Member Avatar for kia_mls
0
204
Member Avatar for carylle

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)

Member Avatar for augamal
0
285
Member Avatar for rhari_81

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

Member Avatar for kvprajapati
0
233
Member Avatar for samir_ibrahim

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 …

Member Avatar for kvprajapati
0
244
Member Avatar for omarfiguereo

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 …

Member Avatar for kvprajapati
0
146
Member Avatar for drakkar

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]

Member Avatar for drakkar
0
94
Member Avatar for vijay soni

some great tutorials here, including on using data access layers [url]http://www.asp.net/learn/data-access/[/url]

Member Avatar for rapture
-3
122
Member Avatar for CygnetInfo

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]

Member Avatar for rapture
0
201
Member Avatar for rapture

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.

Member Avatar for rapture
0
140
Member Avatar for oluscoa

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 …

Member Avatar for Nattynooster
0
134
Member Avatar for mwaqas1990

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.

Member Avatar for mwaqas1990
0
113
Member Avatar for rapture

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, …

0
94
Member Avatar for rapture

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 …

0
107
Member Avatar for shockwave_05

I thought javaAddict posted what you needed to do above . . you don't know how to display it in tabular format or what?

Member Avatar for chingkoysilog
0
2K
Member Avatar for rapture

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 …

Member Avatar for rapture
0
232
Member Avatar for rapture

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 …

Member Avatar for essential
0
147
Member Avatar for loozax

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

Member Avatar for Godstryke
0
195
Member Avatar for loozax

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.

Member Avatar for Godstryke
0
191
Member Avatar for darab

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 …

Member Avatar for sknake
0
134
Member Avatar for jaaam

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 …

Member Avatar for k.d.m
0
167
Member Avatar for j15

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"

Member Avatar for jetti
0
212
Member Avatar for rapture

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 …

Member Avatar for gtd
0
144
Member Avatar for gouki2005
Member Avatar for smelf1

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?

Member Avatar for rapture
0
834
Member Avatar for c#loser

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]

Member Avatar for rapture
0
161
Member Avatar for brianknott844

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 …

Member Avatar for ddanbe
0
111
Member Avatar for MJV
Member Avatar for JerryShaw
0
222
Member Avatar for daviddoria

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 …

Member Avatar for rapture
0
895
Member Avatar for raj_mah

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?

Member Avatar for rapture
-1
114
Member Avatar for newbie_here
Member Avatar for rapture
0
92

The End.