Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. therick

    ASP Proxy

    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...
  2. therick

    How to add Caption to taskbar but keep from displaying on top of form?

    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...
  3. therick

    How to hide a popup menu?

    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...
  4. therick

    How to hide a popup menu?

    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...
  5. therick

    Netscape Plug-in SDK

    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...
  6. therick

    Migrate Lotus Rooms and Reservations

    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...
  7. therick

    Exceeding size limit of field on webform?

    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
  8. therick

    Potential problems? Migrating apps from 5.5 to 2k?

    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...
  9. therick

    Exceeding size limit of field on webform?

    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...
  10. therick

    Open an exe for Binary Access?

    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.
  11. therick

    Open an exe for Binary Access?

    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...
  12. therick

    Open an exe for Binary Access?

    Justin....if you live in Austin I'll buy you a beer...works great...thanks.
  13. therick

    Open an exe for Binary Access?

    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...
  14. therick

    Reading a textbox and displaying input via XML

    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.
  15. therick

    Open an exe for Binary Access?

    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$...
  16. therick

    Open an exe for Binary Access?

    How do I get it to a string that I can edit? I want to provide the use w/ a simple GUI just to change the IP in the compiled code. I guess what I'm still not understanding is how to get the exe file that has just been opened for Binary Access to a string variable. With the FileSystemObject...
  17. therick

    Open an exe for Binary Access?

    I need to create a config tool that consists of a simple form w/ a text box for updating an ip string hard coded and compiled into an exe. This IP changes a lot and I don't want to recompile everytime the IP needs to be changed. I can do this myself w/ a hex editor but would rather the client...
  18. therick

    Searching Binary Strings with InStrB

    I am trying to use the Open method to open an exe, search for a binary string, update the string accordingly, and resave as exe. Reason for this is that I have to recompile to change a string (Ip address) everytime. I can do this with a hex editor but dont' want people jacking up my code so I...
  19. therick

    Using Winsock control

    Essentially need to create web server using winsock from VB then Listen for a request...process the text of the request and return a very simple web page. I have the winsock control added and can view the methods so I have pretty good idea, just never created a non IIS web server so a little...
  20. therick

    Binding data textbox format

    What namespace is Binding in? I find DataBinding in RC3 but no Binding.

Part and Inventory Search

Back
Top