Search the web
Sign In
New User? Sign Up
VisualBasic_Official · Visual Basic . VB.net . VBS . ASP.net
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5936 - 5965 of 9531   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5936
Hi John, When I want to get the selected row of a data grid, I use the currency manager class like this: ' Retrieve the currency manager managing the datagrid...
Randy
r_mardak
Offline Send Email
Jul 1, 2004
4:20 pm
5937
Something happened that I am not aware of and all of a sudden, the dropdown list that you get while coding, is not coming up. When I type "Me." it is supposed...
Amit Rami
amitrami3
Offline Send Email
Jul 1, 2004
9:17 pm
5938
I'm using a data view to sort my data. One of the things I need to do is add new people to the database. I have my data bound to various combo boxes and text...
John Schmalz
beerjohn2000
Offline Send Email
Jul 2, 2004
1:51 am
5939
It might have been disabled Go to Tools--> options --> Editor and select the "Auto list members" check box. With Regards Karthick V The basic rule of human...
V Karthick
cartque
Offline Send Email
Jul 2, 2004
3:47 am
5940
If the field you are trying to add to "drv("bjcpRankID")" is the "auto number" field of the database then you can not enter your own number. ...
Darrell Adams
captain_51
Offline Send Email
Jul 2, 2004
6:48 am
5941
Hi, I have big problem that can't be resolved by me until this moment. Would you please do help me? Okay, to the point... I created a form. On that form I...
tanyavb6
Offline Send Email
Jul 2, 2004
6:48 am
5942
Can anyone tell me how to enable Just In Time debugging for my VB application? The Help entrance is very vague and hard to understand (especially if you're...
Clayton Mellina
cemellina
Offline Send Email
Jul 2, 2004
6:48 am
5943
I'm not using "auto number" or identity fields. There are times when I will need to access the database from off line on a laptop. I plan to write the code...
John Schmalz
beerjohn2000
Offline Send Email
Jul 2, 2004
3:24 pm
5944
I am really very much confused that I should start learning Visual Basic.Net or not, because I heard that this language is not good for networking because of...
Friend Friend
aap4202000
Offline Send Email
Jul 2, 2004
3:24 pm
5945
I have added some fields to my database and need my dataset to include those - so far I've had no luck on figuring out how to "refresh" the dataset so that it...
Donna
deeveeous28
Offline Send Email
Jul 2, 2004
3:25 pm
5946
You need to update the SQL statement to include the new fields. ... __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other...
Darrell Adams
captain_51
Offline Send Email
Jul 2, 2004
4:01 pm
5947
Have you tried putting the code that fills the datagrid into it's own sub and then recalling the sub after the new entry is made into the database? ... ...
Darrell Adams
captain_51
Offline Send Email
Jul 2, 2004
6:07 pm
5948
I know some of you are losing patience with me. For that I apologize. I'm losing patience with VB.NET. Everything is twice or three times as difficult to do...
John Schmalz
beerjohn2000
Offline Send Email
Jul 2, 2004
9:40 pm
5949
If you are using a Dataset to fill your datagrid you need to clear the dataset and then refill the dataset. I would make a sub that does this so you can just...
Charles Rader
kc5dgc
Offline Send Email
Jul 2, 2004
9:40 pm
5950
I have not moved to .Net as of yet but in my book it says you should look for the "valuemember", it says it is similar to the "Itemdata" in VB Dim strCat As...
Darrell Adams
captain_51
Offline Send Email
Jul 3, 2004
12:05 am
5951
Hello John, Try this: Dim strCat as String strCat = ctype(Me.lbAwardsCategory.SelectedItem, String) or strCat = Me.lbAwardsCategory.SelectedItem.ToString() Use...
John
sam8812_n6@...
Send Email
Jul 3, 2004
2:19 pm
5952
Change your selectedvalue to selecteditem and you should have it. Charles rader (kc5dgc) aas computer technology network administrator shca ... From: John...
Charles Rader
kc5dgc
Offline Send Email
Jul 5, 2004
3:46 am
5953
What you actually want to use is the .SelectedItem property. SelectedValue returns the value of the selected item as specified in the ValueMember property. ...
Clayton Mellina
cemellina
Offline Send Email
Jul 5, 2004
3:46 am
5954
Question for the group... Currently I am using a thrid party software that queries delayed/real time stock quotes from the yahoo website. The program is in...
paotrader
Offline Send Email
Jul 5, 2004
4:52 am
5955
hello all, I'm getting a real strange problem in VB.NET. I'm trying to pass an array in a function. This don't give any errors for running but when I look at...
Bart RABAUT - IPELIUM
bartrabaut
Offline Send Email
Jul 5, 2004
5:09 pm
5956
I guess I owe this group an apology. I was certain I had already tested using the .SelectedItem property. What I generally do when I have a question is to...
John Schmalz
beerjohn2000
Offline Send Email
Jul 5, 2004
5:09 pm
5957
I've never heard that before. I'm not 100% sure but I guess this isn't true. I'm working still 2 years with VB.NET (and it's great, or better: .NET is great). ...
Bart RABAUT - IPELIUM
bartrabaut
Offline Send Email
Jul 5, 2004
5:10 pm
5958
Same question overhere, i'm interested ! _____ From: Clayton Mellina [mailto:cemellina@...] Sent: Friday, 2 July 2004 6:29 a.m. To: Visual Basic Official...
Bart RABAUT - IPELIUM
bartrabaut
Offline Send Email
Jul 5, 2004
5:10 pm
5959
Hi All, I'm, developing a VB.NET application. I am using listview to load the details from the database.When i click the any row in the listview, the details...
madhavtr
Offline Send Email
Jul 5, 2004
5:11 pm
5960
I'm try to find the command to create package and deployment for distribute the project. It's easy but I don't know. Pls advise. Thank...
chaiwattr
Offline
Jul 6, 2004
10:47 am
5961
Aap, Are you asking whether you should learn vb.net or C# or C++? If that is the question, then my advice is based on your past history. Coming from a C...
Natishin, Steve
stephennatishin
Offline Send Email
Jul 6, 2004
2:28 pm
5962
For interested people, i didn't succeed in handeling this problem with arrays ! very strange problem of VB.NET... I've worked with an arraylist of arraylist......
Bart RABAUT - IPELIUM
bartrabaut
Offline Send Email
Jul 6, 2004
2:28 pm
5963
This is an example I used in asp.Net with vb.net, it has to be something in the same way. Look for editItemtemplates etc... Hope this could help, Feel free to...
Bart RABAUT - IPELIUM
bartrabaut
Offline Send Email
Jul 6, 2004
4:14 pm
5964
I've been researching an issue i'm having with sstab controls and can't find this problem mentioned. when i change tabs in the program on a windows 2000...
jamessamson
Offline Send Email
Jul 7, 2004
4:48 am
5965
Hello, To fix this, you need to select the tab 'control' before you draw or paste the controls, otherwise, the form itself is selected by default, and the...
Mr.Bor de Tor
uniacke1
Offline Send Email
Jul 7, 2004
4:04 pm
Messages 5936 - 5965 of 9531   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help