Hello All!
I have two objects, one that is read only and one that is read-write. I am trying to morph from Readonly to Readwrite. Below is the code I am currently using to morph:
private void btnCreate_Click(object sender, System.EventArgs e)
{
try
{
m_roAddress = null...
Hi all!
I added a NotifyIcon to my Windows application and it works fine with one exception: I need to remove the taskbar idication of the application when the application is minimized.
I know I can set the ShowinTaskbar property to true, but what event is fired when the taskbar is...
I am trying the following code and not getting any results. The like is looking in a lookup table to see if there is anything similar to what is in the original table. The original Table is populated by a spreadsheet where the user may not enter the value exactly as it appears in the lookup...
Can anyone tell me what this is supposed to mean?
"The setting for this property is too long"
I get this error when I am populating a combo box using vba. I can post the code if needed, but it is simply pulling out a first and last name from a database, concatenating them and then using that...
Hello, I have searched the past threads and can't find anything like this particular problem:
We have two database servers that are identical, the sysaccount account has a password and permissions are the same on both servers. When I log into each server, lets call them A and B, with Query...
I have recently started working for a company that in someone's infinite wisdom decided to name a column in MSSQL Server 2000 as the reserved keyword 'date'.
I am trying to pull some data out of a table that the only unique field is this date field. I have tried the below code, but it does not...
I am trying to get a page that is on a site that uses digital certificates and https. I can get on the site fine and can get the page in question. however, when I dump the output of the page to either a file or directly to the screen, I get a page that is missing all the <option> tags.
If I...
Hello, I am new to the perl module DBI and I am trying to connect to SQL Server 7.0 and 2000 databases and I cannot find any documentation reguarding this. I am running the latest perl on a windows platform.
Can someone give me some code examples or point me in the right direction?
I have...
I have a SQL Server 2000 that has a number of jobs running on it. A day ago, these jobs quit running. After that they could not even be started manually. I have looked on MSDN and found nothing. (Big Surprise) I have rebooted both the server and SQL Server. Nothing is showing up in the logs and...
I set up a machine with both win98 on one partition, and then 2000 Advanced Server on another partition. I now want to have Advanced Server on one large partition, however, I have not been able to find a way to kill the old NTFS Partition. I can delete the FAT32 Partition, but fdisk shows the...
I am having a Brain Freeze today. What is the easiest way in VBSCRIPT to iterate through numbered form elements.
i.e. for x = 1 to 3
test(x).style.backgroundcolor="red"
next x
Thanks in advance. Tazzmann
I have about 13 textboxes that have the same name except each one ends in a unique number (i.e. txtPrice1, txtPrice2, etc.)
On the OnSubmit Event, I want to be able to Iterate through each of these and verify that there is something in them, and if so, submit the values to a dll for processing...
Just a question, not trying to ruffle feathers, but if this is a VBScript forum, why are so many 'tips' given in Javascript. Shouldn't those be in the Javascript forum and leave this forum for just vbScript?
I don't know about anyone else, but I came here to get vbscript answers and I get...
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.