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

Software Development Network >> Johnny Quest's Q&A profile

Johnny Quest

Member List

SuperStruct
Russ2
little_Attila
Javicho_
Cormac
Quss
Len Weaver
kplaner
liber
Oliver
totte500
Snake_122
Ron1966
Mediocretes
frenzycapri
Ray_in_NYC
Dr. NO
BrianFerguson
Sumant Gupta
leamas
Only Title

Johnny Quest's Q&A profile

  • Windows Forms How to refresh a gridview content

    I am developping a web application, I use a gridview to display data. To bind data, I used an objectdatasource with his select method is a method defined in tableadatper in VS2005. After some tretment I have to refresh the dataTable content so how should I do 1. Add a button or menu item called "refresh". 2. In the click event call Fill() or FillBy(). ...Show All

  • Visual Studio Team System Team Suite not working -- Beta 2

    I have the foxed VS 2005 Beta 2 with 3 DVDs.  I installed 2 DVDs: VS2005 Team Suite, and SQL Server 2004 CTP.  (The third, Team Foundation Server, required a W2K3 server that I do not have.)   The Team Suite functionality, such as the Logical Designer, does not seem to be present.  I even tried a fixup installation.  This may be ignorance on my part.  What does it take to access or activate the Logical Designer   I don't believe that Team Foundation Server is required.  Or is it I want to use the plain vanilla Visual Source Safe for source control, rather than Change Management from TFS.  Ye ...Show All

  • .NET Development Data Access, where to start?

    Hello, I am developing a small application and I am wondering where to store information that I need. After some thought storing the information in XML or in an Access database is probably the best option. Could someone point me in the direction of some resources for opening a connection, getting info and sending info to XML or Access or both Cheers, padraic Hickey Padraic24 wrote: Hello, I am developing a small application and I am wondering where to store information that I need. After some thought storing the information in XML or in an Access database is probably the best option. Could someone poin ...Show All

  • Visual Studio Problem Trying to integrate the VSTA IDE in a Host Application

    Hello, I am trying to use the VSTA IDE in a sample application and I've used the tutorial given in the documentation. I get a COMException on the following code line: IDTEProvider dteProvider = ( IDTEProvider ) new VSTADTEProviderClass (); The error message is: Retrieving the COM class factory for component with CLSID {AE3BA5A5-2E1E-4FD3-937C-9119AA69E0E4} failed due to the following error: 80040154. The tutorial explains that I need to add a .NET reference for Microsoft.VisualStudio.Tools.Applications.DesignTime and a COM reference for DTE Provider 1.0 Type Library. Unfortunately, both these components are missing on my ...Show All

  • Visual Basic How to use enter key as tab key

    In VB6 this is code we use to quickly get thru the form (see below). How can we make this work in VB2005 Express. Private Sub Form_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then KeyAscii = 0 SendKeys "{tab}" End If End Sub Here is an exampl e I posted in the vb.net newsgroup ...Show All

  • SQL Server Is it possible to hide a field or fields based on User Groups?

    RS 2000 I have a report that has a few sensitive fields and would only like to show them to a certain AD group. Is this possible Hi, sure this is possible through custom .NET code. Implement your own Active Driectory checking class and use that within reporting Services. Based on this class you can make the textbox Visible or Hidden. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual C++ Where are "edit and continue" and refactoring options in Beta 2?

    Hi all. C# has edit and continue and refactoring VB has edit and continue and refactoring Classic C++ has edit and continue. Where are edit and continue and refactoring in Beta 2 for managed C++ I cannot find. Thanks in advance. I can understand the frustration.  We made a sincere effort to support C++ in the classdesigner.  If C++ weren't a priorirty we wouldn't have even spent the resources that we did to get this feature in to begin with.  In the end for reasons including those mentioned by Jochen above and the fact that we couldn't guarantee a high quality user experience ...Show All

  • Windows Forms Network availablity changed question

    I am messing with the new network availablity changed class, I have one problem though, it will tell me when i lost the network connection, but when i regain it, it does not throw any events it seems like. See my code below on how I am doing this. When i disable the network it finds this and shows the network disconnected form i made... but that form never disappears because the network changed event never fires when i reconnect it... Public Class ProgStartMain Dim networkHandler As Net.NetworkInformation.NetworkAvailabilityChangedEventHandler Private Shared frmLostConnection As New frmNetLost Public Shared ...Show All

  • Smart Device Development How to access shared folder in network from device

    Helo, from Windows Mobile 5.0 device, how can we browse to shared folders of desktop computers in the network. The device is connected using ActiveSynch 4.0. Any security settings are required in device or desktop computer(s) Positive replies are highly welcomed. Regards, Shanavas Its possible to connect through AS to shared folders but you have play a little bit with the settings. right now I have no PDA to test it for you. ...Show All

  • .NET Development What kind of data can I save in SQL Server 2005?

    I need to save MicroStation "elements" along with other general information. Is that possible to do with SQL Server 2005 Regards Havard Sande hsa@capnor.com Havard,   Sorry I can't provide code for that purpose as myself more than busy. What you have to do is to write code to translate/convert Microstation elements to XML/Binary format and then you can easily store it and vice vera. Hope that helps ...Show All

  • SQL Server SQL Server 2005 data export wizard did not transfer stored procedures

    OK, I got the data transferred, but now  SQL Server 2005 data export wizard did not transfer stored procedures. .. I am transferring from SQl Server Express 2005. Just trying to get the starter kit working, it used to be easier... Please help SQL Server 2005 data export only exports tables and data. One work around to export the SPs is to choose the Generate Scripts task as follow: 1- right click on DB name 2- go to tasks 3- choose generate scripts 4- a new window will come up, follow the instruction to verify your DB name and click next until you get to the screen that lets you choose what to export, check the box ...Show All

  • Windows Forms tableLayoutPanel bugs

    i have an tableLayoutPanel on my form which CellBorderStyle property is set to "Inset". it takes seconds to render this panel. but if i set CellBorderStyle property to "None" it is many times faster. this must be a bug. Another bug that tableLayoutPanel has is sometimes you cannot drag and drop controls in it, you have to edit Cell property. But becareful while editing, cause you cannot edit this property like width and height, it raises a meaningless error like '1,17 is not a valid value for Int32. '. you must edit sub properties Row and Column separately to do this. How many rows/co ...Show All

  • SQL Server Error 22029 on maint jobs

    OK this is a new error on me. I have a SQL server 2000 on Windows Server 2003. I have setup a Maint plan that backs up the user and system databases and the transaction Logs on my user databases. Does optimises and integrity checks on those databases as well. I am not attempting to repair any minor problems. I am not performing integrity checks before backing up the database and transaction logs. All of the databases that I am doing a transaction log backup on have recovery mode of full. When the jobs run they fail instantly with error code 22029. Sqlmaint.exe failed to run. This was working up until the end of the day on ...Show All

  • Windows Forms combo box requirement

    Hi, My requirement with combo box is like this. When focus comes to the combo box then only it should display drop button, when the focus looses It should just display like text box. Thanks for the advanced help. Regards pavan kumar Hi, I don't think that the default combobox has a way to hide the dropdown button maintaining the normal size (you could use "simple" in DropDownStyle but I guess you don't want that). The right way is for you to implement that behavior yourself and draw the combo the way you want. You could use a "hack" that is to draw a textbox with the text and when you se ...Show All

  • Visual Studio Team System TFS Backup Procedures

    I see there has been some docs on backing up TFS. http://msdn2.microsoft.com/en-us/library/ms253151 It looks like this can get tedious. There are 7 SQL Server 2005 databases and a few sharepoint sites. Is there a plan to automate this These are still the instructions for B2. We will be making instructions for B3 avaialble shortly. In B3 all of our data is persisted in SQL so it's merely a matter of backing up the requisite databases using a SQL maintenance plan.  Once you have the plan in place you can use this to have automated nightly full backups (and hourly transaction log backups). Restore is a l ...Show All

©2008 Software Development Network