Software Development Network Logo
  • Architecture
  • Visual J#
  • VS Team System
  • Windows Vista
  • VS Express Editions
  • Windows Forms
  • Microsoft ISV
  • Smart Device
  • Visual FoxPro
  • Visual C++
  • Visual Studio
  • .NET Development
  • Visual Basic
  • Windows Live
  • Game Technologies

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

karabo

Member List

Skaladar
zaladane
franks_spr
SeanC
ekynox
vvgalc
Tom Dey
clackey
Jeff Sholl
LesSmith
John Mac
maple
jh72i
to_hitesh
Jarrod-Brotherton
Bernhard_xy
Ed Hill
Autofreak
Greg Stolecki
UlrichC
Only Title

karabo's Q&A profile

  • Windows Forms Versioning question

    Hi, Is there a way to set the Product Version to something different than the Assembly Version   For a .NET assembly, when you right click on the dll or exe and examine the version tab of the properties window, the Product Version is always the same as the Assembly Version.  I've only fiddled with the AssemblyInfo.cs file...is there somewhere else this information can be set Thanks in advance! Paula In Visual Studio 2002/2003 there is no way to set the ProductVersion to something other than the AssemblyVersion. However, in Visual Studio 2005, there is the ability to add a native resource file. A ...Show All

  • Visual Basic Compare objects

    Which function should I override to compare objects I'm solving the following problem. I'm creating a dictionary object using an object as the key, like ItemDictionary(Of ItemKey, String). The itemKey is a simple object like the following. class ItemKey _id _name ... other definition is not shown here. end class The problem is when I try to use the ItemKey object as a key. The dictionary object will report the specific instance is not in the list. I believe this is caused by the object comparsion method is not properly override. I remember I've read some related article but forgot it. Please advise. Thanks. I've found that ...Show All

  • Visual Studio MS Access and VSS 2005

    Hello All,   We are about to setup source control for the first time, and the majority of our development is in MS Access (2002). Will VSS 2005 work with the Access add-in for VSS I would like to give it a try if it's possible. Otherwise, we have to go with the current VSS which isn't so friendly for developers working at remote locations. Thanks, -Tom Hey Jeremy, We have been using VSS 2005 with Access 2002 (XP) for over 9 months now, and, with some caveats & frustrations, it's basically been working very well. (It has satisfied our goal of allowing 5 developers to work collaboratively on this proj ...Show All

  • SQL Server Microsoft sql server geospatial component

    I haven't a clue which section to post this question in, so if it's in the wrong place i appologise. My question is about Microsoft SQL server and Geospatial. I heard rumors about Microsoft added a Geospatial componet to sql server years ago in order to compete with Oracle. I have not hear anything more about this functionality and now our organzation is looking at going to Oracle because of our need for a Geospatial database. Ideally we would like to continue to use Microsoft products but we have not heard of anything that will meet our needs in this area. Is there anything available right now This ...Show All

  • SQL Server Deleting Reports in Report Server without stopping Report Service

    I'd just like to know if it's okay to delete reports in the report server without having to stop the reporting service or without having to restart it Has anybody tried this Thanks. SUre this is one of the administrative tasks that can be done via the Web UI. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • SQL Server backup does not backup

    Hi. SQL Server 2000 EE was able to do this but just found out that SQL Server 2005 EE does not do this. When I select a database to backup, even if i select a different path to backup to - it says it has successfully backed up and verified the backed up database however I am unable to locate it in that path specified.   I have also ran a Windows Search on the file - it does not pick up anything.   When I go back to SQL Server 2000 EE - the same results occur, I was able to backup databases before installing SQL Server 2005 Is there something I am doing wrong   try check ur service manager for SQL Ser ...Show All

  • Visual C++ How can I receive VK_UP and VK_DOWN message from keyboard in a dialog window?

    In a dialog application  without any buttons,I only use the dialog to draw 3-D drawing of OpenGL,I can receive VK_ADD and VK_SUBSTRACT keyboard message,but I can not receive VK_UP and VK_DOWN message,please tell me why By the way in a CView application,I can receive both of the above keyboard message. My code is as follow: void CDialogGLDlg::OnKeyDown(UINT nChar,  UINT nRepCnt,                UINT nFlags) {  switch(nChar)   {   case VK_ADD:    m_ScaleX *= 1.1f;    m_ScaleY *= 1.1f;    m_ScaleZ ...Show All

  • Visual Studio 2008 (Pre-release) how to play sounds

    Hi can anybody know how to play a sound (from external .wav file)when i click on a button Thanx Chinni add a mediaelement to the page set the source and in the button click event something like this should work MediaElement me = new MediaElement (); me.LoadedBehavior= MediaState .Play; c1.Children.Add(me);//add the media element me.Source = new Uri ( @"c:\hirewranglers.wav" ); ...Show All

  • SQL Server Recordset Destination with Foreach Loop Container - finding indexes

    I'm curious to know how other people are handling the Recordset Destination in to be processed by a Foreach Loop Container. It seems a little odd to me that you can only map the parameters by knowing the index of the columns of the Recordset, however, the order that you built the recordset destination doesnt stay the same. I've been debugging for a while to find out that after I saved my recordset destination the order of the fields changed. To some order without a clear logic. I'm going to guess it might be the lineage id. The bigger problem was this was a really large record set with 60 or so columns. To try and debug the problem of ...Show All

  • .NET Development How can u Mangage Transaction in two different database tables? Is it Possible , if so How?

    I am working on two different database tables ( ex one from sqlserver, other from oracle) , can we handle a single transaction on these two tables i.e if any one update fails then updates to both tables should rollback how can we do this I think what you are looking for are Distributed Transactions. See the MSDN documentation for details, as it is a fairly complex topic. ...Show All

  • Visual Basic changing image inside a button

    hi there, i would like to change my display image inside a button when the button is clicked..how can i do it programatically for example: a button with text "Log In" and image LogIn.ico, when clicked, it will change to text "Log Off" and LogOff.ico can anyone please help me this beginner thank you thx Dustin..it does help...however, how if i want to use a image from Resource folder of my project, what is my path... ...Show All

  • Visual Studio Express Editions Can't create new project in Visual Basic 2005 express

    I had the previous version installed of Visual Basic 2005 and I unistalled everything like the site said, Now I will test Visual Basic 2005 Beta 2, open a previous project, and it doesn't work at all, the program changed everything, ok too bad I think. Let's make a new project and "plop" there is an error message saying I can't create a new project because there's something missing. What can I do about it, how do I have to work with the new version ... I want Visual Basic 2005 beta 1 back! This was just better! ... I tried to get it back with systemrepair but no, now he's messing it up totally! ... I've now uninstalled everything again. Can ...Show All

  • Visual Studio Team System Single Machine setup with DC on same machine

    I've been having so many issues with this setup that it's just not funny (Single machine for TFS & DB with the DC on the same machine). I followed the latest setup instructions to the letter to only later find out that they assume that you have the DC on a separate machine. I was constantly getting errors when trying to create projects - "Insufficient permissions on the Windows SharePoint Services at XXXXXXX to create a new site." - I ended up just giving the TFSSERVICE user Administrator access (even thought the install instructions say to give just user access) which got rid of that error message. Now I am getting the "Ex ...Show All

  • Visual Basic Read a random Line From A File

    I am attempting to write a BOFH excuse generator as a console app so I can run it's output into another program (an IRC client) but am having a problem figureing oput how to return a random line from the text file I am useing for the excuses. can anybody point me the right way thanks Wolf I think the best way to do this, is to quickly count the number of lines, perhaps storing them in memory in an array list or dictionary. Once you know the number of lines, generate a random number where the number of lines is the max and use the randomly generated number as an index for the lines that you ...Show All

  • Visual Studio Express Editions csc.exe

    hi I installed Microsoft c# express edition.Now Problem is How to get the c# command line compiler to run the c# applications. I found csc.exe file in .net framework 2.0 ,I tried to open it,but it flashes once and disappears. Please help me how to get csc.exe. Thanks in advance. If you have C# Express installed, you don't need to use the command line compiler. You create your project with all classes in the IDE, and run it from the Debug menu. ...Show All

©2008 Software Development Network