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

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

Havoc

Member List

Mailtm
DanDMan
Doc Glazer
Mikhail Ryzhinskiy
HiralJB
Garry Marshall
Turkalp Kucur
Andreas Johansson
Raghuraja
JessicaM
MarkJC
adam kromm
Valeh
Martin Kulov - MVP
imonthercks
Aryan_Patel_05
Hamdy Ghanem132708
lasu
Kyra
J Arputha Ravi
Only Title

Havoc's Q&A profile

  • Visual Studio VS.NET 2K5, web projects and source code control

    Is there a way to "tell" VS.NET 2K5 (and ultimately the sccs) to ignore the \bin folder (or any sub folder for that matter) when using file based web projects With VS.NET 2K5 there are no more web project files when using file based web sites, everything is pushed into the solution file. Therefore to VS.NET 2K5, everything underneath the web diretory is "fair game" and is published to the web. Matter of fact, the "Exclude from Project" context ...Show All

  • Visual Studio Express Editions Applying the same code to ListBox

    Hi All, I have an array which contains values of the checkboxes that I would like to check in the CheckBoxList. However, when I do a loop only 1 checkbox is checked. Is it a coding error I am using Microsoft Visual Web Developer 2005 Express Edition and am coding in VB.Net. I would really appreciate it if you could help or assist me. Thank you so much. tb_lessons.Text contains a String for eg: 2,3,4 Here is my code: ...Show All

  • .NET Development Element level XSD Files in XML

    I have elements in my XML document,I am already validating this XML file using XSD File,I would like to validate my Xml elements also. is it possible to validate the elemnents of my XML by having elemnt level XSD files like this <Phone Type="Office' Number='0404-32366' xsdFile='phone.xsd'/> please let me know how to do this,if it is possible. Thanks, Vaishali Validating an xml document against a schema means validati ...Show All

  • Visual C# ? VS2005: Where did Class View->Add->Override go ?

    In Visual Studio 2003, you can use Class View to navigate to a virtual member of a base class, then right-click that member and choose Add|Override. In Visual Studio 2005, this is not available. Where did it go Is there an alternative and equally convenient way of doing it # Thanks! I just finished struggling with the same problem and I wanted to shed some light on another way to accomplish the override ...Show All

  • Visual C# Is it possible to "melt" multiple dlls into 1 large dll?

    Hi, We are developing a class library, and currently the library spans over several Visual Studio projects, both C#, managed C++ and unmanaged C++. This again means that we have several dll-files. When time comes to sell our class library, we would like to sell just 1 large dll-file instead of all the dll-files we have now. Finally, we use a few 3rd-party dlls and some unmanaged C++ dlls, which we also would like to "combine" or "m ...Show All

  • .NET Development pass different class objects to same method...

    I have a method where I would like it to perform operations on different object types.  I tried the following without success, can someone point me in the right direction please main { Header h = new Header(); myMethod(ref h) } public void myMethod(ref object i) { ... } ...Show All

  • Windows Forms Rowfilter with wildcard

    Hi all,  I'm coding a little window that will filter my database. In the textbox of that window, i can use the wildcards * and   for a single character.  The problem is when the user use the * it work number one, but when he use& ...Show All

  • SQL Server Transform sql server mobile edition database to sqlce2.0 format.

    how do I transform sql server mobile edition database to sqlce2.0 format I have a database with sql server mobile edtion , and I want to depoly application to ppc with .net cf1.0, so , I must change format from sqlce3.0 to sqlce2.0. Please. There is no automated tool that will convert a SQL Mobile database to the earlier SQL CE 2.0 format. How did you create your SQL Mobile Database If you did anything other than creating it by hand ...Show All

  • Visual C++ msvcr80.dll Problem

    Hi there, can someone possibly tell me why Noton WinDoctor is telling me that 10 executables in the .NET Framework 2.0 cannot access the necessary dll file msvcr80.dll I see that the dll exists in the WinSxS directory and I'm running XP pro. I didn't have this problem until I downloaded the 2.0 framework at windows update. Any advice appreciated. Thanks. Naolin I am having the same problem... I even uninstalled i ...Show All

  • SQL Server No witness, primary shutsdown, bring failover online

    First of all, Great webcast today. My question is, I have everything up and running and would like to know what to do when the machine my primary is on quits or has a some type of disaster. Do I need to manually run recovery on each db that was mirrored I'm not currently running a witness. thanks No, you don't need to recover anything but depending on which mode you are running you will need to iether manua ...Show All

  • SQL Server Launching the Reports From Browser

    Hi friends, We have developed the Reports using SQL Server Reporting Services 2005. In order to make our all reports dynamic we are referancing DLL in all our reports. That DLL we have pasted in D:\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\bin C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies So when we observer the reports from Preview tab then we can see the effect of our DLL and all r ...Show All

  • Visual Basic password in access

    Hi! Happy new year  to all VB Guru out there my previous query was solved in a couple of days, I am stuck again, i am doing a project with access has a database and VB 6.0 has a front end. I want my database to be password protect i.e if any dblclick access file it must ask for a password. Can i link a password protect access file to VB if tried but error like worksheet file not found was thrown, can any VB GuRu out there let me kno ...Show All

  • Windows Forms Can't hide first column in DataGridView

    I am unable to hide the first column in a DataGridView. I am not referring to the header column but a databound ID column in the grid. As a general rule I put the ID column at the front and hide it so I can always reference the ID column in column [0]. For some reason I am able to hide any other column by setting the visible property to false except for the first column. I was just getting ready to post about th ...Show All

  • SQL Server Error when "Open Table" in SQL Server Management Studio

    I get the following error when I try and open a table in SQL Server Management Studio. Installing SP1 did not fix as I hoped it might. What can I do about this - I can't see my data =================================== Unspecified error (MS Visual Database Tools) ------------------------------ Program Location: at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at Microsoft.Sq ...Show All

  • Visual C++ loading the classes in a native dll

    hey guys, i have a static linked native c++ dll i built. i want to try and load the c++ classes in it, from an exe (for example). i want to be able to load these classes, and make objects and start using them. im trying to implement a plugin system of some sort. is that feasible i have done it using C# and the System.Reflection, but what about native C++ Since its done in the .NET framework, then its done C++, cause what im imagining the .NET wa ...Show All

©2008 Software Development Network

powered by phorum