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

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

jkc

Member List

bsh
hathawa
Alexander M. Santos
David
sergeb
Ganesh Babu
Eric N
aka Andr3w Grammenos
ac2600
Obsolete
Steven F
T_M_P
RajeshJV
HimanshuG
fariborz
MarlAtkins
Soteriologist
RohanP
Ben Chambers
Bike
Only Title

jkc's Q&A profile

  • Windows Forms build propertygrid at runtime...

    What I want to be able to do is add properties to my propertygrid at runtime depending on what properties the user has specified with a database table. Let me give you an example and hopefully it might all become clearer. I have a propertygrid called 'propGrid1' which is placed on my form already at design time. I then have a database table w ...Show All

  • SQL Server List of new supported datatypes

    Is there a list of new supported data types for SQL 2005 anywhere Thanks MoonWa You can take a look at <a href="http://msdn2.microsoft.com/ms187752.aspx">this</a>.And John Bell wrote a nice text on the microsoft.public.sqlserver.programming newsgroep: DataTypes - UDTs, the XML data type, and "MAX" BLOBs and CLOBs SQL Server 2005 adds support for user-defined types, a native XML data type and better large data support. Large data support is improved by using the Transact-SQL types VARCHAR(MAX), NVARCHAR(MAX) and VARBINARY(MAX). User-defined types and a native XML type are defined by the SQL:1999 and SQL:2003 specificatio ...Show All

  • Windows Forms Accessing Remote Database with Windows Forms

    I am building a disconnected application using windows forms for my solution.  I was wondering if it would be best for me to use a Web Service to access my SQL database remotely   I will have to do many things with the data, such as updating, deleting, inserting the whole SQL spectrum and I am not to familar with Web Services, but h ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Converting a ray into object space

    Hello, I have been stuck on trying to convert a ray into object space, for simple collision detection, I have tried multiplying the coordinates of the ray with the objects inverse matrix ( x = x*_11 + y*_12 + z*_13, y = etc..) but that does not seem to work. There should not be any problems with detecting the collision as I am usuing the D3DXIntersect() function with this ray and the objects mesh. The current code I am using is: D3DXVECTOR3 vPos = pGlobal_Game->pData->objData[iID].Pos3d - pGlobal_Game->pData->objData .Pos3d , vDirPos = pos3d - pGlobal_Game->pData->objData .Pos3d, vDir; iID being for the object th ...Show All

  • Windows Forms Debugging Windows forms applications hosted in IE

    I'm very confused about how to debug Windows Forms applications hosted in IE. I've adapted the Microsoft Sample SimpleControl as a test bed. I'm trying to understand how to debug and avoid security exceptions.  I launch my application from IE using the link <A href="simplehost.exe arguement">link to program </A> and attach the debugger via the Processes dialog ...Show All

  • Visual Studio Team System Agent problems with Sept CTP

    I installed the new controller/agent on a clean machine.  It appears to have installed correctly, but I can't run any tests on the agent.  The test (a simple web click test) runs fine on my local machine.  I have bumped up tracing on the agent and service.  The controller log says it sucessfully queues the test run and the agent log says it sucessfully connects to the controller, but it just hangs there.  After a while, I get a timeout in VS.  Is there a list somewhere of the debug steps to go through to help diagnose agent problems and any command line tools   Also, should I be seing values in the SQL ...Show All

  • Windows Forms license

    Are there any examples how to add licenseing to a windows app Dave ...Show All

  • Visual Studio Express Editions Evaluate Code Stored in String

    How can I evaluate / execute code that I have stored in a string I have many textboxes named: tb1, tb2, tb3, etc. I want to run code like this: For i = 1 to 3 temp1 = "Me.tb" & i & ".Value" temp2 = [EVALUATE or EXECUTE](temp1) Next Any suggestions / helps Please also let me know which libraries need to be included. Any help is appreciated. Thank you! ahh thats right. . . Windows Controls will work off of name. . . I forgot. . . thought they only worked off of reference. be careful. . . if the control is on another container in the form, it wont work though, will it ...Show All

  • Visual Basic What's wrong with this code?

    I had this code that i am supposed to use for my current project...Using Crystal Report, I want to sort the record by entering the two dates (dtpFrom, dtpTo), the name of the company(FINAL2.COMPANY), the description(FINAL2.Description) Private Sub ConfigureCrystalReports() Dim mySelectFormula As String = "{FINAL2.Order_Date} >= #"" & dtpFrom & "#" & " and {FINAL2.Order_Date} <= #"" & dtpTo & "#"" & " {FINAL2.COMPANY} > Maxicare " _ & "AND Mid({FINAL2.Description}, 1, 1) = ""C"" " myCry ...Show All

  • Visual C# SaveFileDialog

    Ok. I am using a SaveFileDialog object. What I would like to know is how to save a certain file from a location. For example..maybe a file from my website. http://www.intelvision.net/ebook/hello.txt. Hi, Yes, cgraus is right. You can't do that with SaveFileDialog. You should take a look in the WebClient.DownloadFile method to be able to download files over the internet. cheers, Paul June A. Domag ...Show All

  • Windows Forms Formatting a textbox for currency

    I'm stumped.  This should be the easiest thing to do in the world, and yet there is no obvious choice here.  I want a simple textbox that automatically formats itself for money with a $ and 2 numbers after the decimal.  I've tried the new maskedTextbox and am not impressed, that is really not what I'm looking for.  So far all tries at using the .ToString method, the .String.Format method have failed.  They generally just don't work.  Any ideas would be appreciated.  I tried overriding a textbox and taking over the OnPaint method.   However, it appears that the OnPaint isn't used! WTF ! Why is it e ...Show All

  • Visual Studio Team System Performance Counter for Total Execution Time

    Hi, I am trying to send a request to a webservice on a remote machine and calculate the total time it takes for the execution of the request. I am creating a webtest and a load test and adding required performance counters.Unfortunately, I am not able to figure out a performance counter to calculate the total execution time of the request on the remote machine. Can you please suggest if there is any performance counter available to track the total execution time of the request or any way around Thanks, SP the avg page time gives you the amount of time it takes to send the request and receive the reponse.  So i ...Show All

  • Visual Studio CONFUSED AS HELL

    my visual basic express 2005 applications cant run under .net 2.0 framework in my other computer what is the problem here in my other pc i installed .net 2.0 i wanted to test out if they worked but they just dont every single one of them failed to work. i dont understand this, why is microsoft providing the .net 2.0 framework which is not compatible with visual basic express 2005 what framework allows vb express applications to run on different computers You can download the RTM version of the Microsoft .NET Framework V2 from here: http://www.microsoft.com/downloads/details.aspx FamilyID=0856eacb-4362-4 ...Show All

  • .NET Development How to reuse a SSL-Session

    Hello, I connect to a server using ftps (ftp over tls). Both the control-connection and the data-connection shall be encrypted as specified in RFC4217. I use .net 2.0 and the SSLStream to initially establish the control-connection and this works just fine. For transferring any data encrypted using the data-connection i have to resume the SSLSession of the control-connection. The Server does not only support this but also requests this behaviour in order to establish a valid data-connection. My problem is now: how do i set up an encrypted connection that uses an already negotiated SSLSession. I havent found any references about ...Show All

  • SQL Server Bug? No WSDL information fo a WEBMETHOD that points to a table-value function

    Hello all, I'm trying to create a web service that merely exposes a table value function. I have a dummy function that looks like this (in a DB called ReportingDB): USE [ReportingDB]; DROP function [dbo].[TestFN]; GO CREATE FUNCTION [dbo].[TestFN] () RETURNS @Table_Var TABLE (c1 int, c2 int) AS BEGIN  RETURN END; GO My web service definition looks like this: DROP ENDPOINT sql; go CREATE ENDPOINT sql STATE = STARTED AS HTTP(    PATH = '/sql',    AUTHENTICATION = (INTEGRATED ),    PORTS = ( CLEAR ),    CLEAR_PORT = 90,    SITE = 'mypc'    ) FOR SOAP (    WEBMETHOD ...Show All

©2008 Software Development Network