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

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

Depassage

Member List

TJ Jones
Eliyahu
Susan Entwisle
Ravindra Agrawal - MSFT
jsstone
kjmorford
awgyd
Nethol
cajinamaster
AlpEren
Michael Zill
David Amador T.
matu007
Stuby085
Isythica
Leonardo Carlos Prada
Baris ERGUN
technisat
Sivaji Srinivas Narra
tichu
Only Title

Depassage's Q&A profile

  • Smart Device Development Take an incomming call on a smartphone

    Hi, I'm trying to make a program in VB using SmartPhone functions. For instance, I succed to dial a call with PhoneMakeCall function : http://msdn.microsoft.com/library/default.asp url=/library/en-us/APISP/html/sp_phone_phonemakecall.asp I'd like to know if it's possible to take an incomming call, I can't find anything about that on MSDN.. Does someone could say me if it's posible, and how do that. thanks Sorry, i forgot the import.. Here is the good one : <DllImport("coredll.dll", CharSet:=CharSet. Unicode )> _ Public Shared Sub keybd_event( ByVal bVk As Byte , ByVal bSca ...Show All

  • Visual Studio Express Editions Problem porting a Visual C++ 6 application to Visual C++ 2005

    I'm trying to migrate a project made on Visual C++ 6 to Visual C++ 2005, but even with no compilation errors, the application don't work as the VC++ 6 project. My application is a project about API Hook, and it's not working on Visual C++ 2005. What can I do to maintain compatibility Hi! You need to provide more information about your problem. Which library you use - MFC, ATL, WTL, STL... or clean Win32 API What function not working as you expected - post it here, so we can see it. ...Show All

  • Visual C++ Porting MFC application from VC++ 6.0 to VS8

    I'm porting an MFC app from VC6 to VS8, while I expect to got the same sources compiling to both VC6 and VS8, I've been successful until I face the following error in: BEGIN_MESSAGE_MAP(SkStatic, CStatic) //{{AFX_MSG_MAP(CSkinDlg) ON_WM_PAINT() ON_MESSAGE(WM_SETTEXT,OnSetText) //}}AFX_MSG_MAP END_MESSAGE_MAP() The ON_MESSAGE line causes a error C2440: 'static_cast' : cannot convert from 'void (__thiscall SkStatic::* )(WPARAM,LPARAM)' to 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)' None of the functions with this name in scope match the target type Looking at the afxmsg_.h in VS8: // for Windows message ...Show All

  • Visual Studio Tools for Office please suggest me

    hello everyone my name is pradeep(student) what else do i need to develop the excel application apart from vs2005 team system and office 2003 my next doubt is do u suggest a detailed book for visual studio 2005 tools for office specially excel Hi Pradeep, Actually you don't need VS2005 Team System, you can also use Visual Studio Tools for Office edition of VS . I don't know the book for Excel VSTO programming but I would suggest you the book from Eric Carter and Eric Lippert - the Visual Studio Tools for Office: Using C# with Excel, Word, Outlook and InfoPath . ...Show All

  • Visual Studio about start page

    Now i want to add a new start page(different from VS start page) to Visual Studio .But i do not find any method in VSIP document. I want to know if it is possible for me to do this function. And i once customized start page in VS 2003. But how can i do it in VS2005   Thanks for your help in advance.  this is not part of the VS SDK, its provided with the in-the-box extensibility like macros and add-ins. see " How to: Customize the News Section of the Start Page" How to: Change the Item Displayed on Start Up of the Development Environment in the docs ...Show All

  • Visual C++ __CONTEXT from winnt.h in x64

    Hi .... i am getting the following error when including one of my previous code constructs.  It is using the member of Struct CONTEXT from winnt.h, error C2039: 'Ebp' : is not a member of '_CONTEXT Dont have much depth in x64 bit system structs or its equivalents for x64. any idea for its substitute or a suggestion for correction will be highly appreciated. Best Regards, - Imran. Navin, There are 3 different definitions of structure CONTEXT in winnt.h -- for x86, x64, and IPF. Those definitions are conditional, i.e. here is relevant part for x64:     #if defined(_M_AMD64) && !defined(RC_INVOKED) & ...Show All

  • Visual Studio Express Editions Cannot register a test dll

    Build following code into a dll try to regsvr32 the dll and get an error of dllregisterserver entry point not found. Dll is to be added to program via a hook in registry. What am I doing wrong Public Class TEST_MODULE Public Function Process(ByVal Session As Object) As Boolean 'Dim posSession As QSRules.SessionClass Dim posSession As Object posSession = Session MsgBox("Hello World") Process = True End Function End Class Brian, I am interested in QSRules and Retail Management System. I have Microsoft Visual Basic 2005 Express Edition loaded with RMS 1.3 and wo ...Show All

  • Software Development for Windows Vista Problems with state persistence and timer services

    Hi, I've experimented with adding the SQL state, timer and tracking services to the Lab1 sample step 4 (the expense report approval workflow). The tracking service works fine, but it seems that the state and timer services get the engine stuck on the ListenForManagerApproval activity. If I disable the state and timer services the workflow unfolds as expected. I use the (really cool) Workflow Monitor sample to view the results, and the progress is evident every time: With the state and/or timer service enabled, the flow gets stuck on ListenForManagerApproval  and then after a while the workflow gets the status "aborted". Any ideas why ...Show All

  • Visual Studio Team System TF single-server installation failed on a virtual pc

    My installation steps are: 1. Install a Windows Server 2003 with SP1 virtual pc. OK! 2. Config the virtual pc as an application server, enable asp.net. OK! 3. Install the SQL server 2005 April CTP, config the application pools. OK! 4. Install the SharePoint Service, exclude the Reporting Services. OK! 5. Logon as tfssetup and install the Team Foundation. Hang!!! The ADAM installation seems good but the installation stops at the last step. I follow every instruction in the "visual Studio Team Foundation Installation Guide" but the installation just fails. I've tried twice but got the same results. Why Bruce Sorry, the VPC has been drop ...Show All

  • Visual Studio Express Editions last build

    WHAT IS THE LAST BUILD OF C#2005 There have been no refreshes of the .Net Framework 2.0 or the IDE's since the release of the products in November last Year. If you are using the Express Products that you have downloaded after that date you are using the latest builds of the product. ...Show All

  • SQL Server trigger issues

    I am running a trigger on a table (cusomfields) that is to fire when the table is updated or inserted. The trigger takes the new data and moves it to another table called search_products. Search products is made up of 5 columns (product_id, search_terms, name, vendor and keywords). The search_terms column is a combo of the name, vendor and keywords columns. When the trigger fires, the column in the customfields table that updates the keywords table in the search_terms field works. But the problem I am having is that the search_terms column is not being populated with that keyword value. Here is the trigger below, you can see what I am talk ...Show All

  • Windows Forms Added unbound grid rows are blank

    Added unbound grid rows are blank I have a master-child relationship.  The master are unbound controls, and the two children are grids. The column names and types I created in the columncollection. When I save the master, values automatically go into the grid columns and saved.  They appear in the grid and are updated correctly to the database. If I add another row, it's values appear in the second row.  However, the first row's contents become invisible.  Same for each subsequent row.  However, when I save each row, it is updated correctly in the underlying database. How can I get the values to stay visible wh ...Show All

  • Visual Studio Tools for Office TSQL issues

    I want in incorporate quereis in my VB.Net app to populate word documents..i am getting the data from a sql server database... Do i need to just write regular t-sql statements or do i need to begin with some type of reporting You can use TSQL to extract the data from a SQL Server database.  What are you using to generate the word document   Are you using the Microsoft Word Object in the COM tab in the Add Reference option   If you are, you can store the results of the TSQL statement (after calling the corresponding ADO.NET objects to execute the query and retrieve the results) in a string then print this in your word doc ...Show All

  • Visual Basic Mapping value of variable and value of object

    Hi, I am doing UMI design in VS.Net 2005(basic). This project is relative to DAQ, so the data structure is not standard, but many variables I need to set up from user interface or get from my hardware equipment. In order to make easy operation and control, I am thinking to find a solution to make a map between the variables and component in the interface. for example, I declare: dim a1 as new string dim a2 as new string in my user interface, I have label1 and textbox, I would like to build such relation: a1 and label1.text, a2 and textbox.text can exchange their value each other when any of them change value. Becaus ...Show All

  • SQL Server DataReader Source and ODBC connection to PostgresSQL

    Hi, I am trying to use the DataReader Source to import a table from a PostgresSQL database into a new table in SQL 2005 database. It works for all tables except one, which has over 80,000 records with long text columns. When I limit the import to fraction of records (3,000 to 4,000 records) it works fine but when I try to get all it generates the following errors: Source: DataReader using ADO.NET and ODBC driver to access PostgresSQL table Destination: OLE DB Destination - new table in SQL 2005 (BTW - successful import with DTS packagein SQL 2000) ---Errors Error: 0x80070050 at Import File, DTS.Pipeline: The file exists. Err ...Show All

©2008 Software Development Network