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

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

JaredK

Member List

calabonga
Danlav
slipjack
Dan Scott
mikey1476
IMstuck
DennisG
V4Venkat
GerryT
shavila
LEBRUN Thomas
Anand
Eudora
vpsivam
Cato1969
DragonSpeed
gisgeezer
adangelo
Assaf Shemesh
tovvenki
Only Title

JaredK's Q&A profile

  • Visual Studio Help with an error message

    Hi I keep getting this message when trying to launch a piece of software I recently purchased-   Visual basic 6.0 tool kit has encountered an error and has to close.   Can anyone offer any ideas Does it mean reinstalling the software, and if so, where are the links and which is the correct one. That error seems to be related to VS 6.0, and apparently has nothing to do with GAT. Which version of VS are you starting when you get that error What software are you trying to use ...Show All

  • Visual Basic HELP WITH AUTORUN.INF file to start a VB setup

    Hi Friends, I have a installation program that installs MSDE and I need to restart the computer upon successfully installing MSDE.But the problem is the "AUTORUN.INF" file does not start with any program on computer restart. Is there any parameter I need to add in the .INF so that it can detect a restart and appropriately load setup/.exe or entry in registry so that the computer can start a program on restart Thanks in advance. SK The only way you'll be able to tell what program launched another is by the command line arguements passed to it. Atleast, i'm pretty sure. ...Show All

  • SQL Server FOR XML in web page- OK what's next

    (1) I need to select records from a SQL database and create a XML document which I then need to write to a users directory. I am using SQL express with VWD 2005. I located the FOR XML and can execute in VWD's SQL graphical tool. I haven't tried in a Web Form yet but I assume it will work ok. But then how do I write the xml results from the SQL query to local user's directory (2) I can execute the FOR XML in the SQL graphical tool but how do i Connect to the DB in the Web Form Use data.sqlClient.Connection and use .SQLcommand to perform the SQL query If ...Show All

  • Windows Forms Set a DateTime Picker Control to show an empty value by default.

    Hi I want to know if it's possible set a DateTime Picker Control to show an empty value when I star open my WinForm. Or what datetime control can I use to acomplish this Thanks Hi, I just saw this control on CodeProject.com: <a href="http://www.codeproject.com/cs/miscctrl/DateTimeSlicker.asp">DateTimeSlicker</a>. I've played with it a bit, and it look ...Show All

  • SQL Server ReportViewer's checked dropdown list control?

    I would like to create my own parameter area for my reports which are displayed in an ASP.NET web page with the ASP.NET 2005 ReportViewer control (i.e. I have the ShowParameterPrompts property on my Report Viewer control set to False). I would like to use the Checked Dropdown List control that allows you to check off each item individually or to check the (Select All) option for my multi-valued parameters. Is there a way I can create an instance of this checked dropdown control or is there another component out there that is similar to it Thanks!!! Brian The control is not a public control and can not be created outside of the contr ...Show All

  • .NET Development (In)Validate my reasoning

    Hi, I have a design concern that might be nicely solved by remoting, assuming my reasoning is right. Assume the standard situation: I have a (HTTP) server and many, many clients. Due to reasons outside of scope of this post, I expose the server in a REST-ful manner - the method calls' parameters get mapped to query parameters of the URL and the result is a custom binary format (but you can imagine the result to be an XML, it doesn't change much). Now I know I can hook up easily to the client and server side and provide my own formatter that will produce custom binary format on the server and consume it on the client. However, I do not wa ...Show All

  • Visual Studio Express Editions What is the best book for Visual Studio C# 2005?

    Hi, I can program in C++, and I would like to know more about Visual Studio C# 2005. Could you tell me what is the most suitable book available nowadays Eric One of my fav books are the Wrox's one http://www.wrox.com/WileyCDA/WroxTitle/productCd-0764578472.html http://www.wrox.com/WileyCDA/WroxTitle/productCd-0764575341.html and there is another book from Microsoft Press named C# Reference written by the C# Architect ...Show All

  • Visual Studio Team System Using VS Team System on VPN

    Dear All, We have 2 teams working on different geographical locations with Visual Studio 2003 and Visual Source Safe 6.0 connected via VPN. But Visual SourceSafe performace is pathetic its taking hours to open project and in checkout. I'v few questions, it'll be great if u can answer them. 1) Wat if i use visual soursafe 2005, and just do normal import of my existing projects(WebServices/WindowsForms) in VS2005, as i'v heard MS has updated sourcesafe2005 to work well in VPN environment. 2) If i shift everything to Team System but i thnk this'll take lot of time as compare to option 1 plz advise and tell me if anybudy got experein ...Show All

  • Visual C++ How do I get font width and height in pixels ?

    Hi ,             I want to draw text inside a bounding rect.Therefore I want to change the font size to fit the rect. I am trying to find a way to calculate the text width and height, knowing it's font.               Why do different fonts with the same size have different height   Thanks, Udi Raz Hi Harold, Thanks for your help, I may still don't understand. Please allow me to explain myself. At first, I need to know the font heigh ...Show All

  • SQL Server Selecting multiple values for a parameter

    I am using SQL Server 2005 Reporting Services. From what I understand, I should be able to create a dropdown list, populate it from a query and have a user be able to select multiple values from the dropdown. If this is possible, I have yet to find out how in the documentation. Does anyone know how to accomplish this Thanks in advance for any help. Wayne E. Pfeffer Software Developer Hi there, I am also searching for how to create dropdown list on reports I am not sure where to see "checkbox in the parameters dialog box". Are you talking about filter . At present, I am not able to create a d ...Show All

  • Visual C++ ATL: Add/Remove operation is impossible, because the code element....

    Hi! The problem with VS 2005 Beta 2. I create simple ATL project witout MFC. When interface was create I begin to add methods. But when name of method equal the name of API function (CreateFile, ResetPrinter, etc) VS don't create method and show message "Add/Remove operation is impossible, because the code element...." What's wrong Thank you for advance. Vladimir. Hi, You can find it in Microsoft feedback. Go to http://lab.msdn.microsoft.com/productfeedback/default.aspx and put FDBK42794 in Keywords box (for Search).You find reference there. Microsoft says that resolved this bug but really only via my ...Show All

  • Visual J# using swing package in J# Browser Control

    When I just use awt package, my program runs well. But when I change a awt control Label to swing control JLabel, nothing is displayed and I got "A exception java.lang.securityException occurred in the J# Browser Control." message. Can Anyone help me (I have added the reference to VJSSupUILib ,and my security policy setting is "Area","Local Intranet","Everything".) When I use strong name in my security policy setting, the swing controls can be displayed, but when I click in a JTextField, I got "System.Security.SecurityException". regards Hi, ...Show All

  • Visual Studio Team System Setup failed

    Setup failed and I am using the only version of SQL 2005 developers edition I can get June CTP.  I cannot get the April CTP I do not have a subscription and I do not have any money. We are planning on distributing the RTM version on CDs. With our Betas we do our best to make this accessible to everyone -- via media (DVD) and download.  I'm sorry you are having an issue, perhaps you can put the DVD on someone elses machine and copy the ISO images. marc ...Show All

  • Windows Forms TreeView event bug

    I've come across what I think is a bug in with the TreeView control and how the AfterSelect event appears to take control of the event queue by placing itself higher than other events. Situation: 1.  Focus is currently on TextBox control. 2.  User clicks on a different (than the currently selected node) child node in TreeView. The following events occur in this  ...Show All

  • Visual Studio Express Editions installing problem studio 2003 after studio 2005

    after installing studio 2005 express (beta 2) i bought the version studio net enterprise arch 2003 but i have installation problems (with studio2003) it say's "they are later components installed ,and stops the installations" i think it has something to do with net .frame i tried to uninstall the studio 2005 (from software /remove )but that does not help i also bought studio tools 2003 and have now the same problem anyone some idea thanks for help frans I did the following 1)  Uninstall Visual Studio 2005 2)  Uninstall SQL Server Express 3)  Uninstall .NET 2.0 (this is critical) but still ...Show All

©2008 Software Development Network