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

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

myoungbl

Member List

David Hary
JohnAsp
Jon Watte
Gregg Miskelly
pena_a
SaliDM
SincerePrayer
JayUK
jdrean
faccorp
midi25
RobinW
SlowLearner
AndrewJones
CPrecourt
Visualcpp
wwwj
Justahobby
stangster67
Frank VDL
Only Title

myoungbl's Q&A profile

  • Visual Studio Express Editions Adding help.rtf file to deployment package and controlling where deployed to

    I am publishing my application using the Click Once deployment method included with the VC# Visual Studio Express Edition.   How do I get the Click Once deployment method to allow me to include my Help.rtf file as part of the deployment package   When I run the resulting SETUP.EXE, the application is being installed at \\Document and Setting\user….\Local Settings\Apps\2.0\BTH1K….\R0Q…..\.....\pgm.exe.   Is there ...Show All

  • Visual Studio 2008 (Pre-release) ComboBox problem! How to show a part of SelectedItem.....

    This is the ComboBox: <ComboBox Width="200" Height="30"> <ComboBoxItem> <WrapPanel> <MenuItem Width="20" IsChecked="True" ></MenuItem> <TextBlock >Hello</TextBlock> </WrapPanel> </ComboBoxItem> <ComboBoxItem> <WrapPanel> <MenuItem Width="20" IsChecked="True" ...Show All

  • Visual C++ Printing different fonts...

    As I try to print out 2 lines of different size, I accomplish nothing and always get the same output, no metter what parameters I send:     pDC->SetMapMode(MM_ISOTROPIC);  // font:  CFont font1;  font1.CreateFont(20, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, 0,   OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS,   DEFAULT_QUALITY,   DEFAULT_PITCH | FF_ROMAN, "Arial");  CFont font2; &n ...Show All

  • Visual Studio Express Editions Check if textbox is a Valid Integer from 0 to 10000.

    How can I check if a textbox contains a number that is a valid integer (just numbers) and that its a number from 0 to 10000 The way i did was in loops which would freeze the program for a few seconds. Any other ways first use int.tryparse to see if it's a number. Then check if that int is in the range you want. Or, use a masked text box to specify the input range you require ...Show All

  • Visual C++ .

    . Rob: in the .NET world there is not a 1-1 mapping between assemblies and namespaces: in fact there is a many-many mapping. An assembly can contain many namespaces and a namespace can be spread over many assemblies. A good model here is the Base Class Library that ships with the CLR. You have mscorlib.dll - this is assembly that contains all the common types: System::Object, System::String, etc. Every other .NET ...Show All

  • SQL Server Query:Source from multiple tables to a Fact table

    Greetings, Iam new to SQLl2005. Iam using DTS to transfer data from my source to the warehouse. I have a couple of tables in my source whein I have to join these to tables fields and insert the same in teh warehouse fact table. I have used a Join query in my Oledb source component, What other component needs to be used to insert the data into the fact table. I also need to extract same data with aggregation and insert the same into an another F ...Show All

  • Microsoft ISV Community Center Forums Installing VBA6.0 on XP

    Good morning and hello.   Ages ago I received a SDK 6.1 containing the latest release of VBA 6.0. I happily and without problem installed this on my laptop running Windows ME and all was well. I have since updated my laptop to one running Windows XP Home and when I went to install the SDK I was confronted with an error stating that "....You first must install Microsoft Visual Basic 6.0 Service Pack 3 to install the VBA ...Show All

  • Visual Studio Team System How Does One Access the Response to WebTestRequest (VB.NET)

    I need to parse an XML resonse to retreive some values contained in the document so I can pass them in the next WebTestRequest.  Any help would be appreciated! Thanks Josh!  This worked just as you described.  All set for the moment. ...Show All

  • Visual Studio Express Editions Serial ports, Bytes, Hex reading and writing, ASCII control characters.

    Hopefully the subject line will help other people doing a search to find some answers! I've been struggling for a bit to write simple bytes to a serial device which then returns an acknowledgement of 7 bytes. My aim was to run a program under windows which when I clicked a button would send some bytes of data, the serial device would then send an acknowledgement back to the user. For some reason after a while I selected VB Express. As i ...Show All

  • Visual C++ post increment problem

    Hello- I'm having a problem with a seemingly simple piece of code.  I created a new .net console application and inserted this code: #include "stdafx.h" # using <mscorlib.dll> using namespace System; int _tmain() {     int xyz=0; //broken    int testar __gc [,];    testar= new int __gc [3,5];    for ( int i=0;i<=testar->GetUpperBound(0 ...Show All

  • SQL Server view ignoring order by - used to work in sql 2000

    This works fine in  SQL 2000, but not in SQL 2005 I have the following view: CREATE VIEW [dbo] . [viewServicesAll] AS SELECT TOP 100 PERCENT dbo . services . serviceID , dbo . services . serviceDescription , dbo . services . accountCode , dbo . accountCodes . abbrevName FROM dbo . services INNER JOIN dbo . accountCodes ON dbo . services . invoiceAccountCode = dbo . accountCodes . codeID WHERE ( dbo . services . ...Show All

  • Smart Device Development Search bluetooth devices and pair them programmatically

    Hi All, I am developing VB.Net smart client application for Pocket PC 2003. Here its required to connect my Pocket PC with GPS Device (TomTom Navigator) on BlueTooth Port. Everything is working nice enough except I have to create pair between my Pocket PC and GPS Device manually. What i want is my program should automatically search GPS device, It must create pair between them. Other than this, My application is already working fine. Any class l ...Show All

  • Visual Basic DLL library and "entry point" error

    I am new to Visual Basic and am trying to create my first DLL library. I have been following the threads on this forum and have try to implement some of the solutions suggested as best I understand them. However, I am not seeing the answer yet. The source code below is the entire content of the DLL: Public Class Class1 Public Sub test(ByVal myText1 As String, ByVal myText2 As String) ' Do nothing and return. End Sub End Class ...Show All

  • Software Development for Windows Vista What are the future plans for Workflow Designer Control at Microsoft

    I have been trying to use the Workfow Designer Control (WDC) for a few days now and have some basic questions about Microsoft's plans for the WDC in future releases of the Workflow foundation. The WDC seems to have a lot of unimplemented areas in its current state. For example the Toolbox portion of the control does not even use the AddToolboxItem methods of the IToolboxService interface. In fact, it looks like the actual implementatio ...Show All

  • .NET Development Is there a limit to the size of data returned from XML webservice?

    I used a webservice to return a dataset that contains a table of file names and files content stored in SQL server 2005 database. For more than 36 files the webservice call throws an error and it says (Error in XML document). I wonder if there is a limit to the size of data returned from a webservice!. Your help is appreciated. Hello, You could be running into the ASP.NET execution timeout (see ht ...Show All

©2008 Software Development Network

powered by phorum