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

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

Lagear

Member List

Raj KKK
wz
Tareq11192
Angelo_f
Kdbryan
Valdimar
KristianH
cbwick
Mills
Foster Hardie
tedh
jfabel - Groupe JCE Inc.
Roberto Acevedo
M.Hegazy
blanza
MichealCollins
lmike
TimFitzpatrickmsdn
nicthu
JoeReynolds
Only Title

Lagear's Q&A profile

  • Visual C# Accessing connection string created by C#

    During the "Addition of new datasource", a connection string is created and stored. A variable name is assigned to the string. In my case TMIConnectionString. Where is this stored and how does one access and use it Thanks, Lance Take a look in your app.config file for it. As for how you use it, because you used the wizard to setup the data source it should be used automatically. ...Show All

  • SQL Server SQL Server Destination [16]

    [SQL Server Destination [16]] Error: An OLE DB error has occurred. Error code: 0x80040E14. An OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80040E14  Description: "Could not bulk load because SSIS file mapping object 'Global\DTSQLIMPORT              ' could not be opened. Operating system error code 2(The system cannot find the file s ...Show All

  • Windows Forms Drag & Drop File From Explorer

    Does anyone have an example of draging & droping a file from Windoew Explorer onto a DataGrid -- all I want to do from there is capture the file name into one of the grid cells Yipppppeeeee it finaly works -- I was&nb ...Show All

  • .NET Development [C#2.0b2-WSj2ee] first method WS too long in local network

    [C# 2.0 beta2 client/J2ee oracle 9i WS] Hello,    I have a WS on j2ee oracle9i, i create a client .Net to connect on. If i use my local network (with internet access) the first connection is rigth. but if i stop my internet access the connection is too long. I can see more difference if i test this with a 56k network with modem (modem on server/client machine with no internet access)    I think that this problem is ...Show All

  • .NET Development Application Settings

    Can any one point me in the direction of docs for reading the app.config file using the framework and C#. There is an abundance for VB and new My.Settings thing but can't find any about how to do it with the .NET Framework. Martin The settings designer is not just for VB - you can use it in C# and J# as well - the only difference is that in Visual Basic, you can access your settings from the My namespace. In C#, you can still use the setti ...Show All

  • Windows Forms PROBLEM: Microsoft.ApplicationBlocks.Data

    I'm having a big problem with the DAL that comes with TaskVision and I'm hoping I'm just doing something silly and someone can tell me what I'm doing wrong. I changed TaskVision so I could use SQL Authentication (just changed the dbConn.ConnectionString& ...Show All

  • Visual Studio how to create MutipleFileCodeGenerator by CustomTool?

    hello all. when i implement IVsSingleFileCodeGenerator interface ,i can create a custom tool used to generat single code file,but i how to create custom tool to generate multiple code file like .map extension file in the webservice reference proxy thanks. Hi Matt, Actually though the IVsSingleFileCodeGenerator is meant to generate single files you can generate multiple in your implementation. You can add multiple items to pr ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Ways of Rendering mouse cursor in directx9

    I'm trying to build a GUI using directx 9. I find that rendering mouse cursor is something different from the main rendering process. It needs to have higher priority to make cursor looks "smooth" even when main rendering process's frame rate is low. Others give me some advice, but I'm not sure which is better. The following are the ways I figure out. 1. Using windows mouse cursor.  It's fast but in full screen mode it failed. 2. Draw ...Show All

  • Windows Forms Problems with System.Net.WebResponse

    I'm having problems getting the WebResponse object to work, can anyone point me in the right direction. This is my code:     Public Sub GetURL(ByVal strURL As String)         Dim webRequest As System.Net.WebRequest        &n ...Show All

  • Visual Studio Tools for Office Speed -- reading values in Excel

    Hi everyone, I'm having a problem reading values from the cells in a worksheet. It works, but it's surprisingly slow. It takes about 10 seconds to read about 650 items. I put some timing into my test application to see where the slowness was. I tried all kinds of approaches. My current one is: Dim mSheet As Excel.Worksheet = Globals.Sheet1.InnerObject Dim A_ID_Range As Excel.Range = mSheet.Range( "B4:B663" ) Di ...Show All

  • Windows Forms DataGridView - How Do I Change Line Selected Color

    I have been unable to determine how to change the row(s) selection color. Is there a way to accomplish this Check out the docs, specifically the DataGridViewCellStyle class and the SelectionBackColor. -mark DataGridView Program Manager Microsoft This post is provided "as-is" ...Show All

  • Visual C++ Problem using argv in main

    Hello there, I am pretty new at this C/C++ I am writing a console program, and from what I read here, and around the internet is that the argv array in main()  is supposed to hold any arguments entered on the command line... argv[0] is the name of the program, and argv[1] to argc is the arguments. So if I were to write a program that opened a file in binary mode. To run it I would type executable and then the file I want to open and oper ...Show All

  • Visual Basic Visual Studio 2005 and VB 6 code

    Hi: I hope that someone can help me out here. The company I work for is ordering VS 2005 professional for some VB work. They are under the impression that you can maintain your VB6 code in VS2005 without upgrading your code. Is this correct TIA nope. VBSUX is dead - but thats a very good thing. VB.NET is a real OO language with a totally different syntax. You will have to convert your ...Show All

  • Software Development for Windows Vista Error load StateMachine Workflow Designer

    hi I changed something in my project (actually I removed a whole state machine workflow from it). afterward I tried to open my other state machine workflow (in the same project) in the designer view and got following error: "Error loading workflow An error occurred while loading the workflow. Please correct the following error and try reloading the document to view the workflow. Unable to load one or more of the requested types. ...Show All

  • Visual Studio Team System Working with Cross project Reports

    Hi, We have multiple team projects environment. How can we produce a cross project reports For example, we would like to see all the active bugs in all team projects. Thanks, Michael If you ware using December CTP this approach should work; replace the Project parameter in the report: ORIGINAL: <ReportParameter Name="Project"> <DataType>String</DataType> <DefaultValue> <Values> <Value>=IIF(LEN(Paramet ...Show All

©2008 Software Development Network

powered by phorum