Dear Friends
I need some activex or component to show me several image format files such as tif,bmp,gif,jpg,pcx,... also I want to resize, rotate, mirror, ... my pictures.
do you no any activex or component
Hi
do know how can i convert fxr file format to tiff file format ? I know that i can export fxr to tiff by winfax but i want to program an object to make it
Thanks
Dear Friends
Could you please help me to send a text parameter to stored procuder ?
i am using the following code by it doesn't work :
Set tmpParam= Cmd.CreateParameter("@Text",200,1,,MyText)
Cmd.Parameters.Append tmpParam
Please attention that I don't want to pass a varchar or char...
Dear Friend
You can Use The following Code :
<script language="javascript">
function selectA() {
var selA = document.test.typeA.value;
var objB = document.test.typeB;
objB.options.length = 0;
if (selA=='A') {
objB.options[0] = new Option('A1','A1')...
Dear Sir
you can use following Code :
ConnectString = "Your Connection String"
DBUsername = " Your UserName "
DBPassword = " Your Password "
DBConn.Open ConnectString, DBUsername, DBPassword
Better than above is that you set this variable as Application...
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.