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...
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...
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...
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...
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...
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...
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...
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 ... ...
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...
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...
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...
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...
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...
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...
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 ...
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...
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 ...
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. ...
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....
With Love From Asim Your query should be like this select ProdName, UnitPrice, Transaction_ Date, Amount from StockTransactions, Products, StockItem where ...
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)...
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 ...
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...
New material has been added providing knowledge of Test Driven Development in Microsoft Dot Net with information about creating web applications with ADO.Net...
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...
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...
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 ...
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...
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...