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...
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...
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...
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.
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...
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...
I have a simple access form that I'd like to convert to ASP for web based use. I have heard talk that this is a possibility but don't know of any tools that do this and couldn't find anything packaged with Access. Anyone know anything about this? Probably easier just to create the asp from...
I need the ability to create an excel chart (bar graph and pie chart) from an Access form. Any help in the right direction would be great. I assume I creat a new Excel object and pass data parameters to it but have yet to find any example code or get intellisense to work in VB. Any help here...
I have the following xml string and am trying to convert to sql.
- <report>
- <processlist>
- <process>
<imagename>smss.exe</imagename>
<pid>160</pid>
<path>\SystemRoot\System32\</path>
<ports />
- <dlllist>
<dll>dll1.exe</dll>
<dll>ntdll.dll</dll>
<dll>dll3.dll</dll>...
I have the following xml string and am trying to convert to sql.
- <report>
- <processlist>
- <process>
<imagename>smss.exe</imagename>
<pid>160</pid>
<path>\SystemRoot\System32\</path>
<ports />
- <dlllist>
<dll>dll1.exe</dll>
<dll>ntdll.dll</dll>
<dll>dll3.dll</dll>...
I have a series of asp pages that I need to secure. I have a login page that authenticates to a SQL table with usernames and passwords. Upon validation to SQL, the user is redirected to a page to post a string of data. Problem is, as you probably expected, you can skip the login screen and go...
I need to pass a string from an asp form to a variable and write it to a new file. I cannot get intellisense to pull up the .write method. Please tell me what I'm doing wrong here as I know this is easy and have done in VB hundred times. Also, how do I add a wildcard/unique identifier w/ date...
Having trouble using vector as a member of a class? Here's the code I'm using and it gives a "syntax error 'constant'" error on build. Possibly #include order problem or what i'm #including or definition of vector or that's it's a member of the class? I can't figure this out...
I need to figure out a way to prevent a user from stopping my program before it finishes execution. In other words, I need to recognize a KeyPress event and handle it during runtime so that the executable will not stop. Any suggestions?
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.