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

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

roni102

Member List

ReneeC
Eric Cann
justin tighe
Symon Buck
nicelily
Re2Porter
vbjunkie
akin_l
WalangAlam
Melvinsb
Arjang Assadi
Flashouille
Joel Hensley
Ben - ECM
JohnBurton
Raguvind
Roger Sutter
IMBack
laboremus
M Thomas
Only Title

roni102's Q&A profile

  • Visual C# Properties Question

    I have a C# Class but I am not sure how to do something, I am also working with ClassDiagram's so if it can be done there instead of code let me know how. this relates to shipping orders Class: ShipBoxes Properties: //First Package: PieceNum PackageWeight PackageCOD PackageDVal //second package PieceNum2 PackageWeight2 PackageCOD2 PackageDVal2 Is there a way to only have one set of properties then just add a second set of the same Properties Instead of adding a "2" or "3" etc Soi can have unlimited number of packages if needed I hope this makes sence. Tdar I got it thanks all, public class AddPackage { private Package _Box; public Packa ...Show All

  • Windows Forms Modify displayed value in a Gridview

    Hi, In a gridview populated by a sqldatasource. In a varchar column, I would like to show in my website a string which depends of the values (shows A if the value >1 and shows B if value<10) How can I do this without modify my sql table I know how to do in Reporting services but how doing this with Visual Studio 2005 (I hope is enough clear) Thx ...Show All

  • Smart Device Development Cocreateinstance and error 0x80004001

    Hi, With wince, I registered the directshow filter MPEG1 Stream Splitter, but when I do hResult = CoCreateInstance(CLSID_MPEG1Splitter, NULL, CLSCTX_INPROC, IID_IBaseFilter, (void **)&pSplitterFilter); I got the error message for hResult = 0x80004001, meaning not implemented. And I used CoInitialize() before CoCreateInstance(). Any idea how I can solve this problem CoCreateInstance is not supposed to return E_NOTIMPL. Since you have the source code to your filter, try setting a breakpoint in its DllGetClassObject and the IClassFactory implementation to see where the E_NOTIMPL is returned from. ...Show All

  • Visual Studio Team System TFS Analysys Services service stops all the time

    The Event log is logging this error; The description for Event ID ( 22 ) in Source ( MSSQLServerOLAPService ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Internal error: An unexpected exception occured.. I went to see the log files SQLDUMPER_ERRORLOG.log in C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\Log And I see this every time the service goes down: 05/02/06 14:20:11, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Input parameters: 4 supplied 05/02/06 14:20:1 ...Show All

  • SQL Server Benchmark of SSIS

    Hi, Has anyone seen any benchmark results for SSIS vs Informatica Thanks, David Mariner My thoughts are that I wouldn't expect anything to be published because I would guess a polished Informatica tool would kick the pants off of a first-generation Integration Services build. I would also expect that the next major release of SSIS to be a real threat once they apply their learnings from our feedback and real-world usage. ...Show All

  • Windows Forms Listview

    VS2005 c# I want to add subitems for each field in my sql.(The Sql changes) Can anyone show me how - thanks in advance. foreach ( DataRow dr in dt.Rows) { ListViewItem lvi = new ListViewItem (dr[0].ToString()); oLstV.Tag = dr; oLstV.Items .Add (lvi); //For each field in my sql add sub item to the line } The problem is the number of fields within the sql change, so I dont know how many there are.   Found it: //For each field in the sql add a sub item. foreach ( DataColumn column in dt.Columns) { _Lvi.SubItems.Add(dr[column ].ToString()); } oLstV.Items.Add(_Lvi);   ...Show All

  • .NET Development Access exchange email from asp.net 2

    I want to be able to display my email from exchange in a web page, where should I start if I want to do this. I want to do it in .net 2.0 Thanks Jon Outlook Web Access already does this for you and it comes straight out of the box, you may just need to configure it. The following article may be of some help here: http://www.msexchange.org/tutorials/OWA_Exchange_Server_2003.html ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. The "ResolveGlobalAssemblies" task could not be loaded

    Hi, I just installed the new XNA beta 2 (after uninstalling beta 1) and it compiles just nicely on my laptop after recreating the projects within the solution. My problem is that I am also using a continues integration server (CruiseControl.NET) running on another machine where VSE and GSE isn't installed, however that wasn't a problem under XNA beta 1 because the only thing needed was to copy the c:\Program Files\Microsoft XNA\ folder to the CI server and put the DLL's into the global assembly cache. So now I have removed the old DLL's and added the new DLL's so I now have these DLL's in my cache: Microsoft.Xna.Framework Microsoft.Xna.Framework.Content.Pipeline Microsoft.Xna.Framework.Content.Pipeline.EffectImporter Microsoft.Xna.Framew ...Show All

  • Internet Explorer Development IE7 Breaks IE6 Javascript/OWC Client Display

    I have a very large application that uses a Javascript menu with many items and grids created using Office Web Components (OWC 11). In IE 6 everything worked fine, but in IE7 some of items in the longer menus appear behind the grids, making those items unavailable to my users. At first I thought it might be the "windowed" vs. "non-windowed" controls issue (see MS KB article ID# 177378), but then I realized that if that was so then the problem would have occured in IE6 as well. Can anyone shed any light on what is causing this problem and what I might do to fix it This is an app running at a very large and famous corporation (I guarantee you all have heard of it) with over 2500+ users, and this problem needs to be ...Show All

  • Visual C++ Can't quite figure out error LNK2001

    Hi, I am hoping someone with sharper eyes can help me with this error I am getting. I know it is probably something that I overlooked like missing required function or different argument types to a function, etc, but I just can't quite get around to actually pin-pointing the problem after having spent two days on this. :-( Thx in advance. Linking... VanillaOptions.obj : error LNK2001: unresolved external symbol "public: virtual class BaseOption * __thiscall OptionFactory<class BaseOption,class EuropeanCall>::CreateOption(void)" ( CreateOption@ $OptionFactory@VBaseOption@@VEuropeanCall@@@@UAEPAVBaseOption@@XZ ) C:\tmp\CPP\Calvin\MC_VS_2005\MC\Debug\MC.exe : fatal error LNK1120: 1 unresolved externals Build log was s ...Show All

  • Visual Studio VSTA SDK

    Hi, I've downloaded and installed the Visual Studio 2005 SDK v3 August CTP which is supposed to contain the latest version of the Visual Studio Tools for Applications toolkit (according to this page http://msdn2.microsoft.com/en-us/vstudio/aa700828.aspx ). In the SDK directory I can find the samples (ShapeApp) however it appears that no documentation has been installed. Is the documentation in the August CTP or do I have to download an additional or alternative version of the SDK Regards, Anthony Williams Yes I had seen that post however if you follow the link at the bottom of the post then you simply get redirected to the standard download page and instructions to download the August CTP! ...Show All

  • Windows Forms .Net component for VS2005 UI

    Does anyone know how to build a user interface that is like the IDE style in Visual Studio 2005 What components emulate the tear-away panes and hiding toolbars I noticed that Rapid SQL 7.4 uses the exact same interface so I know that there must be an API out there somewhere. I've seen a few components that attempt to copy the interface but I've never seen anything that explained how to implement the interface like MS does. I'm new to .Net and so if this is a completely retarded question then please forgive me and be merciful/generous with your knowledge. Thanks, No sure if this is what you want, but this control does emulate the IDE of VS 2005, or SQL Server Management Studio http://sourceforge.net/ ...Show All

  • Windows Forms Populate a tree view in c#

    Hi Guys! I have an number of objects, that contain a "name", and a "level" which was used to indicate the location of the "name" in a treeView in a C++ application. The datastructure of the objects has to stay the same, but now in C# land i am really having problems to populate the treeView. I could not find any method to get a parent TreeNodeCollection, when i am sitting somewhere down in a "sub" TreeNodeCollection (yes i loved my pointers :). Also writing a recursive function failed as (ref TreeNodeCollection xxx) is something the compiler doesn't like at all, as it's implemented as a property. So the big question is now: How do i get a structure like this: Name1, Level0 Name2, Level ...Show All

  • Visual Studio Why is VS2005 (pro) taking 1,5 gb of my c: partition before installing

    hi when i want to install visual studio 2005 professional, the setup requires 1.5 gb of my c:/ partition. Why is this And is there a remedy against it good question i have only 1.2 gigs left on my c drive and about 70GB on other partitions, is there another way to put that stuff from that c drive onto another partition so it wont use up the c drive, or atleast not the qhole space thx ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. how low level is XNA

    ...compared with truevision (or other engines)   i think, truevision is easier to program...   or am i wrong     Truevision is a 3d render engine not a game engine. Yes you can use it to make games, but that is not it's only use. theTroll ...Show All

©2008 Software Development Network