Hello, I made a userform in Excel on which I will create a few images in runtime. I have the following code:
For intCounter = 1 To 10
strName = "imgTest" & CStr(intCounter)
Set ctl = frmUserForm.Controls.Add("Forms.Image.1", strName, True)
frmUserForm!strName.Height...
Hi again,
I'm currently (re)creating a "classic" ASP site into an ASP.net site. Off course I encountered some typical problems, and one of them was the "include" problem. The older ASP site uses A LOT of includes and so I tried to find a decent ASP.net solution. I read on this site that ASP.net...
Hi,
This is gonna be a long post but I hope you are so kind to read it.
I've read a lot of threads and websites about this topic but I don't seem to find a decent solution for my problem.
I have a webpage which uses a dropdownlist and some hidden fields to look up and sort data from a...
Hi,
I'm using a Microsoft Access database to store some data. Now I'm trying to insert some new data into this database. This is how my source code looks like:
InsertFormQuery = "INSERT INTO FILE_UPLOAD ( " & _
"FILE_ID, FILE_NAME, FILE_DESC, FILE_FLAG , " & _...
hi all,
I've got an upload.aspx file where users can upload their content, in this case the content will mostly be saved as word (".doc") documents. Now I'm developing a page, let's say display.aspx, where these word documents should be directly displayed, without any interaction from any...
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.