I have to circumvent a DMZ for a customer who does not wish to allow our app server to sit in their DMZ. Affectively, I have an ActiveX client that needs to tunnel through IIS via an ASP page that will proxy the data to a server located in another DMZ.
I am having a little trouble...
I have shaped form and don't want to show the caption at the top when form is visible. However, I do want to show the name of the app in the taskbar. I have not found a way to remove the caption from the form and still have text beside the icon in the taskbar. Has anyone come across this...
Fleck~,
I am aware of these functions and would love to use either of them. My appologies...I wasn't specific enough. My real question I guess is how can I send a message to my menu that my mouse is no longer on the popup so it should close the Menu by the hMenu handle? In other words, I...
I am using TrackPopupMenu() to pull up my menu which works great. The only problem is if the user doesn't select a menuitem and wants to hide the menu, he can't. One can L or R click somewhere else and the darn menu hangs around.
How do I send a message to my app to hide the menu? I am...
Has anyone ever had to write a Netscape Plug-in? I fully understand the architecture and have perused the limited literature quite extensively, but have yet to successfully compile any of the examples from the SDK to this point. I have been charged w/ writing a plug-in for distribution of an...
Is there a tool out there, free or pay, that would allow me to migrate data and set proper ownership from Lotus Notes' Rooms and Reservations plug-in to Exchange 2k? Essentially, we have a fully migrated 2k environment but are still using Notes to book rooms and resources then inviting people...
Still having trouble with this. I have heard that web services might be the answer or XMLHTTPRequest object. Has anyone used either of these? I have to be able to receive an post of xml data in the ballpark of 200k per post.
Cheers,
Rick
Could someone please advise me as to the potential problems that might arise from migrating Outlook forms (and potentially other apps built for 5.5) to Exchange 2k? I understand that permissions might have to be changed for users to install the apps on Exchange 2k. I also understand that any...
I am passing anywhere from 200 to 700 k of xml to a single field of a web form and have exceeded the limit (which I hear is 150k). Basically I'm just passing the xml as such...
strXML = Request.Form("Post_Accept")
without taking chunks at a time or looping through or anything...
That's sort of along the lines of what I was thinking but couldn't figure out what to do w/ 198.001.002.014...I think you're idea of handling that part in the program is probably the best solution...thanks Venom.
Justin,
How would you recommend handling IP addresses with this? For instance, there will be times when I need to replace something like 192.168.1.13 w/ say 64.221.51.89 which is one character shorter. You've helped me tons on this so I don't want to bug you too much, but if you have any...
I keep getting type mismatch errors with this code..... entering into text 1: "1" &chr$(0) &"9" &chr$(0)
text 2: "2" &chr$(0) &"z" &chr$(0)
just want to start by replacing the 1 and 9 in "192.168.1.15" w/ 2 and z to see if it...
I have a several textboxs in my vb.net windows form class called txtProjectID, txtDescription, txtSeverity and txtPriority. I would like to take the data the user puts in these boxs and write the results out via xml..
how would i go about doing so.
Thanks Justin...how did you perform your search and replace? I am trying the following where Text1 and 2 are textboxes where I put what I want to find and what I want to replace it with....not replacing correctly though.
Here's what I have been trying:
Private Sub Command1_Click()
Dim i$...
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.