hi,
i'm investigating the possibility of creating some device drivers for a network card in windows.. it's for a network emulator and i want to inject bit errors in the data link layer.
i know it's easier on linux, and i have code to do it, but i want to make a cross platform emulator.
any...
does anyone know of any way to access public folder calendar data through .net (c#), or otherwise? i can get at local folders in outlook through mapi but i haven't been able to get at the messages in public folders.
i had done a similar project with exchange 5.5 and asp, but it required...
i have a question... i can't get my orbits to align right in java3d. it's for a satellite application, but just by hand, i can't get an x, y, and z rotation of a vertical rotation axis to create what i think it should.
do you see any problems with the following functions? advice?? comments...
i've got a problem with a table... i have a main table set up with a header row (colspan 2), navigation and content cells in a row, and then a footer row (colspan 2).
i need to set the navigation to a specific width (165px) and have the content take up the rest. the only...
if you have created some sort of derived page (from System.Web.UI.Page) for templates or other reasons, and you wish to use this as the default page base class (rather than System.Web.UI.Page), then simply add this line into your web.config file
<!-- pages Attributes...
if i have a control with an id="q", when my page is rendered the control takes on the id="_ctl0_q". there's no functional problem, but i'd like to have my pages w3c valid, and id's are not allowed to begin with an _ according to spec. any idea on how i can get rid of it...
i'm having some problems with netscape 4 compatibility on a website i'm working on ... http://wheelie.cwru.edu/CWRUHousing
1. the select box above the navigation on the left appears as text in netscape 4
2. there's a strange reaction when i have a <input type="text"> and then an...
ok, so i have this handler for "xml2" files...all they are is regular xml files structured like <html><content> <p>text</p> <special_p color="red">etc etc</special_p></content></html> so that i can use xsl to simplify formatting and parse in menus and what not.
it was all...
i have a question...i am currently in the midst of an application using only a few tables that are linked together. one of the tables is possibly going to have in the upwards of 1,000,000 rows (if my calculations are correct) when the data is transferred from the old database setup (which only...
quick question...
anyone know how i can use javascript (in ie5+) to change the display attribute of an object only for a certain media
ex (not really working but idea)
-----------
document.getelementbyid("table1").style.print_media.display="inline";
-----------
my problem...
any idea on how to cancel someone from printing
i've tried
function window.onbeforeprint()
{
event.returnValue = false;
return false;
}
function window.onkeyup()
{
if (event.keycode==17) //ctrl
{
event.returnValue = false;
return false;
}
}
how do i capture them pressing...
anyone know how i can output this in my xsl-parsed xml document
--------------------
<pre wrap> text here</pre>
-------------------
thanks
mike griffith
----------------------------
mgriffith@lauren.com
mdg12@po.cwru.edu
anyone know of a way to not let any region (whether it be a span/div/table/etc) be split across pages....i don't want to use page-break-before/page-break-after because i have multiple regions on a page, and each one is fairly small, but i don't want them to be broken across pages
any ideas...
i need to archive any changes made to one of my tables...i thought i might be able to do it with a trigger, but i'm beginning to think otherwise....here is the code for my trigger:
---------------------------------
CREATE TRIGGER tblRunCardProcessData_RevisionTrigger
ON...
anyone have any idea how to use webbrowser.navigate (or any other method) to open a webpage with 'post' (rather than 'get') parameters.
basically i'm spawning an internet explorer session to a webpage that requires login, using the same credentials as in the vb app. i don't want to pass them...
i have a hopefully quick and easy question about syntax, i have a com control which is only useful if i can declare a variable of a what i think is a type in the com control
i need to typecast a variable to something in the com control before i can use any of the static properties in there, but...
i have created a simple class and want to add it to a listbox using the overloaded tostring() method...i've seen this done in about 10 examples, and straight from msdn, but it's not working for me (using a System.Web.UI.WebControls.ListBox)
even with a simple class:
-------------------
| Public...
after reviewing the faq on updating with inner joins, i tried my own and failed miserably...anyone have any ideas on why this won't work (it's not giving me an error message when i try to add it, it just says operation not allowed)...it's sql 7.0...
i have 2 methods that are using IWebBrowser2 to execute a print method from a com object that is hosted on a webpage. here is the code for the methods:
---------------------------------
STDMETHODIMP CTemplatePrinter::IEPrintNoPrompt(VARIANT varTemplateURL)
{
CComPtr<IOleContainer>...
i have 2 methods that are using IWebBrowser2 to execute a print method from a com object that is hosted on a webpage. here is the code for the methods:
---------------------------------
STDMETHODIMP CTemplatePrinter::IEPrintNoPrompt(VARIANT varTemplateURL)
{
CComPtr<IOleContainer>...
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.