Sameer Chachad's Q&A profile
Visual Studio 2008 (Pre-release) SecurityException while Displaying image using BitmapImage in web browser application
Hi I'm trying to display image using BitMapImage in a Avalon web browser application. I used the following code. BitmapImage bi = new BitmapImage (); bi.BeginInit(); bi.UriSource = new Uri ( "C:\\Sample\\images\\thumbnail05.gif" , UriKind .RelativeOrAbsolute); bi.EndInit(); // Set image source imgBaseProduct.Source = bi; In the xaml I have the following code. < Image HorizontalAlignment = " Center " VerticalAlignment ...Show All
Windows Forms Registry Keys are removed during uninstall
During an uninstall, the registry-keys created by the installation are removed even when the property "DeleteAtUninstall" are set to false on all Keys. This looks like another MSI issue - you should post to microsoft.public.platformsdk.msi. ...Show All
Visual Studio 2008 (Pre-release) Rendering using DirectX or OpenGL in WPF App window
Hello, We want to render using DirectX/OpenGL in WPF application. What is the best way to do this !!. We just render in a WindowsForms user control and using the interop model between WPF and WF we put this control in the Avalon app. But there is a problem!! The WPF window don't send to this user control the SizeChanged message except in starting. This make Fill doking and anchoring not working, and this is unacceptable. In simple sen ...Show All
Visual Studio Limit Number of Connectors Between Concepts?
Is there any way to limit the number of connectors between to Concepts/shapes in the May CTP version of the DSL Tools As an example: I have ConceptA and ConceptB. I have Connector1 and Connector2. To enforce the proper rules within my domain I can allow either Connector1 or Connector2 to connect ConceptA to ConceptB. But I cannot allow both Connector1 and Connector2 to make a connection from Con ...Show All
Visual Studio Team System TFS MSSCCI Provider Final - Bug on Details for Work Item XX DialogBox
The final TFS MSSCCI Provider contains a bug I discovered on the beta 2 too last week... on severals machines. How to reproduce the bug : - Under VS2003 - On "Pending Changes" - Click "Check-in" button - The Check-in dialog box appears - Select the "Work Items" tab - Choose a query to show some Work Items - Double-click on a work Item in the list - A dialog box "Details for Work Item XX" appears with ...Show All
SQL Server "project creation error" with Ivolva Component Wizards for Integration Services
Hi, I'm just getting started with SSIS and want to create a custom data flow component. I found the Ivolva Digital "Component Wizards for Integration Services" which says it make starting your own custom task or data flow component a snap by providing a functional base project for your task or component. Therefore I installed the Component Wizards for Integration Services and everything seemed to install ok - when I started Visual Stu ...Show All
Visual Basic Converting C stuctures to vb.net structures
how do i do this in VB.NET const char *file; does uintptr_t *extra; mean Public extra As Reflection.Pointer how do i do this fixed length thing in VB.NET char name[GRF_NAMELEN]; for this pointer to the next one of the same structure struct _GrfFile *next; do i do this Public Gnext As Reflection.Pointer If you don't know C/C++, why are you doing this work The site is mostly C#, but converting between the t ...Show All
Software Development for Windows Vista Go-Live Registration Successful!
ok i just finished this Go-Live Registration for distro my application and now am very confuesed to where i am and what does it really mean Go Live does this mean im able to give out my software to anybody im on vb.net express, i read somewhere that its ilegal to distro any applet made with vb.net so anyone can clear this up for me alex ...Show All
Visual Basic Creating a file list
How would I accomplish the following: Create an array containing the names of all files in a directory. Delete each file contained in that array from the directory. Keep track of the progress with a progress bar. I can guess on the last one but creating a list of files is giving me some troubles. Hi - it's me again How about this Dim filearray() As String Dim iCount As Integer = 0 For Each file As Strin ...Show All
Software Development for Windows Vista LoadLibrary (regsvr32) fails without Visual Studio 2005
I've just upgraded from Visual Studio 6 to Visual Studio 2005. I've got the latest DirectShow stuff (in the platform SDK) and am using it. Everything builds and runs fine on my development machine (which has Visual Studio 2005 installed) but when I try: "regsvr32 "myfilter.ax" on a different machine (without Visual Studio 2005, both machines are WinXP Pro and up to date AFAIK), I get the error: LoadLibrary ("myfilter.ax") failed - ...Show All
Visual Studio Express Editions Error when trying to create new project
Hey, maybe a strange question, but I couldnt find the answer anywhere. I downloaded the VB 2005 Express Edition beta 2, and registered. I was hoping to be able to use it for the trial periode and then see if I would buy it. After activation, I still get this error when clicking at "new project" The number separator information specified in the NumberFormatInfo is ambiguous for parsing. Now my English isnt very well so I would have no idea w ...Show All
Windows Forms unselecting checkedlistbox and listbox items
Hi, I have a checkedlistbox and a listbox in my windowsforms. I bind their display and value members to columns of a datatable. When application starts the first item in both controls is selected. How do I unselect them so that when the application starts no item from the two controls are selected. I tried this CLBMarket.SetSelected(0,false); after binding the checkedlistbox but it still shows the first item selected by default. ...Show All
Visual Studio Express Editions HOW TO USE getch() function
i am a newbie at vc++ 2005 please tell me how to use getch() function that was used in tc++ 3.0 here it gives an error. also please give which header to use. they say that conio.h is wrong is it please give details ...Show All
SQL Server Generate Scripts missing option in Management Studio
I was hoping this would be fixed in SP1, but it is still missing. Particularly in a development environment, I find it very useful to have scripts DROP first, then do a CREATE for tables. There is an option called Script Behavior that is supposed to allow this, according to the help text. There are supposed to be 3 options, DROP only, CREATE only and DROP + CREATE. This third option (the one I need) is missing. It does not show up on the drop do ...Show All
Visual Studio Express Editions what is a process of max thread number?
see subject! How many threads can you have in a process There is no hard limit built into Windows other than available virtual memory space. Each thread gets a 1 MB stack space so 20,000 is about the theoretical limit. Your PC will grind down well before that. ...Show All
