I was hoping someone can point me to a tut on dragging a mail item from outlook to a vb app (perhaps with the OLEDragDrop Event).
I'm trying to implement the functionality of dragging an attachment (out of
OutLook) out of an mail item that you can select and drag to the explorer
and it will...
Got it! To refresh the content of an iFrame from the parent window, use the following syntax:
document.frames("iframeResults").document.execCommand("Refresh")
Hey all!
I have a form with 2 iframes on it, and I would like to the concent of one of the iframes. I could do document.all.iframeSearch.src = 'AgencyOrderFormItemsTaskTypeSearch.asp?' + qs but then the iframe scrolls back to the top.
I basicly want to be able to do something like...
Thanks for that, but now I'm really confused!
From what I can tell, I need to call WriteText and pass the data argument as the result of ReadText, but because I can not create a local variable of type TEXT, I'm lost!
I've tried:
DECLARE @ptrSourceText varbinary(16)
DECLARE @ptrDestText...
Hey all, I'm sure the answer to this is obvious AND simple, but I just can't get it!
I have a row in a database that contains a varchar(50) column and a TEXT column. I want to copy the values of these two columns to another row, withing a stored procedure.
Keeping in mind that text can not be...
Hey All,
I have a n-teir application which consits of an ASP front end hosted on IIS5, VB created DLL files hosted on COM+ (as server application) and SQL server database.
The application appears to work well, exept when a call to my com components takes more then a split second to execute...
Hey all. Maybe my brain is dead today, but anyway, I can't figure out how to recursively create a folder.
EG:
If I want to create a folder called c:\Folder1\Folder2\Folder3\Folder4 and Folder1 does not exist, then I need to create Folder1, then I need to create Folder2, then Folder3 and...
Hey all.
I want to be able to create a folder (which I can do using the MS Scripting Runtime), but also be able to assign access rights to this folder (every one/full control) How can I do this in VB?
Hey all,
consider the following code:
create table #test (Num decimal(6,2))
insert #test (num)
select 50 / 100
select * from #test
For me this returns 0.00, but 50/100 = .05 how can I make this code return 0.05.
Ok
.parent1 TABLE { background-color:red }
.child1 TABLE { background-color:green }
.myCell {background-color:}
It's the last line thats killing me, some cells I don't want a background-color, at all, I just want to show the background image instead.
(note, above is a poor example because I...
Hey all,
I have a parent table and a child table.
On the parent table I define { background-color:red} , how do I stop the child table inherating this?
I would have thought it would be something like { background-color:'' } or { background-color:""} but that does not work....
TH is to THEAD what TD is to TBODY.
You example certainly will work, but I a wanting to not have to define <t? class="classname"> for evert T? element in the page.
What I am trying to do is what CSS promises, seperate content from layout (or was that an XML promise?), so I can get...
Thanks for that,
That would certainly work, but as we are an ASP house we could also do the above in ASP using a lot of 'if' statments. Although what I am after is something very simple.
At the moment to write a very nicely formattted table to the screen all I need to do is:
<table...
Hey all,
I need to produce many different HTML pages to display heirachal data rowsets, eg, nested tables with a 'parent table' and a 'child table'.
Because these tables need to be 'artisticly correct' with a lot of formatting we have created an external CSS file.
In this CSS file we have 2...
Hey all,
The powers that be have insisted that as well as our normal backup to tape rotation that happens every night, I backup our entire DB to CD once a week so that we have a perminate off-site record.
The problem is my DB is around 1.4 gig, and obviosuly to large to fit on one file. Is...
Hi all,
I have a query with a derived table in the from clause.
The derived table is made up of an agrigate query. FROM xyz LEFT JOIN (select min(dteDeadline) as MinDeadline, OrderID FROM tblOrderItems) is there any way that I can put a where clause in the aggrigate query and specify columsn...
Hi all,
I have a few 5500r PII Xeon servers, and I have recenty come across a few PII Xeon CPUs without the compaq Heatsink/clip on them.
Does anyone know where I could find the part number for the headsink/clips required to get these into the 5500? (or a supplier name/no?)
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.