I'm processing an image by putting it o 500x700 ackground canvas... I like to know how I can tell where the image ends so i could insert a text below it ..something like height of the image..This is what I have ..images ca be of different heights and this isnt workig right:
Dim b As...
That's what I usually do. But .Net does create a folder for you in wwwroot. Open new projects , then choose "empty web application", name it and will create the directory for you.
I'm doing an email app with VB6. Doing that using CDO outlook dll. Look on Microsoft's site for CDO info.
Also, on the VB6 forum on this site, there's a guy who uses email app a lot. Paul Brent I think. He might be able to help you.
I'm not a Java developer but someone gave me a code and I need to see how one of the routines work...
When I click on <appname>.jpx to open it, i get a msg that "JBuilderw.exe" is not found...
I had downloaded a developer Free edition from java.sun.com ...
I had removed it and I can not...
...<asplaceholder id="thisPlace" runat="server"/>
in code (and please keep in mind this is absolute bare bones):
Dim strSQL as String = "SELECT * FROM table" 'Uggg, better to write all the column names out
Dim objConn As System.Data.SqlClient.SqlConnection
Dim objComm As...
I have a RadioButtonList and I want to display firstname and lastname next to each radio button...
issue is firstname and lastname are seprate fields..
My workaround was this but wondering if there's another way of doing this ..
This is the HTML:
<asp:radiobuttonlist...
...<asplaceholder id="thisPlace" runat="server"/>
in code (and please keep in mind this is absolute bare bones):
Dim strSQL as String = "SELECT * FROM table" 'Uggg, better to write all the column names out
Dim objConn As System.Data.SqlClient.SqlConnection
Dim objComm As...
I have a 500x700 canvas, have an image on top of it...
I want to find where the image ends on the canvas and add a line of text to the bottom ...images can be of different height and width
I tried to use Height of canvas, height of image , subtract...but i dont think that would work because...
can u use "select top 10 * from <table> where ..."...
Or "top <whatever rows u want> * from <table> where.."
Or, can u you relate this table to another table that has datetime or identity?
I have a VB app that sends a line of URL to receipients...
for one them, this one line breaks in 2
Is there a setting or something in Outlook for number of characters per line or something?? I think she has either outlook 2000 or 2003.
any ideas?
I want to create a canvas/rectangualr background, 500x700 and then put my image on top of the canvas
This is what I have but i only get a white rectangle with the font and NO IMAGE on top of it..
what am I missing?
Dim strFileToConvert As String
strFileToConvert = "C:\source1.Tif"...
I added "Page.IsValid" on the onClick of the submit button and now Mozilla catches the validators...
However..howcome Mozilla gets rid of button background colors and button sizes??
This is the .Net code with image colors and sizes
<TABLE id="Table1" cellSpacing="0" cellPadding="0"...
I checked the "designer" and it is set to "JScript".
In IE I cant get pass the login UNLESS i enter the values in the 2 textboxes and choose a dropdown value. This is correct
In Mozilla , the validtor sometimes works, sometimes it doesnt check for the validation and goes to the next page...
I'm developing my first ASP.Net project. Have a book from Mike Gunderloy..I think he has something in his book that ASp.Net is compatible with Mozzila and Netscape...
On my login page, i have a field validator that makes sure a value is picked from a dropdown list.
In IE, it works and...
I'm working on a image converter application... I'm converting TIFF to JPG...
But i like to know how I can convert TIFF to PDF
any sample code/websites/ideas?
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.