Answer Questions
Pramod Gurunath - MSFT Forcing and catching a SecurityException from IEExec
Hello all, The powers that be have mandated we use no-touch deployment for all applications. It is required that the user downloads and installs a security policy first in order for the apps to run. If they don't a SecurityException is thrown by IEExec. However, on a typical users machine, this just comes up as an unknown error. On a dev machine, you can find out what the error is if you have Visual Studio installed. It w ...Show All
mon MSHTML IHTMLSelectionObject get index of selected text?
How do I go about getting the index of the selected text so I can find exactly where the user is selecting ...Show All
Liviu Antoniu How to capture MoveDown event of ToolStrip
Dear everybody, I want to capture MoveDown event of ToolStrip. However, I only get ItemClick event of ToolStrip. My main idea is remove items of toolstrip by drag and drop action. So I need to catch MoveDown event to perform Drag and Drop action. Everybody solved my issue before please tell me your idea. Thanks for your help. Khiem Vo. ...Show All
Mark Stutzbach icons
Not sure if this is the right place to ask, but I want to include some icons in an application's .exe, from where they can be extracted, e.g. by an installshield project in the solution. I can't seem to find out how to do this. T ...Show All
old_croc add a picture to window
Hi, I have a question about displaying a picture(gif,jpg or bmp) on a window. I managed to declare a picture in a resource file and display it. but I want to decide the name of the picture that I want to display at run time. Can you&n ...Show All
bobthebob Opening port 50000, and unchecking 'Enable NAT/Firewall support' did the trick!
I finally got my Terrarium to connect to EcoMode using WindowsXP and its integrated Firewall: - enabled port 50000 in the Firewall properties - unchecked the 'Enable NAT/Firewall support'-box in the game settings of my Terrarium. I always assumed I sh ...Show All
Mike Windsor Help w/Decision - embedded controls vs inherited forms
I have a VB6 app which contains an architecture that I am very proud of and has proven to be very extensible. I now need to take that piece of the app over to winforms and am trying to decide whether to continue using this archit ...Show All
DarkSlice Help code conversion
Can someone please tell me what this code would be in VB2005 WebBrowser1.silent = true Anyone Is there no one that knows an answer to this Im like completely lost with this. Tried a few other codes but i really need this code to work in VB2005 I know it's a valid vb code but it doesn't work any ...Show All
Glenn Slayden Changes to AutoScale & AutoScaleBaseSize
When I compile a program in VS.NET 2005 Beta2, I saw the following error : Error 205 Warning as Error: 'System.Windows.Forms.Form.AutoScale' is obsolete: 'This property has been deprecated. Use the AutoScaleMode property instead. Error 206 Warning as Error: 'System.Windows.Forms.Form.AutoScaleBaseSize' is obsolete: 'This property has been deprecated. Use the AutoScaleDimensions property instead. I checked the Au ...Show All
Basani Best Practice in C#
I've just downloaded the Taskvision C# source and one of the things I found strange was the lack of relationship mappings in the XSD. Why has this data structuring been left out Also, the progress bar code seems a little simple, is there no&nbs ...Show All
andy2229 secound navigator does not have a save button
Hi, I am new to vb.net 2005. I have a tab controller with two tab pages. I have added a data sorce that shows 2 diffrent tabels in my access database. when I drage the first tabel over to the first tab it genarates a navigator bar at the top, but when I drag the secound tabel over it does not create the navigator bar. So I go to the tool box and dragone to that tab page. It did not have a save button. So I di\eleted it and copied the first nav b ...Show All
ikamran65536 Implementing auto-hide feature
I have a tree-navigator in my C# mdi form and would like to add the auto-hide feature (which can be found in vs.net development environment) to it. Does anyone have any ideas about it ...Show All
builder_ed Opening forms takes a very long time
I'm working in a project written in Visual C++ (not C#) using Visual DotNet 2003. When I (and others too) try to open certain forms it takes sometimes more than 2 or 3 minutes. By opening I mean double clicking the <name of the form> ...Show All
balaiitm user32.dll Threads Issue from Upgrading from Vb6 to vb.net
Hi I have a module that handles threading with user32.dll Api. The problem comes when each window calls this pSetForegroundWindow subrrutine to set the Foreground thread. The windows is displayed active but is not refreshed or painted, stays unresponsive. Why is that Can someone help Would I have to declare a system.threading instance to substitute this module functionality And not use user32.dll in vb.net How can I do that I have an ide ...Show All
Xakee Watch the clipboard
Hello, I'm just making a quick and dirty little windows forms app that will watch the clipboard for any text values, determine if the first character is a "£", and then attempt to convert it to a double, remove the VAT from the p ...Show All
