Dear ALL,
I need convert my data from msflexgrid to Notepad and same way from Notepad to Msflexgrid list.
And also i need to convert my data from msflexgrid to MSword file.
i stored in products names in tamil (MSflexgrid). I unable to allign at the time of printing. but engligh font properly worked in correct allingment at the time of printing.
Please help me write this code.
Thanking...
Search Result
Collapse
8 results in 0.0039 seconds.
Keywords
Members
Tags
-
VB6.0 MSflexgrid to Notepad and Notepad to VB6.0
-
vb 6.0 code Could not convert to vb.net
now stuck with another problem...
i am converting vb6.0 code to vb.net <2005>
this forum (viz kadghar) solved my previous coding conversion....
i am also trying to solve this time but i thought you will also help.....
i was upgrading another project...
i encountered following errors (& still encountering!!)
1 - Picture1.ScaleM ode = 3
scalemode not member of... -
print button in the Crystal report viewer not working
I am using Crystal Report 9 and VB6.0. I can display the report through Crystal report viewer properly. But the print button in the Crystal report viewer does not work. My printer is in network. If I print any other file such as .doc, .txt then the printer prints the file. But when I click the print button in the Crystal report viewer then it neither prints the report nor through any error message. Where is the problem? How can I solve this? -
store in oracle from mshflexgrid OR .ini file
hi,
i want to store data from mshflexgrid OR .ini into a oracle database uisng vb6.0.
any one can help me.
thanks in advance -
How to embed Power point presentation file in VB 6.0
Hi everyone,
I've created a VB application.
It contains a combo box which holds a list of .pps files.
A OLE container
And a command button
The main theme of this project is,
When a user runs project
1. A menu of Powerpoint Files list will be displayed in combo box
2. User has to select any one file at a time.
3. Then clicks on Command button,
4. The selected .pps file... -
write data of list box or mshFlexGrid control in .ini file in vb6.0
i have a data in list box OR in mshFlexGrid control.
i want to write that data into .ini file using vb6.0
how can i do it.
my data is like
GJ 21 E 6943
GJ 06 AC 1432 Invalid Gate
GJ 05 AA 4321 Date Over
DL 01 BB 3902 Invalid Gate Date over
please help me
thanks in advance -
find vehical no using com port in vb6.0
my project is about to geting vehical no which is scane by the scanner or detecter.
i m geting data from com port in hexadecimal formate.
i want to convert them in to ascii code.
take one array from state vehical no in it it store no ex. MP , GJ,
vehical no is like,
GJ 15 AB 1467
MH 22 D 435
DL 02 AA 123
i am doing somthing like this
Private Sub... -
VB Oracle Connection Data Retrieval
I have a VB 6 application to connect to a Oracle database using ADO Connection. It works fine with Access. But when I try with my Oracle Database it does not retrieve any data. It can only show the Structure of the Tables. But no. of Rows is always 0. I have used Datagrid but only column names are displayed. Please help me. Its urgent for my exam also I m New to VB. The Connection Codes are given Below.
Option Explicit
Public...