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

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

cphtsu

Member List

C. Lange
John Gordon - MSFT
Justin Y
MMarston
Jim Groark
Abhinaba
dreyx2000
Tony Deady
RUAskingMe
Il-Sung Lee - MSFT
Tina Tam - MSFT
Deepspace
Ranjeeta Nanda
loker
VahidJ
bob12354
tekra
Karthikeya Pavan Kumar .B
Iulian Radu
hz
Only Title

cphtsu's Q&A profile

  • Visual Studio Express Editions Mfc and applications

    I downloaded the visual c++ express. I have been making a program that i want to on click to get the text information from one text box and put it into an array then put the info from the array into another text box. Ive been reading alot about mfc and from what i can tell i am missing the mfc wizard or it is not included. what do i need to do. Do i need to get the standard visual c++ or what, and where can i find it. ...Show All

  • Visual C# hosting design-time like windows froms in run time

    Hey, I am hosting windows forms designers (see the link below which has the code). In other words this application simulates .NET design time when its actually in run time. So all the rules change are far as properties etc. After you have checked out the code, what I wanna do is create a Panel in code, add it to this form (which is instantiated in the initialize method) and then LOCK the panel. http://www.divil.co.uk/net/articles/designers/hosting.asp ...Show All

  • Windows Forms desktop shortcut for clickonce application

    Hello everyone, I have some questions about clickonce app. -- How can I create a desktop shortcut when using clickonce deployment -- The shortcut in the start->programs is company name. Is there any way to change it If not, I really wonder what's the point for this limitation. -- Clickonce is supposed to replace the UAB. So far I feel UAB has more flexibilities. Can someone tell me the major advantages of clickonce Thanks a lot for your help. don't work ...Show All

  • SQL Server inserting data returned from a sproc into a table

    i am writing a sproc that calls another sproc. this 2nd sproc returns 3 or 4 rows. i want to be able to insert these rows into a table. this sproc is inside a cursor, as i have to call it many times. how do i insert the rows that it returns into another table You can use OPENROWSET for this... INSERT INTO YourTableName SELECT a.* FROM OPENROWSET('SQLOLEDB', 'ServerName';'UserName';'Password', 'Northwind..SalesByCategory ''Beverages''') AS a I just used the Northwind DB as example so you can derive your SQL from here to suit your requirement. HTH, ...Show All

  • SQL Server SAN Replication

    I'm wondering if the technology exists to use SAN replication for sql server 2005 disaster recovery. I have a bunch of prod servers I want to add to a san, I then want to have another bunch of servers at a dr site connected to another san. Is there a technolgy ( non sql ) to enable full ( real time ) san replication of the data ( for SQL Server databases ). I don't need alternate suggestions, this solution has been proposed to my clients, I don't think it's available, any confirmation one way or another would be very helpful, thanks. Yes, I am working with the HP tecnology Continuos Acces ...Show All

  • Visual Studio Express Editions Working Side by Side with MSVS 6.0

    Ok, i read on this forum that MSVC++ 2005 is compatable with MSVS 6.0 and they can work side by side. But on the download page for MSVC++ 2005 it says to download the SDK, i when to the SDK page and it said the SDK wont work side by side with MSVS 6.0. Which is correct Or are they both correct and i just cant install the SDK Thankyou in Advance I am guessing you are refering to the infomation under requirements on this page http://www.microsoft.com/downloads/details.aspx FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en It only mentions the SDK will not work with VC++ 6.0. That do ...Show All

  • Visual C# textbox test always highlighted on window open

    I have a help non-modal dialog that just displays a text message in a textbox. The textbox is the only component in the form. The problem is that when the dialog is displayed, all the text in the textbox is selected / highlighted. I have tried calling deselectAll on the textbox in the constructor and in the load and visible changed methods with no change. How do I get rid of the selection I am not doing it myself. How do I prevent focus from going to the textbox if it is the only component in the form ...Show All

  • .NET Development Remoting Configuration in VS2005

    Hi there, I'm trying to configure the remoting services and channels of an application using the app.config file in VS2005. It keeps giving me an error telling me that it... Could not find schema information for the element 'application' as well an error for every other child element under the <system.runtime.remoting> element. Here is the start of the configuration.... < configuration > <!-- Configiration of the Remoting system --> < system.runtime.remoting > < application > < channels > < channel ref = " tcp " port = " 6565 " & ...Show All

  • Visual Studio Team System Error in Reporting

    Hi TFS Users, I am working on TFS with the following versions installed.. TFS -- RTM Version SQL -- SQL Server 2005 Evaluation Version Team System -- RTM Version When i try to executes Reports (TeamProject -->Reports-->Builds) from Team Explorer i am getting the following message..[There are some builds configured and executed for this Team Project] Reporting Services Error What account is being used by the datasources you can check this by going to the report manager( http://<AT>/reports ) and clicking on the datasources. Thanks, Othmane ...Show All

  • .NET Development Assembly strong binding

    Hi, I have strange problem: I try to build .NET application which use Microsoft.DirectX assembly, but i have installed more than 1 version DirectX SDK on my PC and now i have such problem: //=========================================================== Error 1 The type 'Microsoft.DirectX.Direct3D.Device' exists in both 'c:\WINDOWS\Microsoft.NET\DirectX for Managed Code\2.0.0.0_x86\Microsoft.DirectX.dll' and 'c:\WINDOWS\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.Direct3D.dll' C:\Documents and Settings\LLIAMAH\My Documents\Visual Studio 2005\Projects\DirectX 1\DirectX 1\FMain.cs 16 38 DirectX 1 //========= ...Show All

  • .NET Development Problem deserializing response from an Axis web service

    I have a VB.NET application that calls an Axis web service. WSDL.EXE gneerates this class from the WSDL provided by the AxisPeople organization (names have been changed to protect the guilty) '<remarks/> <System.Xml.Serialization.SoapTypeAttribute("Thing", " http://thingservice.axispeople.org ")> _ Public Class Thing '<remarks/> Public amountOne As Decimal '<remarks/> Public amountTwo As Decimal '<remarks/> Public amountThree As Decimal '<remarks/> Public statusCode As String End Class When a call to the thingservice.getT ...Show All

  • Visual C++ dll hell ???

    Am unable to compile anything with Visual C++ Express. Installation carried out 'to the book', including using 'Install cleanup'. First error message is "This project is out of date". Building the project , gives error code 1073741511, which I believe is 'file not found'. Profiling with 'Dependency Walker'Yields the following: Started "c:\program files\microsoft visual studio 8\vc\bin\CL.EXE" (process 0xECC) at address 0x00400000. Successfully hooked module. Loaded "c:\windows\system32\NTDLL.DLL" at address 0x7C900000. Successfully hooked module. Loaded "c:\windows\system32\KERNEL32.DLL&quo ...Show All

  • SQL Server How to insert a record in the middle of a DB

    Well, how do you do it   I've not seen any report on this... so could it be next to impossible   Say you have 10 records, 1-10 and you want to insert a new record between record 4 and record 5 in a SQL database, just how do you code it    And oh, each record uses the auto ID increment feature. In the first place, there's no concept of up or down in space, and there's no concept of  'middle' in a relational database. Indeed, the very essence of a relational database is that the physical location of the rows is irrelevant. So you can't talk about 'inserting a record into the middle ...Show All

  • SQL Server How to make a SELECT with a field name inside a variable??

    I have a table (for example PERSONS) with several fields (NIF NAME AGE). I have a cursors than read the differents fiels tat have this table inside a trigger fron another table that contain all the fields of the tables. This cursor save the name of the fiels inside the variable @FIELD. I need to read the value of the several records of the table like: @FIELD='NIF'   <--(CURSOR) SELECT @FIELS FEOM INSERTED   --> select nif from inserted(persons) This sentence doesn't works. How can I do Thanks, Otto Martinez. Hi, you maye use a variable to generate the whole statement then use the exec c ...Show All

  • Windows Forms right mouse click on treeview

    can anyone show me how to display a context menu after a right mouse click on a specific node.  This is what i have been able to acheive so far  If e.Button = MouseButtons.Right Then             TreeView1.SelectedNode = TreeView1.GetNodeAt(e.X, e.Y)              If TreeView1.SelectedNode.Text = "Categories" Then ...Show All

©2008 Software Development Network