Hey...
Ok, I have a signature capture device that draws a signature into a picture box... Everything works well, except I cannot get the Picture1.Picture item to save into it's OLE Database field. It saves a null field.
My Qustion: Is the .Picture property the correct property to export or...
Hey...
I am building a basic transaction program to be used at a Tanning Salon. When a staff member logs off, I want to query the recordset to focus to records for that Staff Member, on that Date, between login/logout times; this will enable calculation of Shift Sales, Packages, Totals...
Hi,
I am making a program for a Tanning Salon where appointments are taken for the 12 available tanning beds at 15 minute increments.
I want the GUI to look like the paper booking sheets they are already using. It seems logical to replicate the booking sheet using excel... but would it be...
Hey...
I have a simple command button that adds new transactions to a customer table called datTransactionPackage. I've called the AddNew event for the the recordsource and append the information at runtime.
Following is the add event called when "Add to Shopping Cart" is clicked...
Hey...
I have a combo box that I designed in a user control. The combo box is populated with a bunch of customers from a table called Customer during user control initiation (startup).
The customer adds data to the customer table via data entry on a "Add New Customer" Form.
The...
I am in desperate need of help...
I am have created a Word document with lots of VB buttons and controls which I have editted in Visual Basic. When I click Play in VB, it gives focus to the Word Document and everything runs smoothly.
My Question:
How come when I close and open the document...
Simply Question...Please Help...
I have to execute a batch file from my VBA.
How is this possible?
I know it is a simple piece of code but I can't remember it.
Ads
I am trying to execute a simple command line in my visual basic application to launch a batch file.
for example if i wanted to delete a picture from my harddrive, the ms-dos prompt would be:
delete c:\pictures\christmas.jpg
How do I execute it from VB? I have heard of a DOCMD or something...
I need to pass a variable from a js file into a html document for writting purposes. For example:
JS file (text.js)
-----------------
var wC='Hi my name is...'
HTML file (index.html)
----------------------
<html>
<body>
<script language="javascript" src="text.js">...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.