User Profile
Collapse
-
Accessing data from a serial port.
How can I access data from a serial port from my VB6 program? -
Opening Windows Media Player from my program
How can Start, Play,Stop and pause Windows Media Player from my VB program -
How can I load the 'Open Dialog Box' in my project
I want to put a 'Browse' button in my form to let the user to browse for his file and store the path in the database. How can I do this in VB6? -
MaryKJolly started a topic adding picture in access database from an image box in vb6in Visual Basicadding picture in access database from an image box in vb6
I am using visual basic 6. I need the code for loading & saving photo to access database (data type of the field has been set as OLEObject)throu gh picture/image box in a form and to display the picture stored in the database in the picture/image box. -
Displaying picture in a Picture/Image Box from an Access Database
I want to display picture stored in an Access Database in a Picture/Image Box at run time. What should be the data type of the field? What should be the code? -
Centralising Access Database
I want to centralise my database(Access ) and run my application from separate computers at a time. How can I do this using VB6? -
resize the picture in a picture box/image box
i want to display a picture in a picture/image box. when i have tried it, only a part of the picture is displayed in the picture box. how can i resize the picture in order to get the full view of the picture in a picture box which is smaller in size than the actual size of the picture. -
DataReport on a parameterized DataEnvironment
I got this sample project from a website. But there is some syntax error in the statement which contains the CDate function. I can't detect the error? Can enybody help me?
SUMMARY
This article demonstrates basing a DataReport on a parameterized DataEnvironment and refreshing the report when the parameter value changes.
MORE INFORMATION
1.
Open a new Standard EXE Project in Microsoft Visual Basic. Form1... -
Passing query to Data Report at runtime
How can I pass a query to Data Report at runtime? -
Selecting recordset for DataReport at runtime
I want to create a Data Report in my project. I have created a Data Environment and connect my database to it. I want to select a recordset at runtime and display as the report. So in the 'Command1 Properties' I have created an SQL Statement as the 'Sourse of Data'.I want to give a variable in that SQL Statement. eg. select * from MARK where AdmissionNo=<ad mno>. (I want to create the Report for the Mark details of a particular student whose...
No activity results to display
Show More