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
~62.9K People Reached
Favorite Tags
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
478
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
928
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
478
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
263
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
111
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
236
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
376
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
435
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
161
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
188
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
115
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
261
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
199
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
281
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
226
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
233
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
143
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
90
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
119
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
181
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
137
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
132