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

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

Thomas2054

Member List

Dan Dieckmann
Mike Mathis
Aleksey Savateyev
Jafo7822
Pirgher
Francois-Regis Colin
Thomas Crenshaw
jcollake
peter lam
Massy
gnieboer
Brandon K
Eljefe909
NirBenAmi
actofbob
eagle_eye
ridergroov
JohnnyClueless
Kevin McKinney
igor123
Only Title

Thomas2054's Q&A profile

  • Smart Device Development Search file in all folders

    Hi,    How to search a particular file (for example .doc) in all the folders in ppc using compact framework. Thank in advance. Hi,     That's Correct. In the Desktop Application We can specify C: or D: in Specific. How would we give the input for the Directory.(not the folder name). Regards, Bala. ...Show All

  • Visual Studio Tools for Office Help on exporting data from C# 2005 to an excel worksheet

    I am having a lot of difficulty exporting data from C# VS2005 to an excel worksheet where I can manipulate the data as I please. I am just wanting to export three different objects at a time and be able to append this sheet upon a button click. I would appreciate any help I can get. Thanks. try out example in link http://www.c-sharpcorner.com/Code/2005/Feb/Query2Excel.asp It shows how to export data i ...Show All

  • Windows Forms Undo within MSHTML Edit control(edit mode)

    Trying to find out more info about using the undo/redo feature that is part of the MSHTML Edit Control.  Specifically is there a way for the undo/redo to trigger an event, or can I stop an undo/redo from occuring based on some criteria   Any information more detailed than what's in the MSDN help would be wonderful. Thanks! M Popiela ...Show All

  • Visual Basic Beforeclose event problem

    Hello, I am new to visual Basic 2005. I am facing problem that in Beforeclose event after setting cancel=True workbook closes.Please help me to overcome this problem. Code is given bellow: Dim WithEvents xlApp As Excel.Application Dim WithEvents xlbook As Excel.Workbook Dim WithEvents xlsheet As Excel.Worksheet Private Sub xlbook_BeforeClose( ByRef Cancel As Boolean ) Handles xlbook.BeforeClose If ...Show All

  • Visual Studio Tools for Office VSTO Outlook Addin - How to disable registration after build

    Hi all, I've created an Outlook Addin using VSTO with VS2005 beta 2 (Whidbey). I've noticed that the Addin is registered after a successful build without me having to do anything.  Is there anyway to disable this behaviour I work with a team of developers and I don't want the Outlook Addin to be registered on everyone's machine after he or she does a build. In addition I'm trying to use the build events to copy the built files to a lo ...Show All

  • SQL Server Connect to remote RS in SSMS

    Got following error when try to connect to remote reporting service in SSMS: TITLE: Microsoft SQL Server Management Studio ------------------------------ The request failed with HTTP status 401: Unauthorized. (Microsoft.SqlServer.Management.UI.RSClient) ------------------------------ BUTTONS: OK ------------------------------ No problem to connect to reporting service in SSMS on RS box locally. Use windows authentication with same ...Show All

  • .NET Development Problem in converting byte[]to stringBuilder

    HI, I am trying to write a small function to script some object data and if I was to script a photo ,I am trouble to convert it to a string. I have a for each statement that loops a datarow and depending on the type I append to a stringBuilder. I have a routine that converts to text I got it from snippets that should do the trick but cannot make it work. The problem i have is in the byte case statement. foreach (object item in tmpRow.ItemA ...Show All

  • SQL Server Report Builder in June CTP

    Does the Report Builder included in the June CTP work How can I create a report in Report Builder The cmmand File.. New report... said that I don't have a data source... Also the documentation for Report Builder is pre-alpha, and it is supposed to be beta 3. Thank you Here is a good webcast that will show you everything you need. http://msdn.microsoft.com/msdntv/episode.aspx xml=episodes/en/20050531SQLServerCC/manifest.xml -w ...Show All

  • SQL Server SqlServer 2005 "String or binary data would be truncated" when data is OK

    When using AquaData or JDBC (inet tds driver), when doing an insert using SqlServer 2005, I get error "String or binary data would be truncated" when the data is actually OK. There are no triggers, etc. that would confuse the situation. It works fine in SqlServer 2000. The scenario is as follows: Create table: create table test3 ( name varchar (18) , tbname varchar (18) ) Create and populat ...Show All

  • Visual C# Does 'Edit & Continue' allow editing code while the app is running??

    I'm running a C# project in VS2005. If I make a small change to my code in the editor while the client is running in debug mode I get a dialog box saying "Changes are not allowed while code is running or if the option 'Break all processes when one process breaks' is disabled. The option can be enabled in Tools, Options, Debugging." This option is enabled in my IDE. I have to hit "OK" and then press stop the app in order t ...Show All

  • .NET Development Adding a row to a child table

    We have a DataSet with parent/child relations set up. We have a BindingSource and a BindingNavigator configured for each table. When we use the BindingNavigator for the child table to add a new record (click the Add button...) the foreign key value in the child table is not getting filled in. When we call EndEdit on the BindingSource we are getting an exception because this field does not allow nulls in the DataSet. The relationship between the ...Show All

  • Visual C# Deleting Directories off a network drive

    So here is an interesting concept that I have not quite figured out. I am attempting to deleted all directories on a network hdd.  The drive is obviously mapped already.  See if I create a temp folder on H: (hdd) named "A" and insert it into the path "H:\A", it will be deleted with this try.  I have a windows form with a button to execute the event.  I have a textbox to output the results.  My buddy says that I shou ...Show All

  • Visual Basic Return Value from a stored procedure

    Hi, From a vb.net  program I have the following snippet of code rslt = 0 dbConnection = New SqlConnection(gsSQLConnectionString) dbConnection.Open() sqlcomm = New SqlCommand("usp_tblReviewerTypeDelete", dbConnection) sqlcomm.CommandType = CommandType.StoredProcedure sqlcomm.Parameters.Add( New SqlParameter("@ReviewerTypeId", SqlDbType.Int)).Value = RvwrTypeId rslt = sqlcomm.ExecuteNonQuery() MessageBox.Show("Rslt ...Show All

  • Software Development for Windows Vista Workflow Designer Flexibility

    I've been testing WWF for very mainstream workflow purposes, but I think a flexible embedded WWF designer in a winform itself could be potentially very useful for, well, many other things as well. In any case, the example I have in mind is using the WWF designer to create or modify a logical expression (I will need this sort of functionality in the application I'm designing).    So here is ...Show All

  • SQL Server creating a database, tables, records, and fields in a Sql server 2005 express

    I am at my wits end as to how to do this. I have downloaded Sql server management Studio and tried to create a database but I can't figure it out. There is an almost nonexistant help file so I am lost as to how to start. I have succeeded in looking at some system databases but that is about the extent of it. Can someone show me the proper procedure Am I using the wrong tool Thanks, Paul Well I wasn't aware that ...Show All

©2008 Software Development Network

powered by phorum