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

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

idrissbahhussein

Member List

Larb
soldierboy101st
Mike Hernandez - MSFT
StatiK EffecK
Vorda
TimirP
VB king!
Tony Lambert
didier_g
narsimanv
Aleniko29139
Richard Purchas
puru1027
user5546
krobinson152759
bertrand
shummel
perin
skeptic08
tbrinkman
Only Title

idrissbahhussein's Q&A profile

  • Visual Studio Express Editions exception in devenv.exe

    I'm using vs2005 in VC++ like environment with PPC 2005 SDK installed. It worked a few days alright,  but now I meed "An unhandled win32 exception occurred in devenv.exe" every a few minutes. What's wrong with my vs2005 Does anybody experienced this exception     Have you tried the most recent Community Technology Previews Does this problem still occur for you If so, pl ...Show All

  • Visual C++ On adjacent ">"s in a parameterized declaration

    Hello, There is a syntax erron in the following code -- adjacent ">"s need a delimiter (it is marked AAAA) template <class T> class A {}; template <class T> class B {}; int main() { A<B<int>>(); // AAAA } But VC8 can compile it. It seems to be a error but on the other hand Mr. Stroustrup have being dreaming on such a syntax for ages and he promotes it pretty vigorously now, as far as know. So, I a ...Show All

  • Visual Studio How to create nested context menus in the CTC file

    Hello, I've defined several context menus in my CTC file for my package.  But I would like to create a second level context menu that is linked to a particular command in a parent context menu.  Similar to Add->New Item... in the project context menu in the in VS.NET. How do I define that type of structure in the CTC file and is there any thing special that I have to do to handle this type of commands in my code Thanks! Eric ...Show All

  • Windows Forms UnhandledException?

    How could i capture & handle UnhandledException in client or service side The "Main" method is actually the assembly's entry point, every assembly should have one( or more, the you have to choose which one), when you create a& ...Show All

  • Visual Basic Accessing a listview Item!

    How to get as string the items of a list view   Textbox1.test = listview1.items(0)   I could force it to string   like : Textbox1.test = listview1.items(0).tostring But it still gives junk Thanks spotty.. I think I know now how to access the subitems too listview1.items.(i).subitems(1).text Thanks any way ...Show All

  • Visual C# Visual C# Application Deployment

    Hello, Is it possible to create an application with "Visual C# 2005 Express Edition" that can be deployed on another PC running the Windows operating system without the .NET Framework installed on that PC. Thank you, Robert To be fair to the person who started this thread the thread you refer to is giving an answer that is specific to C++ (i.e. yes, if you complie to native code) and so they still need ...Show All

  • SQL Server Problem activating a server on home PC

    Hi I am new to SQL / SQL Server and have downloaded SQL Server 2005 Express. I also appear to have an existing SQL Server program on my PC which includes Query Analyzer. I wish to use Query Analyzer. Is this compatible with SQL Express When I try to open Query Analyzer using Windows Authentication I get the error msg: 'Unable to connect to server HOME-DHGV3DIC8N: Server: msg 17, level 16, state 1 [Microsoft] [ODBC SQL Server Dr ...Show All

  • Windows Forms Combobox bound to an ArrayList in databound grid

    I have a DataGrid.  It is bound to an Arraylist of objects.  In this grid, one of the columns is a combobox that is itself bound to an Arraylist of objects.  I downloaded and tried the sample located here under "Databound ComboBox Sample": http://msdn.microsoft.com/smartclient/community/wffaq/ctrlsp.aspx#4umuvlol However, this example assumes that your combobox is bound to a DataSet, not an ArrayList .  How does one go abo ...Show All

  • Windows Forms DataGridView Not Updating When Binding Navigator Toggles Through Records

    Hello Windows Forms Experts, I have a DataGridView on a tabpage that uses a bindingsource as a datasouce. The bindingsource is filtered with a line of code Me .MaintHistoryBindingSource.Filter = String .Format( "ItemSerialNo = '{0}'" , SerialNoComboBox.Text) based upon the text a user puts into a combobox (SerialNoComboBox) on the form. My problem is this datagridview is a different bindingsource than the one the binding ...Show All

  • Visual C++ Why do I get C1001 (internal compiler error)?

    Why do I get C1001 with the following code array < float ,2>^ arrGrayscale = gcnew array < float ,2>(100, 100); pin_ptr < float > pp = &(arrGrayscale[0,0]); Notes: If I change the array element type from float to short, the compiler does not complain. Thanks Internal compiler errors are compiler bugs. Could you please log the issue at http://lab.msdn.microsoft.com/prod ...Show All

  • Software Development for Windows Vista RunWorkflow from *.xoml ,*.rules?

    Question:  1 ) This Workflow have base workflow and CustomActivity in Project Workflow.Base     public partial class BaseWorkflow : SequentialWorkflowActivity     {           private bool _Result;         public bool Result         {           ...Show All

  • Visual C++ How do use conventional C++ Code with Visual C++

    Goodday I cannot seem to create any programs with Visual C++ I am not getting anywhere the only program that works is Hello World: #include <iostream> using namespace std; int main() { cout<< "Hello World\n"; return 0; } Not even the test win32 application want to run and i did everything like you explained Please Help Peder Really Because for other hundreds of thousand of programme ...Show All

  • SQL Server Choosing explicit cell in Excel to SQL Database

    Hi, is there a way to choose a specific Excel cell and put the value into a specifc column in a SQL table using the wizard For example, when the package is run, to have cell B3's value placed into a newly created row in column 0 and have F6's value placed into the same row in column 1 Thanks for your time, James EDIT: What happens currently is I'll map a particular Excel column and it will create almost 200 rows in my table with mostly ...Show All

  • Windows Forms static gettype

    Hello everyone. Anyone know how I can get the current type from a static method ...Show All

  • Visual Basic how do I get web templates in my ide?

    how do I get web templates in my ide When I installed beta2 I chose visual basic.  Now I want to try some web pages.  I find no way of changing my profile so that I can create some web projects. Can somebody please help me dennist Forgot to mention in my earlier msg, I have installed from the "Visual Studio 2005 Team Suite" CD. I am assuming I can use it as an individual developer without a team. ...Show All

©2008 Software Development Network

powered by phorum