EAdam's Q&A profile
Windows Forms Plot points on a graph using ASP.NET
Hello all- I need to display points on a graph using a form. The graph is a 12x12 grid and the will contain 169 possible locations. i.e. 13 on x-axis and 13 on y-axis. The user will enter co-ordinates on a form for each variable. The& ...Show All
Visual Studio Express Editions VB Express Beta 2 Problem
I am tryin to distribute an aplication to another computer in my home but always when I install it on the new computer appears an error. I dont understand why if in the new computer the .NET Framework 2.0, version beta already is installed, the new program instalator try to install it. When the instalator download the file n 2 of 4, the next error appear: Instalation program detect that C:\Document..\User\Config...\Temp\VSD5.tmp\DotNetFX\W ...Show All
Smart Device Development OnItemexpanded in treectrl
I'v overrided the OnItemexpanded() in treectrl,but it never work, Can someone give me help Thanks para Hi, Are you using CTreeCtrl class As far as I can see from the code there isn't any virtual function in there that you can override to handle item expansion event. I think if you need a notification for the expansion event then you need to add something like ON_NOTIFY_REFLECT(TVN_ITEMEXPANDED,You ...Show All
SQL Server The AcquireConnection method call failed with error code 0xC0202009.
I have a SQL Server Agent job with a step to execute an SSIS package. The package has as one of it's connection managers the Connection Manager For Excel Files. When I run the job it fails every time. I have implemented logging and in the OnError event it states "The AcquireConnection method call to the connection manager "LOBMappingExcel" failed with error code 0xC0202009". Note that if I execute this package via dtexec ...Show All
SQL Server .mdf to .mdb
My web host only supports .mdb database files, so is there a way to convert .mdf to .mdb with a program Or would I have to do it by hand Thank you. I am not aware that such a program exists. Maybe you can use SQL Server DTS or SQL Server Transformation Services to download your database into a .mdb format. ...Show All
Visual Basic VB6 to VB>Net Converts
Are there any books that explain conversion between the two languages The biggest problem that I see with any migration tool, VB6->VB.NET or otherwise, is that it won't utilize new features of the environment or new class libraries. Let's say you implemented your own hashtable algorithm in VB6. No migration tool, no matter how smart, is going to say, "Hey, you're using a hashtable. We'll just drop in the System.Collections.Hashtable i ...Show All
Software Development for Windows Vista Developing apps in Vista
I have WinXP configured with VS 2005 "Whidbey". I want to get ready and start building Avalon applications but downloading Windows SDK is pain due to its size(1.1GB).And this is a pre-requiste before installing WinFX Development Tools "Orcas".After downloading 1.1GB of Windows SDK it has to be burnt into a DVD to continue with installation. And I don't have a DVD writer.Is there any other way out Also I have Longhorn OS i ...Show All
Windows Forms WebBrowser interaction help
Used to be with the ActiveX web browser you can use - AxWebBrowser1.Document.All("username").value = "HackMax" to set a value of an element in an HTML document. How do you do it with the new WebBrowser control in .NET 2.0 What does "value" pertain to Would value be the name of a textBox or something on the webPage you are sending your string to ...Show All
SQL Server Service broker b/w 64bit and 32bit
Hi: I wanted to make sure some things clear before setting up service broker. I have enterprise server as 64 bit and local client servers as 32 bit. I would like to know what steps do I need to take care when I am setting up service broker b/w sql server enterprise editon 2005(64 bit) and sql server express 2005 client server(32 bit)...any special considerations ... Thanks, Pramod Nothing special. All SQL Server 2005 RTM/SP1 S ...Show All
Visual C# Where does C# come in
I was wondering what are the most important features that engineers use to for C# is it OOP Interfaces, Inheritance with method access..or window applications, web forms, ASP.Net Which is the most frequently used by C# Hi Dpowes, I would say all of the above which you have mentioned. C# is a pure object oriented language which caters to the needs of a modern day applications and allows developers to build applications in a ...Show All
Visual C# Adding Windows Media Player
I was looking in the References and seen i can add a Windows Media Player...So i was woundering what is needed to add it to my Project Other than the References http://msdn.microsoft.com/library/default.asp url=/library/en-us/wmplay10/mmp_sdk/samples.asp there is a sample here showing how to use the activex control in C#. Cheers, Greg ...Show All
Visual Studio 2008 (Pre-release) Use of ObjectDataProvider ?
Hi, I want to use the ObjectDataProvider provider in a ListBox. I want to display informations from my C# class in a listbox. <Window x:Class="DataBindingProof.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:m="clr-namespace:DataBindingProof" Title="DataBindingProof" Height="700" Width=&qu ...Show All
SQL Server Access DB2 on AS/400 using IBM OLE DB Provider
Hi, I am using the IBM OLE DB Provider (IBMDASQL) provided with Client Access (IBM) to access a DB2 database on an AS/400 (iSeries). Using an OLE DB Source in the data flow and Access Mode set to "OpenRowset" this works fine (even though I think it is quite slow). However, when I change the Access Mode to "SQL Command" my data flow fails at the OLE DB Source component - not giving me any meaningful error description (only the mysterious "... th ...Show All
Visual Basic adventure works and 101 Sample files
hi All i have downloaded both of the above but can't seem to get any of the sample files to run in VB express 2005 which need the adventureworks_data db. does anyone know if it should work at all I succeded running the CreatingMasterDetails sample doing the next: 1) Using the DataBase Explorer (Open Table Definition), I have added the next two columns to Employee table: DepartmentID smallints Allownu ...Show All
.NET Development Questions on EncoderParameters / PNG TIFF Image types
This is a repost, (i had originally posted to the incorrect group, sorry...), and also, I am still unclear on where to post this one, as it seems to "fall between the cracks" somewhat...I can't find a forum that really seems appropriate for GDI+ questions (if someone has a tip on that, idappreciateit!) The question: Does anyone happen to know, offhand, if there is a way to specify the quality encoder parameter type for .P ...Show All
