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

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

Leedo

Member List

.net.phil
jasMSDN
Waquas s
Ron Shepherd
Gregouille
k1dugar
tapir
BrianLL
spkeller
Aryam
Janne B
Nick.Muguira
SDahl
den_dba
bc20051123
msnath
Robuk
T*R*Z
Leketje
AnthonyEllis
Only Title

Leedo's Q&A profile

  • Windows Forms Force autocomplete combobox selection

    I really like that VS2005 has incorporated autocompleting comboboxes, but I cant figure out how to stop user from typing something which isn't in the list.  Because my combobox is bound to a lookup table I dont want users typing a name which isn't in the list, because it doesnt find the correct foreign key to place in the table.  Surely I dont need to implement my own checking on key press events :-\ Thanks for your help and suggestion ...Show All

  • Visual Studio Team System unhandled exception on install!!!

    yeah someth totally new now...( great cause always the same errors r really boring :-)) all services runnin perfect! see my event log entrys >>>> http://foundation:8080/Currituck/SyncAclService.asmx    System.Net.WebException: The request failed with HTTP status 503: Service Unavailable.    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, S ...Show All

  • Visual Studio VSS Add-in Missing after Installation

    I have installed Visual Studio 2005 RC1 and VSS 2005 RC1 on a machine that has never had a previous beta.  The VSS add-in is not available from within VS2005.  I did it on another machine and it worked fine.  I also uninstalled and re-installed VSS with no effect.  VSS works fine except that it is not integrated with VS2005. Has anyone seen this problem   How can I install the Add-in manually Thanks, Steve Wright ...Show All

  • Audio and Video Development Advanced Content Playback on HD-A1

    Hi All, I am having trouble getting an advanced content application to play once burned on a DVD-R and inserted into the Toshiba HD-A1 HD DVD player. Video and audio play fine using this method, but once the advanced content object is reached the player stops playback and gives an error. Does anyone have any advice on this We have tried the samples posted here and we get the same results. Thanks. We are using Sonic Scenarist ACA to ...Show All

  • SQL Server Using result sets from a stored procedure

    Is it possible to access the result set returned from a stored procedure For example, begin    set @cursor_list = sp_spaceused 'a_table'    ...loop through here... end I can't seem to find any information on accessing the "default result set(s)". Returned from a stored procedure. What I really want is the output of sp_spaceused for all tables for a particular user. Thanks Tory > What ...Show All

  • .NET Development Connecting to MSQL db

    Newby Here I am trying to set up a little form (on a Windows Form, using C#) I am trying to work it out, so for testing I created on the Form. 2 TextBox's and a Button What I want to happen, is someone types something in one text box, press submit, then the 2nd textbox will show the result from the MSQL table (mini Search Function) So far I have Added, under referenced System.Data.SqlClient then on the top of the form1.cs page (Code Section) I ...Show All

  • SQL Server MSSQL 2005 JuneCTP Install Issue

    Any help on this: Win2003 STD server With SP1 MSSQL June 2005 CTP Enterprise version: During install i am getting this error: Failure adding user NT AUTHORITY\NETWORK SERVICE to local group SQLServer2005MSSQLServerADHelperUser (1388) well, i got everything installed finally on a domain controller it works fine.... can’t install sql 2005 and VSTFS together on a member server, needed an domain controller.... Irie Mikky ...Show All

  • SQL Server Directory and file names - case sensitivity

    I have a package variables that specify network paths and file names for input and output files. These have generally been working just fine for several months, however for reasons unknown, one level of a path name changed from all upper case to all lower case, and the package failed. I can probably get around this by using some script task/component to search for the correct name and update the package variable accordingly, but t ...Show All

  • SQL Server Please help me with my Top N query

    Hi all, I used to do quite a bit of transact sql programming, but haven't done much recently. Anyway I just started a new job, and I have to analyse some data. I know I can use a cursor to get the information I want, but I'm sure there must be a way to do it using a "set" based approach. If anyone could give me some suggestions I would really appreciate it. In essence I receive a large data file which contains AccountNumber Date ( ...Show All

  • Visual Studio Express Editions Network Applications with VB2005 Express a few simple questions????

    Hi There, I know that this might sound like a foolish question but... I'm new to this programming so please bear with me  Here Goes... If I want to develop a client/Server application, like say a front end to look at a large database and deploy it out to many clients across a LAN (not an Internet solution) then can I do this with VB 2005 Express edition I know that the SQL Express edition cannot be deployed on the network serve ...Show All

  • Visual C# how could I define I m coming to the end of a rtf box?

    I've thought for ages and maybe its just something simple missing that I cant see. What I want to do is 'do something' when I m coming to the end or at the end of a rtf box when typing (either way not bothered) in a way like below: private void defineendofrtf(richtextbox rtf) if ( 'end of rtf is coming - code I need here' ) { do something; } Anyone have any ideas anything to do with rtf.lines ...Show All

  • Visual Studio 2008 (Pre-release) NetNamedPipeBinding slower with "oneway=true"?

    Hi I took David Betz's samples ( http://davidbetz.net/winfx/2006/01/wcf-relative-binding-speeds.aspx ) and modified them to use oneway methods. The results I got were similiar (I used a slower computer), but for some reason the application managed to send more netTcp message than NetNamedPipeBinding messages. Why is that Is there some kind of optimization in NetTcpBinding for oneway methods I redid the ...Show All

  • Visual C++ Exception during module load?

    I've got a bit of a showstopper problem that sounds vaguely similar to some of the other posts on here.  I am porting a large MFC-based application from Visual Studio 2002.  I've built and run in 2003, 2005 Beta 2, and now 2005 RC1 (all using the IDE.)  I'm seeing a new problem with the RC1 build:  we're crashing during startup before our CWinApp constructor, before DllMain in any of our app DLLs, and maybe even before static ...Show All

  • Visual Basic Making a report

    Is there a funktion in vb2005 where i can put text and data onto a "paper" for viewing and printing Something like words preview, where you see a paper with the text on it and can press the print button. Except i make the text from my code that puts the text on the paper.. Look into the Printing namespace, look up help on the Printing.PrintDocument object, and do a search on the forums on printi ...Show All

  • Windows Forms show Details in Master-Detail DataGrid

    Hi, Im using a Master-Detail Grid, how would i automatically show the child data when i click the + sign of the 1st column of the datagrid currently i could only show the child data when i click the relation ship name after clicking the + sign. hope  ...Show All

©2008 Software Development Network

powered by phorum