hello,
I'm currently developing a POS software using Visual Basic 6 and for the report i use Crystal Reports, but I have no idea how to print the POS receipt using a TM printer. First of all,...
Experts: Please help with this challenge...I have two listboxes with "Add", "Remove" and "Remove All" buttons in between. The listbox on the left has a list of hard coded values in it that th...
Hello Experts
Is there any easy way in VBScript to find out how many days in a given month?
I know that Jan, Mar - Dec, I Can just assign constants, but For Feb, I'd need to consider lea...
I am using the following code to send an email in VB6.
Why am I getting "application defined or object defined error" when I try to send the email?
Need a referral to a website or person who can write some Visual Basic code for me. Someone else has already written most of the code, I just need someone else to finish writing it for me.
...
Hi,
I got two tables called user and userBrands and they are related by userBrandID column from the userBrand table. So from that userBrandID column in the user table we can find out what are...
Shell "sort <F:\GMG_EDI\Hercules\imagereq.tst >F:\GMG_EDI\Hercules\imagereq.srt", vbHide
when I copy the quoted string and paste in cmd it works but when I run it like this in vb6 it does not...
Hello,
How do I go about formatting a text file in Visual Basic?
I found some examples here on EE in vb6, but I need to do this in VB 08 (or at least VB.NET).
http://www.experts-exchang...
Is it possible, and if so, how do I run a powershelll script from a Visual Basic .Net application?
Hi to every body,
I'm a beginner and maybe I'm trying doing something too hard for me, so I try to ask you.
I have an application that prepare an email, without send it because the user has ...
I have a label that displays the datetime. How can I make the label update every minute. Should this be a background process?
Any suggestions on the steps or relevant links?
Im trying to learn basics of VB.
Im doing a general budget.
I have a LABELbutton CALLED SHOPPING. which when, If the anually OPTIONbox is ticked and you click the shopping button it adds...
Hi Experts,
I have an Excel workbook that creates a copy of itself ("C:\tempcalc.xlsm") and then opens a Word template that's linked to the copy of the workbook (This was done to get around...
I need to get text from a webpage and write this to a text file file.
Does somebody please has an example how to do this?
I have a VB that creates a user list, it is then supposed to grab the list and do a few item in the users drives. But it ends after it creates the user list and I can't seem to get it to do an...
In my datagrid, I have a coledit event that is triggered as per the code below. I get a type mismatch when I put in a null value.
In my SQL Express database, the columns are in decimal for...
Hello Experts
How would I use a VB winform to make selections on another running program? I have a program that is running already with 4 radio buttons. I need to pick one of the choices ...
When I use rec.RecordCount I get -1 for an answer. All I need is a total for the amount of records returned. Why do I get this answer and how do I get an accurate return?
I am having a lot of trouble getting my VB6 program to correctly query some Access Tables. I keep getting the error message showing in the screen capture below.
Can anyone help? It must be ...
I'm fluent in VB6, but not .NET. Need to write new graphics app. Would like to use DirectX. Is it possible / practical to develop in VB6 and use the current version of Direct x (9 or 10)?
Hi,
How can you secure 1. VBA projects, modules and 2. vbscript behind custom forms to prevent intentional or unintentional changing of the code by other people?
Thanks
Experts,
I'm attempting to put a long survey question into a radio button label, but the question is so long that it goes off the end of the page. Is there any way I can wrap the text in a...
I am trying to load a .csv file into my vb2008ee program. I am not sure what the best method would be to do this. Could someone please help me out here.
Thanks
Hi All,
In Visual Studio 2008, as I write my Functions and Subs, once inside the Function or Sub, does the environment expose a FunctionName Constant that I can use for my pre-canned diagnost...
I need a macro code to loop through a random amount of sheets in a workbook and save each sheet separately with the name of the worksheet.
So, lets say I have three Sheets called A, B and C...