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 8908 - 8937 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8908
The PrintToFile method only checks to see whether the user selected that option in the Print Dialog. The default file is "FILE" which should prompt you to...
Patrick B. P.
patrickbp
Offline Send Email
Feb 1, 2008
4:10 pm
8909
You could try putting the ComboBox(es) into a Collection and that might let you call it once to populate said ComboBoxes... The MSDN library can help you with...
Patrick B. P.
patrickbp
Offline Send Email
Feb 1, 2008
4:10 pm
8910
Just joined the group, replying to the original poster: If the items you are prioritizing exist in a database, you can use a simple set of UPDATE SQL...
Chris Judge
cjudge1966
Offline Send Email
Feb 1, 2008
4:10 pm
8911
The following example is one I found in the Codeguru discussion boards that show some calls to SHChangeIconDialog in VB. I don't know which version, but it...
Patrick B. P.
patrickbp
Offline Send Email
Feb 1, 2008
4:10 pm
8912
To save data in a particular format, you need either an API (DLL or COM object that knows how to write data in the particular format) or you need to know how...
Chris Judge
cjudge1966
Offline Send Email
Feb 1, 2008
4:10 pm
8913
You can either directly address output elements on the target form or you can include methods (Public Subs) on the target form that will produce the output...
Chris Judge
cjudge1966
Offline Send Email
Feb 1, 2008
4:10 pm
8914
Hi Naseem, "Accessing Web Page" is a broad term....... if you want that users could surf web pages thru your application..then simply use IE ActiveX control...
Nitesh K. Sharma
vb2itsmax
Offline Send Email
Feb 1, 2008
7:17 pm
8915
Hello, send me u r project spec. i will help to u ... last 3yr, i am working in vb.net tech. what is u r req. tell me detl. Thanks karthikkumar.N ... ...
Karthikkumar Natarajan
karthikkumar_n
Online Now Send Email
Feb 1, 2008
7:18 pm
8916
There is an article at vbCity.com on this subject. http://www.vbcity.com/forums/faq.asp?fid=30&cat=Files#TID151299 Dennis Lackey ... [Non-text portions of this...
Dennis Lackey
dlackey150
Offline Send Email
Feb 1, 2008
7:18 pm
8917
Mohammad There are 2 general approaches you could take. 1. 3 forms 2. all on one form First, following your specifications, and Chris's suggestion, you could...
spooboy54
Offline Send Email
Feb 4, 2008
7:01 pm
8918
Hi, I using the Mscomm component for the serial port communication and i notice the inBufferSize can only max up to 115200. Let's said if there is data of 300k...
miracle_sksim
Offline Send Email
Feb 4, 2008
7:02 pm
8919
Hi Karthik Kumar Garu, I am new to this .net Platform .What i want to do is " I need to create a setup file that is setup &Deploymet for my project" .The...
ravi tene
tene_ravi
Offline Send Email
Feb 4, 2008
7:02 pm
8920
The problem I am having is updating the records to access. i am familiar with how to use the data control to bound the fields but I can not get them to update...
bullzridinokie
Offline Send Email
Feb 5, 2008
10:07 pm
8921
I figured out how to change the color of the linedraw at run time but how do I change the color back if it isn't checked. The vbunchecked statement did ont...
bullzridinokie
Offline Send Email
Feb 5, 2008
10:07 pm
8922
what is meant by NameSpace in vb.net...
boopathi11raja
Offline Send Email
Feb 6, 2008
6:14 pm
8923
A Namespace give you a way to semantically group related classes. For example, you may write several classes, some of which are string related and some of ...
Chris Judge
cjudge1966
Offline Send Email
Feb 7, 2008
8:54 pm
8924
Hello My problem is next : I have to make a query based on date from an Access database in VB6. The code of the query (the recordsource for the data control)is...
Miron M
miron_ol
Offline Send Email
Feb 7, 2008
11:12 pm
8925
Assuming the Transaction_Date column is of type DateTime, the first thing that springs to mind is that the Access DateTime type may not be "internationally ...
Chris Judge
cjudge1966
Offline Send Email
Feb 8, 2008
4:54 pm
8926
Hi all guys, I am one of the New user to VB. I want to know some Best web site list that can help me in VB. So any one have list of web site then plz mail me. ...
Sachin Panchal
sachin_srpworld
Offline Send Email
Feb 8, 2008
4:55 pm
8927
Learn ASP.NET,Visual basic 2005,08,Visual C# 2005,08 And SQL Server 2005,08 is so Easier. Simply, Watch Videos Chapters Wise from begining to Advanced....
busistry
Offline Send Email
Feb 8, 2008
4:55 pm
8928
With Love From Asim Your query should be like this select ProdName, UnitPrice, Transaction_ Date, Amount from StockTransactions, Products, StockItem where ...
Asim Arif
asimjust4u
Offline Send Email
Feb 8, 2008
4:55 pm
8929
Is the datatype of Stocktransactions.Transaction_Date is DateTime then change '14.12.2007' to #14.12.2007# (Notice that I substitued the single quote to sharp)...
Jan 007
jan_jan_007
Offline Send Email
Feb 8, 2008
4:55 pm
8930
Hi Miron, Never use date in the below mentioned format('14.12.2007' or 14/12/2007). It will always create problem.so, Convert the date into Julian data and ...
rajoy a
rajoy_alfred
Offline Send Email
Feb 8, 2008
4:55 pm
8931
hello chris i am boopathi. Thanks for clarify my doubts. Take care....bye........ ... Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try...
boopathi raja
boopathi11raja
Offline Send Email
Feb 8, 2008
4:55 pm
8932
New material has been added providing knowledge of Test Driven Development in Microsoft Dot Net with information about creating web applications with ADO.Net...
mathew.brain
Offline Send Email
Feb 8, 2008
4:55 pm
8933
You may want to try these steps. Try using / instead of periods to define your date. So your date will look like this 14/12/2007. Also Access likes to have it...
blrdmr
Offline Send Email
Feb 8, 2008
4:55 pm
8934
Hi, when we need to get data from Access tables, the date field is actually a number but is normally shown in American format, so we normally use the...
Elizabeth Ungless
lizungless
Offline Send Email
Feb 8, 2008
4:55 pm
8935
www.planetsourcecode.com <http://www.planetsourcecode.com/> is the best for Visual Basic. I think, you can find a sample code for your needs. But PSC ...
Nergun Yalçınlar
nyalcinlar
Offline Send Email
Feb 8, 2008
6:24 pm
8936
I am trying to load a console application with redirected input and output with my project. The output processing is running on its own thread and works...
sxmoltz
Offline
Feb 11, 2008
6:07 pm
8937
hi , i am using vb6 as frontend and ms access 2003 as backend. my problem is that how can i stored and retrive pictures in database through picturebox or image...
sharma umesh
umesh79in
Offline Send Email
Feb 11, 2008
6:08 pm
Messages 8908 - 8937 of 9530   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