Hi,
I have been given a WSDL file for a web service. I'll be developing the code to communicate with the web service off-site, so I can't directly test it with the actual web service.
I want to reverse engineer a test web service from the WSDL.
I've run the WSDL.exe with the /server switch to...
Hi,
I'm trying to determine whether the value contained in a numeric field is a whole value or not. I.e. 12.000000 is a whole value, whereas 654.1234000 is not.
I've tried various things but I can't seem to work it out.
I thought that the following function would return 0 if there was no...
Sorry, I wasn't quite specific. I need to work out some statistics for a web application that is hosted in IIS, for sizing purposes. I need to work out the average size of messages 'sent' and 'received' from the clients to the web application on the IIS Server.
I think I've found what I'm...
Hi,
Does anyone know how to determine the exact size of the Request and Response messages for a web application running on IIS?
Is there a tool or something that can capture this information?
Many thanks.
Hi,
Does anyone know how to enumerate the 'Network and Dial-Up Connections' in Win2k? I want to programmatically work out which connection on my PC is currently active (e.g. Local Area Connection 2 or Local Area Connection 3).
I've tried searching MSDN etc but to no avail (not sure exactly...
Hi,
Can anyone tell me how to attach the help for the MSXML4 SP2 SDK help files to the Visual Studio 6 IDE?
So that when I press F1 on an XML function it goes straight to the correct help details rather than displaying the 'Keyword not found' details.
I'm sure I've done this before but I can't...
If you are using the Visual Studio Installer you can use the Orca tool to modify the MSI file for your installation:
The following link shows how to install Orca.
http://support.microsoft.com/default.aspx?scid=kb;en-us;255905
You will then be able to modify the 'Shortcut' table within the MSI...
Thanks for the suggestion, but this still leaves the page being displayed, and stops the rest of the execution of the window_onload function (which is where the window.close gets called from).
Hi,
I have an ASP page that searches for customers details and returns the data in a list that the user can select which in turn populates the data into an HTML page that the ASP page is called from (this works fine).
If there is no data I have an alert that is called within the window_onload...
Check out the following link:
http://support.microsoft.com/default.aspx?scid=kb;en-us;133381
I know you're not using Access but the same principles may apply.
Hi,
The where clause:
WHERE (ou_dba.req_assign.promised_begin_dt > " & DateFrom & ") AND (ou_dba.req_assign.promised_begin_dt < " & DateTo & ")"
This is the same date ou_dba.req_assign.promised_begin_dt in both the 'greater than' and 'less than'. It will never be true.
Hi,
Check out the following:
http://www.centurasoft.com/DevCenter/DownloadsDisplay.aspx?ProdID=1
There is loads of links to documents that describe what you are trying to do.
Hi,
You will need to use the GetChunk and AppendChunk methods to get at the BLOB data (Binary Large OBject).
Have a look at the following link:
http://support.microsoft.com/default.aspx?scid=kb;en-us;153238
I'm assuming that you are using ADO to get at the data. I know these methods work...
Hi,
Is there any way that I can change the background colour of fields in another application that is running? Is it possible via WinAPI calls?
Thanks,
As you've probably noticed that with this kind of thing is that there is a lot of cutting and pasting of blocks of code.
One useful VB addin (that's free) I have come across is sliceanddice. It allows you to pre-define blocks of code and by right clicking in the IDE you can add the pre-defined...
You could try creating a Merge Module, adding your files to it. Then add the Merge Module to your installation routine and select the IgnoreVersion property for the merge module. I haven't tried it - it might work.
Madlarry
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.