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

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

Apall

Member List

AnaC
ptaylor
Tim Reid
MegasAlexandros
MIlanNoviSad
egyptian_bean
Srinivasa Rao
amit Kumar
Kumarchill
Tish
Torsten Pietrek
BillHie
Mickalinski
Will code for food
Thomas Cheah
Robert Wishlaw
sephiroth23
Tony Warren
giannam
Andy_Chen
Only Title

Apall's Q&A profile

  • Visual C++ AddString() and InsertString() in CCombobox/CListbox

    I'm using Visual Studio 2005 for an MFC application. AddString() and InsertString() do not work in both CListBox and CComboBox classes. With class members properly defined for DDX and the method correctly called within OnInitDialog() of a modal dialog, I contiuiously get a debug assertion. Tracing that assertion leads to a failure of IsWindow() call on the control handler somewhere within MFC. In release session, as well as in runtime, there' ...Show All

  • .NET Development Call VB Script in WebService

    Dear Friends, I have VB Script with my Logic.. So I would like to call the VB Script in my ASP.NET Webservice. Is it Possible ... Thanks in Advance. Regards, Vasanth Hello Blair Allen Stark , Vb Script with my logic means... Just a Vb script with some code... if call the VB Script in my Webservice is should be run. Regards, Vasanth. ...Show All

  • Visual C++ AMD 64 Optron and Manifest

    When I add manifest to my application it does not work on AMD Optron 64 Biit platform. But the same application when built without Manifest works fine. I am a little puzzled wether Manifest has any special mechanism of deployment on AMD optron 64 bit machine. In the application manifest, there is an element named <assemblyIdentity> which has a processorArchitecture attribute. <assemblyIdentity     version="1.0.0.0" ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. dxwebsetup wierdness - deployment with app

    Hi, sorry to post this in this forum, I am unsure where to post it. OK here is the thing. I have a deployment problem. I am creating a setup with my app, created in VS 2005 Pro, using C#(.NET 2.0)   This app of mine requires DirectX runtime end user files, or the SDK but really the runtime files. Now, during installation, I bundled in the dxwebsetup.exe. This executes fine.   2 main problems here already: 1 ...Show All

  • Visual Studio Remove MFC help as default F1-match

    When my cursor is on an SDK api name and I hit F1 to get help on parameters etc, the document system tends to bring up a page matching an MFC method of that name.  For instance, if my cursor is on TrackPopupMenu, and I press F1, the help system shows me CMenu::TrackPopupMenu.  This is simply daft, I don't use MFC in this project, and it makes the help system simply unusable for me, as it forces me every single time to search for the en ...Show All

  • Smart Device Development SmartCard Problem

    Hello, I try to access a smartcard through the winscard.dll. I always get an error: SCardEstablishContext(nContext, nNotUsed1, nNotUsed2, Me .nContext) This returns -2146435043. I cant find any help for this errorcode. Can you help me Thank you in advandge, Daniel Huups, i found the problem. I forgot too start the smardCard service in WinXP. ...Show All

  • Visual Studio Team System Error under load/concurrency but not when run serially - $HIDDEN1._xxx

    When I run a webtest serially for 50 iterations, I do not get any exceptions, errors or warnings displayed in the VSTestHost.log. The test executes fine. However, when I run the webtest as part of a load test with just 1 other script, the following web test exception occurs very frequently invalidating my test results: at Microsoft.VisualStudio.TestTools.WebStress.WebTestInstrumentedTransaction.UpdateBindingSites(String preBoundString) a ...Show All

  • Visual Basic Line Color / Outlining

    Hi, i know this is simple, but i cannnnot seem to find, where to change the line color. Of the thin Seperation Line that appears between two modules (or at end of module, class, definitions, and all that). And also cannot find the hotkeys for expanding/shrinking the modules-classes outlining. Thanks. Oh & this is for Visual Basic Express 2005 Beta 2 thnx Just an FYI.  When Visual Studio 2005 is released ...Show All

  • Visual Studio Express Editions What's wrong with this: "If DoctorBindingSource.Current("StreetAddressLine2") <> "" Then"

    Visual Basic 2005 Express Edition didn't like the "<>" in the statement below: If DoctorBindingSource.Current("StreetAddressLine2") <> "" Then DoctorTextBox.Text = DoctorTextBox.Text & DoctorBindingSource.Current("StreetAddressLine2") & vbNewLine End If It didn't like it when I substituted "DBnull", either. hi, assi ...Show All

  • Visual Basic Convert centimeters to points.

    Hello, How can I convert centimeters to points You're going to have to tell us in what context did you meant points. In the end, the answer is likely to be that it depends on the size of your screen, and that you shouldn't be trying to get a particular size correctly displayed. ...Show All

  • Visual C# help with OOO think?

    Hi I wounder if someone can help me ooo think about this problem. Bakgrund: I have some date in a database and would like to transfer it to a cvs file. This is a simple problem and can be solved without ooo. But since I am a Lazy person would i like to solve this problem ooo. Next would i purhaps export it to an xml file or a another databse. My Think I made three four classes, mainClass, dbConClass, importClass, exportClass. The dbConn ha ...Show All

  • Visual C++ STL.Net - when can we expect the final beta?

    Hi, Can anyone give me an idea when the final beta of stl.net will be available. I've been putting off a project that will require heavy use of the library but time's running out and unless it appears soon will have to go with unmanaged code and native stl. I've started with the version on beta 2 but it's kinda unuseable (multimaps, string and make_ref_pair are all very rough) -Liam Thanks for the prompt reply ...Show All

  • Visual Studio Express Editions Connecting to an Access 2003 Database from VB 2005 Express

    Hi ! I have a form with some textboxes and a button. I have an Access Database on my desktop. I want to write the values from my textboxes to a table in the database. I havesome code to do this, and it should work, but It throws an exception that is far too complicated for a Newbie like me to decifer. Here is the Excption (on top) with the code I'm using below that. Heeeeelllllp! P.S . The values in the "TextBoxes&qu ...Show All

  • SQL Server Can't install SQL Server Express 2005 in quiet mode

    I'm trying to use a bootstrapper with SQL Server Express 2005, but I'm having difficulty with the installation.  I'm using the command line: SQLEXPR.EXE /qb INSTANCENAME=myInstanceName SAPWD=mySaPassword and it seems to fail right at the system configuration check.  One of the log files says "Error: Action "LaunchLocalBootstrapAction" threw an exception during execution.  Error information reported during run: "c:\Program Files\Mi ...Show All

  • Software Development for Windows Vista Computer information needed.

    I have try to install some software on Vista (5308), a common application like Acrobat Reader, but it always stop on the middle of process (50%). Then I try install my soundcard driver (AC97) that I've got from realtek.com, it same too. I have wait 3 hours to wait the installation but still have same result (stop on 50% or less). Why the Vista is too protecting so that I can not install some application including my soundcard driver so my laptop ...Show All

©2008 Software Development Network

powered by phorum