Neo_4583's Q&A profile
.NET Development Raise event from IE hosted windows user control and catch it in the Web Form that’s hosting the control
Hi. I have a web app that uses a IE hosted windows user control. I would like that, somehow, lounch an external event from that hosted control that I could catch in my web form’s code behind. If possible, please send me a small sample project ( bozesan_mihai82@yahoo.com ). But, of course, I would appreciate any suggestions! Thanks in advance! If I get this correct, you want to raise an event from the hoste ...Show All
Smart Device Development HttpWebResponse Hangs Subsequent Connections
Greetings, I am having issues with a method I wrote for a compact framework application I wrote. The method is supposed to download an image from a specified URL (functionality easily present in the full framework, but not the Compact one unfortunately). My method works fine on its first trip out, but subsequent trips cause it to hang my application until the request times out. The workflow for this method is that it is called for ea ...Show All
Visual Basic A Pause with a Loop
Okay...what I want to do seems simple but I've been at it off 'n on for a few days with this & finally decided to post my question. I have a Label I want to flash on & off a few times much like a warning sign. You would think something as easy as: For i as Integer = 0 to 20 Label1.Visible = True Thread.Sleep(500) Label1.Visible = False Next would do it. But it doesn't. I tried throwing a timer in there s ...Show All
Visual Basic databinding to control
Hi, just a simple question. Is it possible to bind a label controls text property to a praivate variable. I have tried but get error My attempt such as it is: Private CntChecked As Integer = 0 Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load LabelDLCount.DataBindings.Add("Text", iCountChecked, iCountChecked) I'm sure this should be simple but Kev ...Show All
Software Development for Windows Vista When will this come out to non subscribers?
Does anyone know when Vista Beta 1 will "come out" for us non subscribers to try out Thanks Josh Phillips wrote: There have been several avenues to obtain the betas, including attending conferences, MSDN sub, sign up for the beta. Not sure we will ever see a truely public drop, but my guess on when we would see that if it were to happen would be around ...Show All
Software Development for Windows Vista Using Directshow
We are currently undertaking a project involving DSP. But in order to get to the DSP part, we need to manipulate the signals coming from a camera. Help Here's our situation: - We plan to use Directshow to capture the video data and process it, but we don't know how. The Directshow docs are a little hard to understand. Our camera uses I420 format in the video it takes. To be more specific: - How do we get a live feed from a cam ...Show All
SQL Server Calculated member for Grand Total...
As part of a cube I would like to have access to the Grand Total for my measure "Events". Is there a simple way to access the grand total regardless of the Dimensions either as a calculated measure or directly for example if the dimensionsion were MonthNumber and EventType and the values for the intersect of these dimensions are 12, a = 5 11,a = 6 12,b = 3 11,b = 2 I'd like to end up with something like : Mont ...Show All
Visual FoxPro Active Foxpro Pages Setup Problem
I tried to install the Full Setup of Active Foxpro Pages (afpages) on my Windows 2000 Server. It gave errors of not being able to locate gdiplus.dll or msvcr71.dll. When I tried going into the Active Foxpro Pages control center, I got an error that "Cannot locate the Microsoft Visual Foxpro support library." This is a computer without any native Foxpro installed. I then tried installing both the VFP7 run-time files and the VFP 9 f ...Show All
Visual C# Deployment
Can someone tell me where to go for more information on the installation part of my program, or if anyone has any advice. Not sure if I understand your question correct. Since you have posted so many threads here, I guess your question is not as easy as change project properties. You need to 1. create a separate project in the solution. 2. Add Installer item into it, over write commit and install method 3. Add setup project into ...Show All
Visual Studio Tools for Office DrawImage and DrawLine and ActionsPaneControl
I'm programming Excel ActionsPaneControl as control with ownerdraw listbox on it. I'm drawing texts, filling rectangles for items (this is working) and trying to draw image and lines. But images and lines no works. I tried the same in WinForm and everything was correct. Some solution Thank You. Hi, You should be able to draw lines and use images in an action panes control, similar to what you do ...Show All
Visual Studio BizTalk Deployment
Are there any resources for deploying BizTalk with MSBuild Has anyone here done any automated deployment of BizTalk solutions at all Thanks in advance! Ernst Kuschke C# MVP - South Africa There are some BizTalk tasks in the following gotdotnet user sample http://www.gotdotnet.com/Community/UserSamples/Details.aspx SampleGuid=2CB20E79-D706-4706-9EA0-26188257EE7D this may be of some use to you. ...Show All
Visual Studio Debugging multi-threaded operations problem
You'll love this one... I've ran into a rather odd problem, both in the application I'm in the process of developing and in a test project I threw together just to replicate the issue. When debugging code that is run on a thread other than the main execution thread the non-main thread will exit for no apparent reason. Here's the kicker... It only happens if you have the autos variable window selected i.e. the problem will not show if you're view ...Show All
Visual C# How to Save datagrid back to datatable then back to text file
Does anyone know what is the best way to save changes made to a datagrid back to the datasource so I can save it back to the text file I have an application that reads a TSV(Tabbed seperated file) file into an array then that arrary is stored inside a datatable. Then that datatable is binded to a datagrid. The user is able to make changes to the table but I want to be able to save the changes back to the datasource. I'm half way there I think ...Show All
Windows Forms Windows Forms tip: use Spy++!
I wanted to share a great little tip with all of you on how to debunk the inner workings of Windows controls. While .NET Windows Forms is a great library that makes creating forms very easy, there are limits to what you can do with Windows Forms. Luckily, it is just a wrapper around ancient technology, and we can still have a lot more control over the controls than you might think at first glance. Windows messages are still in the core of the . ...Show All
Visual Studio Team System Problem to connect to AD while doing automated tests
Hello All, I have a very strange behavior while running the tests on my development machines and on the production server. I have posted this thread in the CLR part but you may already have encountered this problem while doing tests. Thanks to have a look ! http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=391203&SiteID=1 Jarod Please let us know if you still have the problem. Thank you, Michael Koltachev, VSTS ...Show All
