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

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

AnonymousToo2

Member List

RMS
okshilato
*Elad*
bettyday
Sachin Choudhary
Scott Berry
thejez
Ali Baradaran
cyost
Zeljka
paolo_cc
bob3825
Joann_In_VA
twinsfan08
xWindx
yaduo79
dotnetgruven
Jorge Gomez
amygal
RaviKalyanK
Only Title

AnonymousToo2's Q&A profile

  • Windows Forms Checkedlistbox

    Im looking for some assistance...what im trying to do is check to see what items are checked and say if item 1 and 3 are checked do this but if 2 and 4 are checked do this...I've tried a bunch of code but nothing seems to work..im doing this all in VB Private Sub btn_ok_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_ok.Click Dim itemChecked As Object For Each itemChecked In chklb_syscus.Ch ...Show All

  • Visual C# httplistner

    Hi , I am very new to C# and want to write a application server using httplister class which is newly added to .NET 2.0.I want to use the async method BeginGetContext to handle each request received.I want to know how this method can be called in a loop to accept each request.The code example below in MSDN says the main thread show not die to prevent listner from stoping.How this can be achieved.is below understanding of mine correct as I w ...Show All

  • Software Development for Windows Vista Lab 10 on beta 2.2

    I am working through the labs, using beta 2.2 and have run into trouble with Lab 10 (Embedding the Workflow Designer). In Task 2 it tells me to drop a WorkflowDesignerControl from the toolbox into my shell. I can do this, but when I try to modify the Name property of the WorkflowDesignerControl from its default, I get a "Property value is not valid" error with the following details: Code generation for property 'XomlFile' failed. Error ...Show All

  • Visual C++ C++ STL vector class behavior within a managed class

    First off, I am using the visual C++ .NET environment. I am creating a poker game.  I have a Deck class and a Card class.  The Deck class contains a vector of cards.  Originally, I had both classes unmanaged and they worked fine but were difficult to use within my managed form class so I decided to make both Deck and Card classes managed.  I am able to get everything working except something about my vecto ...Show All

  • Visual Studio How do I add custom Platforms?

    I'd like to use the VS IDE for developing applications on other platforms than the build-in ones. Say for example a 'Playstation 3' platform configuration. How can this be done Regards, Asger Hi Asger, In order to target a different platform, at a minimum, you would need to implement a custom project system that utilizes your build tools. To facilitate debugging the application on the target system, would re ...Show All

  • Visual Basic HTML Editor in Visual Basic - HELP

    Hello everyone and anyone who is reading this. I would like to know how to build an HTML editor in Visual Basic. I really dont know where to start. If anyone could tell me how, or tell me what I need to know, any help would be very appreciated and will not go unrewarded. Thank you. wf.service@sbcglobal.net Original Poster" "I would like to know how to build an HTML editor in Visual Basic" Levyuk :"There is a way to edit a html page direct ...Show All

  • Visual Studio Express Editions Problems Coding VB.NET Express Edition LINK LABEL

    I want the program the link label to send an email to the programmer. The idea behind this is if there are any improvements or noticed bugs all they would do is click the link label and it would access their default email program . . . and so. Any suggestions A-Zone (PIT) In the click event Process.Start(" Mailto:MyEmail@your.com Subject=Bug Report ") ...Show All

  • Visual Studio Express Editions I missing the tool devenv

    Hi, If I try to build a Open Source Project with Visual C++ 2005 Express Edition, it appears a error message: ------ Build started: Project: BuildBin, Configuration: Debug Win32 ------ Performing Makefile project actions Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved. devenv Apache.sln /useenv /build Debug /project mod_ssl Der Befehl "devenv" ist entweder f ...Show All

  • Visual Basic Image list stopping a form being loaded

    Hi I have just started a project using the explorer form template as my main form. This template has an imagelist for the treeview I have just added an imagelist for the Listview but if i add any images to it My form wont load and i get an unhandled error exception with the error as "index out of range" ! aaaa This is before i tie the listview to any control! as an experiment i tried adding another image to the treeview imagelist and got the sam ...Show All

  • Visual FoxPro how to define an array?

    I have this situation. There are two functions in a prg file. The first function is major, the second one is simply a container for a large DO CASE ENDCASE clause with about 18 macros for different choices. Those macros do the following (individually): SELECT FROM <table name> WHERE ... INTO ARRAY arr1 The main function gets a cAlias as an output parameter and this parameter is used to address the second function. The return value for t ...Show All

  • .NET Development referenced component Microsoft.Data.Odbc could not be found

    This is a not a current problem, I just resolved it and decided to post it here for anyone else who has this problem when u convert from any project over to visual basic 2005 and u get the error "referenced component Microsoft.Data.Odbc could not be found" or in the name space u get the error Microsoft.Data.ODBC not found it is not a bug it just wasn't included with visual basic 2005 beta 2 you have to download the data access file from &nb ...Show All

  • Windows Forms Is creating form objects and disposing them better or using Activator.CreateInstance()?

    I'm building an MDI application, and when user clicks various menus I want to load the child forms only if it is not loaded previously. I came up with two versions of methods to create the child form when menu is clicked. In the first version the calling method creates a Form instance, and in second version it sends Form's type. Both version work, but can experts explain which is better private void ShowChild( Form formToShow) { ...Show All

  • Software Development for Windows Vista Vista Beta 2

    I am also having the same problem I was trying to reply to a different message and started a new thread by accident. Anyway I'll pose my original question, when I try to extract the Vista beta 2 OS. I only get a 2k notepad file stating "This disc contains a "UDF" file system and requires an operating system that supports the ISO-13346 "UDF" file system specification." I can't figure ...Show All

  • Visual Studio Express Editions Does VBEE handle this DateTime?

    I use a webserver that uses these datetime structures: DATETIME_NONFORMATTED 200605012006 DATETIME_FORMATTED 05-01-06 20:06 From the help, this non-formatted doesn't seem anything like VBEE's standard non-formatted datetime. I thnk VBEE's structure is the number of seconds since 01-01-00 midnight or some such structure. I need to add like 6hrs 55min to the above and get 020201 and then convert to formatted. Am I stuck writing my ...Show All

  • Visual C++ Problem overloading and using ostream operator << for my own classes

    I have several problems to declare, define, and use the following operator in many .cpp files : std::ostream & operator << (std::ostream &, const MyClassA &); I succeed to declare and define this operator for my class MyClassA, defined in MyClassA.cpp. I declared my class as following :    // MyClassA.h    class MyClassA;    std::ostream & operator << (std::ostream &, c ...Show All

©2008 Software Development Network

powered by phorum