Right so what I want to do is use the RemoveNewMailIcon vba code from link below to remove the Outlook New Mail Envelope when a mail with [Norton Antispam] in the
Subject comes in
http://www.slipstick.com/files/clear_icon.txt
Currently I have it set as follows
Private Sub...
Hi
I have installed MSDN 2003 which was recently released free by microsoft however I cannot link it into my visual studio (like when I press F1 on a class e.g CString it does not search the MSDN) ; It pops up a message about MSDN not being installed properly.
Does anyone know of a tweak to...
Hi
Is there a way (mib etc.) via SNMP to retrieve the VLAN an Interface is associated with.
e.g via ifname ->FastEthernet01
ifIndex -> 01
etc.
Any help would be great
Cheers
LK--<
p.s I.m using SNMP++ via VC++ program for all snmp interaction ....
I have an imagelist and a list ctrl
I asign the imagelist to the list control
I want to be able to programatically select the image from image list (choice of 3) for each row in list.
Any Ideas
Cheers
LK--<
This is probably / hopefully simple but I've a main dialog which oninit... opens a few threads whihc run in the background filling info. into list boxes , I 've added a progress control / progress text to show user what sections are being worked on ....
I've also added some member functions to...
This should be easy but I'm getting spurious results while trying / testing it out ....
Basically I open a CStdioFile and use ReadString until end of file. Upon reading in a certain keyword say Key1, I then read the next 3 lines in and check for other different keywords, say Key2,Key3,Key4...
I have a COM Dll done in VC++ which currently has two public functions, which pass back simple types e.g. BOOL or Integer. I have to be able to pass back an Array of type String , Integer where the string part is a name and the integer is a number value associated with name.
Not too sure if...
Hi
I have an application which manages configurations from routers / switches and stores info from these in a DB.
The customer requires these metro series DWDM devices to be added to the compatabiltiy list for the application. I understand these Optical switches are unix based and do not use...
Is there a way to tell which date format that Access 97 uses -
I have a DB with tables of data spanning around a year. I then run a load of queries on the data to build up a seed table for a few charts. However I am getting back spurious data from the queries , on dates which I assumed would...
Hi
I have an access form which opens when the Access 97 DB is opened in access. I have a textbox which based on the Date needs to display certain text. I need to set this text up before the form opens. Is there an OnInit or an On Open module to do this in or where abouts would I put the code to...
I have a function in an .ASP page which is called run() and it takes 3 string parameters e.g run('blah','blah'm'blah')
so on the OnClick of one of my buttons on the page I call the run command
with some strings however - to my bemusement I have found that if there are spaces in the string...
Hi
I have a form view which has a menu , toolbar and buttons. Now when I open up the app I want to be able to have the
toolbar,menu and buttons grayed out (disabled). Then when a password is entered they are enabled. -ungrayed. The buttons are no problem I have them working however i am...
Hi
I have a JSP utility which runs on tomcat and also has a backend Java process which utilises a MySQL DB. Now I am building some pretty large tables of data. And I want to be able to check via the web server the space available on disk, I'd also like to check other things like memory usage...
Hellooo..
This should not be too diff but -
I need to write a function in VC++ / MFC which lists files in a directory and then checks each file listed for its creation date and deletes it if it is created b4 a specified date.
Any samples / examples etc. would be grrreatttt
ThanX
Hi
This is fairly basic but I have an ASP page which reads from a DB Table called users. Then I check /
verify users name/password and let thenm continue if verified ok. However I need to log user login time
so I have another table called logs which I want to add a record with date/time of...
Hello
I have a report with richedit text boxes on it however if i preview this report which spans 2 pages the text boxes on page 1 do not show in preview, however they print out ok.
This is a bug in access below.
http://support.microsoft.com/support/kb/articles/Q212/7/33.ASP
Now what I...
I am trying to open up a report in a db which I built in Ac2000 but have converted to Ac97. Now it seemed to work fine in both versions but now when I open or try to open i get this error
'@It contains data that ISDN Watch Reports doesn't recognize.
Re-create the form or, if you maintain...
I have a report which is spread over two landscape pages. They both show graphs with data about the graphs in flat text boxes below each graph. Now when I call
DoCmd.OpenReport stDocName, acPreview
or
DoCmd.OpenReport stDocName, acViewPreview
They open up but the first page of the Reports...
Helloo
I have a form with a load of Text boxes and the data in these is a large number in seconds say 10000000 and I wanted to format this in the form of hh:mm:ss so I used the following Format( MySeconds / 86400, "hh:mm:ss" ) , this seemed to work for seconds values that did not go...
Hi
I have a few graphs which are on forms which a user can view however it takes a while to build the graphs based on the users selection,
Does anyone know how to Change the Icon to a different icon (hourglass) or do progress controls while the user is waiting ...
cheers
LK--<
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.