I have x amount of boxes which I want to set a random number to, however they can not be the same number.
I can get a random number ok but I'm not sure how to remove that number from the set.
Anyone done something like this before?
I have a win2k server machine runing IIS 5, for some reason today the machine will not display ANY PAGES at all, it simply gives me a HTTP 500: server error [20-0003] error message. I can not even display HTML pages!!
I have been searching on the MS web site however I can only find an issue...
I have setup a counter log in Perfmon, however every now and then it will stop for no reason, does any know how I can check to see if this counter log is still running from a script?
This is on a Windows 2000 machine.
I'm trying to create an extenal program to act like the rule wizard, I have reached the limit and still need to move more e-mails around.
I would like to be able to browse my folders and grab its outlook name (eg outlook.getnamspace("MAPI").folders.item(3).folder......). Is this possible?
I'm trying to read the body of e-mails in a folder in outlook.
I'm using objolapp.session.folders.item(4).folders.item(i)
to get access to the "root" folders, however I'm try to get to a subfolder. any Idea's how?
I would also like to move the mail to a subfolder in the subfolder...
Any one know where I can get the outlook object model from? I have been digging in the MS web site but I seem to be getting lost.
Any helpful links would be great.
I have a few select statements that 3 of my forms will use, instead of having these statements in each form should I place them in a module? Is that what they are supposed to be used for?
If so how do I pass the data between the module and the form?
Thanks for your help.
I have my VB app creating the graph, however after each instance along the x axis there is a vertical line, does any one know how to get rid of this line?
When I create a VB 6 app like
Private Sub Form_Load()
On Error Resume Next
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
Set colItems = objWMIService.ExecQuery("Select * from Win32_Process",,48)
For Each...
I have filled combo1 with data from an ADODB connection, I then need to grab the text vale from that box later on.
I can grab the value by combo1.text but I need to automatically go to the next item in the list so some thing like
for y = 1 to combo1.listcount
newstring = combo1.text...
I want to pass the data from a record set to a crystal report, and I have got as far as setting the report to use the data set, however I'm new to .NET and I don't know how to fill the data set with the data I'm after.
I have found a few tutorials around but they all fall short of showing you...
I have a chart which is getting it's data from from a ado connection. The graph fills in fine except for a couple of things.
I can not set the min/max values even using the mschart1.plot.axis(.....).valuescale.min....
Nor can I set the X and Y titles.
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.