Dear experts, I have to paste data from clipboard of excel to certain cell in excel file.the problem is that how will i assign cell address for the pasting.Pls help me.It's urgent. Thanks in advance. Uttam try to be the best... whereever you go,
uktrips007
Posts
-
pasting data from clipboard in excel using vb.net -
coping images from webpage using vb.nethi Experts, This is uttam.I've 2 devlope an application where in i need to copy an image from a web page then pase it to excel sheet. So can any body suggest me how can i do that. I wish 2 use clipboard to keep copied picture for pasteing in excel sheet. Hope u r getting my problem.Pls help me.It's urgent.every help will be appriciated. Thanks n Regards Uttam try to be the best... whereever you go,
-
generating file from dll to client machineDear all. I m using dll file in my webpage using ASP.now I want my dll to generate a html file and store it into client machine using this web page.My problem is that generated file is currently saved at server.I want it must store this html file on everyone's machine who is using this webpage.Hope so you will understand my problem.I have devloped my dll file in vb.net.:omg: help me all the way. Urgently required!! Uttam kumar:confused: trickyuk001@rediffmail.com try to be the best... whereever you go,
-
problem making dll for clint sideDear all. I m using dll file in my webpage using ASP.now I want my dll to generate a html file and store it into client machine using this web page.My problem is that generated file is currently saved at server.I want it must store this html file on everyone's machine who is using this webpage.Hope so you will understand my problem.I have devloped my dll file in vb.net.:omg: help me all the way. Urgently required!! Uttam kumar trickyuk001@rediffmail.com try to be the best... whereever you go,
-
problem working with dll on serverNo error I m getting. but this file is notr creating help me now. try to be the best... whereever you go,
-
problem using dll on serverI don't know what the problem is It got registered sucessfully,but it's not generating html file which it is generating on local server. generally,while calling dll function, it perform search then create html file for the result.then from asp i m caliing this page. Help me pls........ Thanks n Regards Uttam Kumar :zzz: try to be the best... whereever you go,
-
problem working with dll on serverDear all I m using a dll file in asp pages which generates an html file after processing.It's working successfully on local server.but when i Uploaded asp pages to actual server and register my dll file there at.now my dll file is not generating html file.it's on actual server.Could any body tell my why it is happening? and how to solvr it? All help will be appriciated.:( Thanks N Regards Mr.Uttam Kumar try to be the best... whereever you go,
-
problem using dll on serverDear all I m using a dll file in asp pages which generates an html file after processing.It's working successfully on local server.but when i Uploaded asp pages to actual server and register my dll file there at.now my dll file is not generating html file.it's on actual server.Could any body tell my why it is happening? and how to solvr it? Thanks N Regards Mr.Uttam Kumar:( try to be the best... whereever you go,
-
CreateObject ("Word.Application")why don't u use dll file in asp page.make a dll file wich will call ms word. and use it in ur asp pages. Thanks n Regards Uttam Kumar try to be the best... whereever you go,
-
access denied problem javascript [urgent]Thanks it helps me. Uttam try to be the best... whereever you go,
-
access denied problem javascript [urgent]Dear Dost the problem I m facing with the javascript is that i m opening a new window using window.open method. but I got the error Access is denied. my code is as follows.
function opener() { var mywin; mywin=window.open("C:\WINDOWS\system32\searchrResult.html","mywindow"); } opener();
mail me @ mailto:trickyuk001@rediffmail.com try to be the best... whereever you go, -- modified at 6:22 Tuesday 13th December, 2005 -
error in regenerating pdb fileThanks for yur answer Mr. Dave Uttam Kumar Convonix.inc try to be the best... whereever you go,
-
modifying dllDear dost I've created dll in vb.net and used it in ASP pages.I got success.but now I've to modify this dll and again iI have to use it.I modified dll file and made it's dll by building it in vb.net.then I followed the sam procedure which I followed last time.but in result it's showing me privious result only.If I delete this file from system32 folder even though it's working. so plssssssssss tell me how can I use the modified dll in ASP pages. Thanks in advance. Uttam Kumar :zzz: try to be the best... whereever you go,
-
Printing with vb.net (Urgent)ok Madam, I m here 2 help u out.I have an idea.first u save ur form as a picture.then using code u can print out ur picture which will be ur form.try this code to print out.use print.picture method to take print out picture.
dim sngLeft as single dim sngTop as single sngLeft = (prn.scalewidth - prn.scalex(pic.width,vbhimetric, prn.scalemode)) / 2 sngTop = (prn.scaleheight - prn.scaley(pic.height, vbhimetric, prn.scalemode)) / 2 prn.Paintpicture pic, sngLeft, sngTop
if u don't get result Try this link follows. http://www.vb-helper.com/howto_net_print_form_image.html Hope so u'll get ur result.if this help you mail me at trickyuk001@rediffmail.com.& try to help me in solving my problem. Thanking you Uttam Kumar mumbai,convonix.inc try to be the best... whereever you go, -- modified at 5:24 Monday 12th December, 2005 -
Tooltip for datagridviewcheck if it's active property to be true.and set intial delay as 100. try to be the best... whereever you go,
-
Printing with vb.net (Urgent)Easy! first of all make print button property visible=false.then press F5 to run it. when form get loaded press prt screen(print screen) button of ur keyboard.then paste it in paint application.now from selection tool select the form and copy it.after copying successfully open ms word document and paste it.then take out print after adjusting form image on page best of luck Hema. bye!! Uttam if I helped u any way, mail me at trickyuk001@rediffmail.com try to be the best... whereever you go, -- modified at 2:54 Monday 12th December, 2005
-
error in regenerating pdb fileHi dear i've created a dll ile using vb.net.when I build it first time it got built successfully.but after some modification in my file if I do the same i.e(builting solution) it gives me error as follows. unable to write output file 'c:\vb.net\dllkeysearch.pdb':Access id denied. could u pls tell me how can i get rid of this error.and why it is happening? Thanking you! Uttam Kumar try to be the best... whereever you go,
-
HTML report in VB 6.0Dear tusar123 the best way to export ur report in html file is to create an html file and create table store ur data. but while saving u must save it with .html extension.use the following code to create a file and open it in word format. code for writing in data imports system.io dim fname as string dim ofile as filestream dim owriter as streamwriter fname = "search.html" ofile = New FileStream(fname, FileMode.Create, FileAccess.Write) owriter = New StreamWriter(ofile) owriter.write("ur html code goes here") owriter.close owriter=nothing ofile=nothing code for opening it in web browser System.Diagnostics.Process.Start("search.html") I've tried it in vb.net.try same way in vb. Happy Programming;P Thanks n Regards Uttam Kumar :-O try to be the best... whereever you go,
-
export datagrid to MS WORDI don't think it is possible in .net.if u got the anser mail me at trickyuk001@rediffmail.com try to be the best... whereever you go,
-
how to make dll