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

Software Development Network >> Jeff Flesher's Q&A profile

Jeff Flesher

Member List

Bryan Donaldson
hberenson
The MaiN MaN
evrenokcu
Matthew Sorvaag
rhallet
Jingwei Lu
Vladimir S.
omelete
Sidney Contardi
krazysmile
Avner
pra_30
AnonZZ
Jason Foster
Rainman808
zxeltor
xhh
Eager_Beever
Manisekaran
Only Title

Jeff Flesher's Q&A profile

  • Visual Studio Msbuild for vdproj

    Automated Compiling of MSI project from MSBuild  I'm creating a automated build process, a process witch needs to result in the creation of a installer (.msi). My choice was to use the Setup project in VS 2005 RC Running Vs 2005 manually I am having no problems ... I have tried a build MSBuild task with then projectfile mySetup.vdproj .... no succes Msbuild says : The project file mySetup.vdproj is not supported by MSbuild and cannot be ...Show All

  • Visual C# C# Compiler heap error - help!

    For the last week I have been having a bizarre problem in VS. If I double-click on a windows forms control it does not take me to the event code, but if I double-click a 2nd time it does. From then on, whenever I copy-and-paste, random text is deleted and the cursor is moved to just before the end of the "#endregion Windows Form Designer generated code". All intellisense stops working and ctrl+arrow moves to arbitrary places in words. After a fe ...Show All

  • Visual Studio Tools for Office ServerDocument VSTO2 question

    I thought I had the solution I needed: use ServerDocument to change the cached dataset inside a VSTO doc. This would update various bound bookmarks and I would be left with a standard Word doc with my bookmarks replaced by my database data. Problem is, the bookmarks only get replaced when opening the doc, and the VSTO assembly has to be at hand. Is there not a way to have my bookmarks replaced and the new doc saved, without it being a VSTO docum ...Show All

  • Visual Studio Express Editions uneccesary blank spaces in values of database tables?

    Hello, I made this table in a database... Then when I want to edit it, I click once on it with my left mouse button... Then it seems to add uneccesary blank spaces.... Then when I delete the blank spaces, they never appear again... Does anyone know what's happening This also happens not only in the table editor but also in the IDE... Thank You! Keehun Nam Hi, What's the type of your text field If its nvarchar it adds spaces to fill-up the ...Show All

  • Visual Studio Team System Team Explorer Stand-alone

    Hi Maybe a silly question, but I can’t figure out how to start Team Explorer in stand-alone mode. Thanks Yeah, we don't have as much on the portal as we'd like.  You actually can write reports that display work items and there is a web view for work items and change sets.  For example when you get a checkin email you'll notice that there are links to the changeset, files and work items that all rende ...Show All

  • Windows Forms Student Fee Collection

    Hello Friends! I have made a project in which we can manage Student Fee Records. Now i want to get lists only those students who have not pay there dues yet. I want that my software show me the unpayed students names, class. Any one can he ...Show All

  • Visual Studio Express Editions Registration

    Anyone else getting endlessly repeated requests from VB 2005 Express to register   I've registered 4 times so far, and still the balloon keeps popping up in the system tray to remind me to do so. I installed from the .img CD download, and there's no option anywhere to enter a reg code.  Does someone know of a registry fix that will turn this off   Nick Savoiu wrote: Hmm, I have the same prob ...Show All

  • Windows Live Developer Forums I am not able to sign in on MSN messenger Please help anyone!

      Recently i have been having porbelms with signing in on MSN, i think it is due to me agreeing to download the latest MSN. From this moment i am not able to sign in. I clicked on troubleshoot (80048883) and it showed 'Your gateway appears to be offline' which i dont know what it means. Then i went on on the Tools menu, click Options , and then click Connection, to check my connection and it showed 'You are currently NOT connected t ...Show All

  • Windows Forms load csv file

    hi guys! I have a question about CSV file. I have a problem loading data to my Datagrid. How can I specify which column to get data from and which column of the grid to load data to BTW, I'm using Memory Stream and UTF-8 encoding in loading my csv file. Please help!Thanks! Thanks! I checked the generate field name and it seems to be using F1, F2..etc... Thanks again! ...Show All

  • Windows Forms DataGridView

    How to change the text of the particular cell of the DataGridView Button Cell type at run-time Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim Cnn As New SqlConnection("Password=XXXX;Persist Security Info=True;User ID=sa;Initial Catalog=RPlus;Data Source=XXXXX") Cnn.Open() Dim dAdpt As New SqlDataAdapter("SELECT ItemName FROM OrderKitchen", Cnn) Dim dSet As New DataSet Dim dT ...Show All

  • SQL Server HELP.... Images and Pointers

    Hello everyone, I'm in need of help. I'm using microsoft sql server 2005 along with the microsoft visual studio 2005. I have 2 questions: 1) In the database server, there is an "image" datatype. I need to know how to use that because I need to display images on my webform. 2) I read somewhere that pointers can be used to point the file path. So, is it possible for me to store images / audios in a file and use the database ...Show All

  • Windows Forms Help me to getting value in another form (C#)

    I have 2 form: form1; form2 in form 1: textBox1 and Button1 code Button1_Click(){       form2 f = new form2();       f.show()} help me to get value in textBox1 (form1) at form2 thank you alot! ... I try in form1  public string getStringValue() {    return myText.Text; } Button1_Click(){    form2 f = new form2(); ...Show All

  • Windows Forms OnPropertyChanged databinding issue.

    We have a binding setup from a TextBox to our business object, the binding DataSourceUpdateMode is set to OnPropertyChanged and the field we've bound to is a String type.  Our object formats the string to be all UPPER case; if we type in an upper case character everything works as expected, however, if we type in a lower case character the cursor position in the TextBox goes back to 0. Is this working properly or is this a bug; and do you h ...Show All

  • Visual Studio Team System SharePoint Services 2.0 with SP1 not installed

    I'm trying to instal TSF Beta 3 on W2003 with SP1 ENU but the System Health Cheacks always reports SharePoint Services 2.0 with SP1 not installed although it is installed. Any ideas Hi, You could install WSS SP2 and then try: http://www.microsoft.com/downloads/details.aspx FamilyID=9c552114-dc9a-43ee-9281-b080b7c280b4&DisplayLang=en Regards, Vikram ...Show All

  • SQL Server Workgroup Edition SSIS Features?

    Hello, If I have an instance of SQL Server 2005 Workgroup, am I able to run simple ETL packages against it By simple I mean: 1. Extract data from a comma separated flat file. 2. Load the flat file data to an Access (2002/2003) database. 3. Load the flat file data to a SQL 2005 table. 4. Execution of .dtsx package. 5. Ways to execute a package (i.e. can schedule a package to be run with the SQL Server Agent) 6. Notification ...Show All

©2008 Software Development Network

powered by phorum