Software Development Network Logo
  • Visual C#
  • Smart Devicet
  • Visual Studio
  • .NET Development
  • Visual C++
  • SharePoint Products
  • Game Technologies
  • Windows Forms
  • Windows Vista
  • VS Team System
  • Visual FoxPro
  • SQL Server
  • Audio and Video
  • Visual Basic
  • IE Development

Software Development Network >> Grotius's Q&A profile

Grotius

Member List

davidy13
Gary_Fairchild
suranga_d
Marc Jones
dmouser
ps1terry
cdun2
Etowah_man
DavidR100
Dennes Magayanes
ben5173
Leonid Niraev
DLdfrd
HCTwinJava
briendjf
Ronald L
Johngeh
gabriel_333
Sweeps78
Roman_at_work
Only Title

Grotius's Q&A profile

  • Visual Studio 2008 (Pre-release) Loading Resources from another assembly

    Hi, My application has a plugin architecture so that you can add support for different types of data. In the assemblies that implement the various plugins I want to define resources (styles/templates) so that I can use them from my xaml window. I am not sure of the best way of doing this has anyone done anything like this Any ideas Thanks, Derek Yeah this works for me too thanks. Apparently this is a known bug ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=549792&SiteID=1 ) ...Show All

  • Visual Basic Math Questions

    This is my code I'm working with. I'm trying to use the sum from the lhGal to show in lhGal2.Text. Dim FirstNum, SecondNum, ThirdNum, FourthNum As Double 'Intial Fuel Add FirstNum = lhPounds.Text SecondNum = lhDensity.Text ThirdNum = lhGal.Text FourthNum = lhPounds2.Text lhGal.Text = FirstNum / SecondNum - 0.4 'Additional Fuel Added to bring to 1200 lhGal2.Text= FourthNum / SecondNum - lhGal You should also use Option Strict ON (type as the first line in your class file) This will force you to make explicit conversions...and will help avoid conversion errors! lhGal2.Text = Cstr((FourthNum / SecondNum) - Cdbl(lhGal.Text)) This still does not consider ...Show All

  • Visual Studio Separate buttons fire same event - HELP ME PLEASE

    I created a toolbar in Addin and have added 3 buttons. 1) I want 3 events for these 3 buttons. However, my code fires all the 3 events always. I have read and re-read the article below http://www.mztools.com/articles/2005/MZ006.htm but I have not been able to do the task at hand. 2) I want 3 bitmaps loaded to these buttons. I have read and re-read http://www.mztools.com/articles/2005/MZ007.htm This has not helped me. ******What are the equivalent comments for 2005 for the comments below ******** At this point you only need to inform Visual Studio .NET that your add-in uses a satellite DLL. In the registry entry HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\7.0\Addins\<MyAddinName>.Connect (use 7.0 f ...Show All

  • .NET Development Data binding controls in Visual Web Developer, list boxes, combo boxes etc.

    In looking a the Data Controls offered in Visual Web Developer I don't think they will work with they type of layout I would like to use for my web based application. I have a couple of questions surrounding this. I have the understanding, at this point, that the common controls such as combo boxes and list boxes cannot be connected to the SQL data base so that they retrieve and update the database as The Data Controls do. One; If this is so why If nothing else, this would be a good question to ask to learn about and come to understand the whole system. Two; maybe they can some how Where do I go to learn about doing this Kurt ...Show All

  • Software Development for Windows Vista Installing on a Partitioned HDD

    I have a Vista RC1 dvd and i was wondering if it was possible to install it to my D drive on my hard drive...i would still have xp pro on the c drive..would it possible to have both and when u turn on the computer select which drive u want to boot off of Hello Streetlightman, This forum is for developers who have questions about appcompat. However y es you are able to dual boot Vista and XP. http://forums.microsoft.com/TechNet/ShowPost.aspx PostID=816702&SiteID=17 Thanks, Louis Shanks AppCompat ...Show All

  • Visual Studio Express Editions Cannot connect to SQL Server Express for the life of me

    I am pulling my hair out trying to connect to a SQL Server 2005 Express database in Visual C# Express 2005. It seems like it should all be a simple process, but it's amazing to me how frustrating this is. I have a SQL Server 2005 database on my machine, I'm going to Data > Add New Data Source in C# Express, I'm navigating to the Data folder in the SQL Server program files dir and trying to connect to the .mdf file, but I keep getting stuck trying to create the connection. For some reason my instance is MSSQLSERVER rather than SQLEXPRESS, but I already changed my config to reflect that. I've tried doing User Instance on/off, tried windows auth vs sql server auth, tried turning on named pipes and TCP access (with permissions given to 127. ...Show All

  • Windows Forms DataGrid like excel

    Hi, I don't have excel on computers where my application will be run. But I need something that works like excel. I mean that I want the datagrid looks and works like excel grid. Thank's Alexei http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagrid.aspx you can use the datagrid control instead in .NET 1.1/VS2003 ...Show All

  • Smart Device Development .Net CompactFramework 2.0 data question

    Hi everyone, Does the .Net CompactFramework 2.0 support the System.Data.Odbc namespace I'm using VS 2005 for a CE 5.0 project and I need to connect to a database via ODBC. Thanks in advance, Dave Neither NETCF nor Windows CE support ODBC. ...Show All

  • Software Development for Windows Vista Passing parameters from the workflow to the host example request??

    WF Gurus, I am using XOML only state workflow from ASP.NET client (WF 3.0). I need to pass output parameter to the host ASP page before WorkflowCompleted event executes. Can someone please provide a code example of how this could be done Thanks in advance, John Portnov I understand that you have a property on an activity that you want the host to get. I also understand that you don't need to communicate something from the local service. I assume you are executing some part of the workflow and need to get data back for your page display, but that the workflow is not complete. What I am telling you though, is that you should use a local service to communicate to the host. That is the mechanism for communicating data fro ...Show All

  • Visual Studio VS2005 Pro Setup Fails on Vista Ultimate

    Trying to install and get the warning "Missing Required Prerequisites: Windows XP Service Pack 2" setup ends. Does anyone have a suggestion. Thanks Well this is getting old. Now fails because: [02/03/07,17:23:16] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InstallManagerHelper() with HRESULT -2147023293. [02/03/07,17:23:17] setup.exe: [2] Component error string not specified in ISetupManager::AddToActionResultCollection() [ 02/03/07,17:23:30] VS70pgui: [2] DepCheck indicates MSXML 6.0 Parser is not installed. [02/03/07,17:23:30] VS70pgui: [2] Unknown component status forMicrosoft Document Explorer 2005 [02/03/07,17:23:30] VS70pgui: [2] DepCheck indicates Mic ...Show All

  • Smart Device Development Help~! How to create openCV dll compatible in windows mobile 2003

    Hi all, I've created an application written in C# which works well in smartphone 2003. Now, I want to use the openCV dll in my application and i encountered 'NotSupportedException' error. Is openCV can be supported by windows mobile 2003 What should i do for the openCV to make the DLL compatible in windows mobile 2003 Can anyone out there help mi thanks. Hi all, I've created an application written in C# which works well in smartphone 2003. Now, I want to use the openCV dll in my application and i encountered 'NotSupportedException' error. Is openCV can be supported by windows mobile 2003 What should i do for the openCV to make the DLL compatible in windows mobile 2003 Can anyone out there ...Show All

  • Windows Forms Changing DataMember shown in DataGridView

    Hi, I have 3 tables and on the click of a button I want to switch the table shown as a DataMember in the DataGridView to that of another. I realise you can change the DataMember by using DataGridView::DataMember = "" but this doesn't update the columns shown; I want the DGV to change the columns shown to those in the 2nd DataMember, and show certain records from that member. How does one do this I know you can clear columns and add them, but I don't know how to populate them with the data - I figure there must be some way just to switch the DataMember and grab all the columns and data from that, rather than adding columns manually. Thanks in advance, IxxI Hi, Your 3 tables are probably contai ...Show All

  • SQL Server SQL Package Configurations

    Hi, Within the SSIS package i am currently developing I have a number of variables relating to folder locations. I have added these to a SQL configuration package as i'd like to be able to change these prior to the SSIS package being executed. I plan to launch the package by calling a SQL Agent job from a web page. On this web page i'd like to be able to change the values in the SQL database so that the package runs with User specified folder locations. If anyone has done this before i'd appreciate if you could suggest how best to accomplish this. At present i'm thinking of just interogating the created database but as there are no keys etc set up this may not make updating the table easy. Many thanks, Grant ...Show All

  • SQL Server DATEADD with 8 byte int?

    I have a bigint column called "MillisecondsSince1970" that I need to convert to a date - SSIS is erroring out when I use DATEADD with the 8 byte int (if I use 4 byte it works but the column is bigger than 4 byte). The error is really lame: [Derived Column [79]] Error: The "component "Derived Column" (79)" failed because error code 0xC0049067 occurred, and the error row disposition on "output column "Date" (100)" specifies failure on error. An error occurred on the specified object of the specified component. Anyone have a way around it... a VB.NET equivalent of DATEADD or something else I can do Phil that is an excellent idea... I kept trying ways to ...Show All

  • Visual C++ About Templates

    Hello to all, My question is about templates. As I know (and correct me if I am wrong) when I declare a template class with a class T type parameter, then the compiler generates prototypes of the specif class for each different type parameter. For example: template<class T> class CppProperty { T m_Val; ... }; if in my program make the folowing declarations: CppProperty<BOOL> m_bVisible; CppProperty<float> m_fScale; The compiler will first create the folowing class prototypes: class CppProperty01//a name, whatever { BOOL m_Val; ... }; and class CppProperty02//a name, whatever { float m_Val; ... }; Am I correct so far My question is: if the t ...Show All

©2008 Software Development Network