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

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

setuc

Member List

wojtas_a
Spikey00
Mike00000001
Ridha Karzohn
mullykid
wilrodmo
Wil R.
dev_questions
Ross Ridge
A_M
aloulou_2007
Pparl0627
KevinC
el perucho
rsavas
_Michael Fischer_
Pyromanci
radalin
Alex112
Winnie123
Only Title

setuc's Q&A profile

  • Windows Forms Autocomplete in multiline textbox

    Is it possible to have autocomplete in a multi-line textbox In a simple test, I enabled autocomplete on a textbox and set MultiLine == false, and the autocomplete works. But if I change MultiLine to true the autocomplete does nothing. I didn't see any mention of such a restriction on the use of autocomplete in the documentation, but maybe I missed it. Can it be done AutoComplete should work in a multi-line tex ...Show All

  • Visual Studio Team System Unlock bug ?? TF10152 The Item <> must remain locked ...

    I did a recursive lock of an entire source (yikes that took so long I killed the console window).  In order to unlock everything I did the same thing again except that I used the /lock:none switch.  But I get a bunch of errors like these: TF10152: The item $/TestCmmiTemplate/Trunk/WWW/default.gif must remain locked because its file type prevents multiple check-outs. Now we added GIF as a file type that doesn't allow multiple check ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. OpenMP in XNA

    How far is the OpenMP support in XNA or can we expect OpenMP in XNA at all What other parallelisation techniques are possible with XNA OpenMP is supported in Visual C++ already.   http://msdn.microsoft.com/msdnmag/issues/05/10/OpenMP/   ...Show All

  • Windows Forms Problems with SoundPlayer

    Hi, I have a problem with SoundPlayer. When I play longer .wav files they sound very damped compared to playing them in WMP. Also, if I play very short .wav's, I can't hear them at all although they play nice in WMP. Any idea what this might be Thanks, Tom lol :D .NET 2.0 has a class called SoundPlayer private System.Media.SoundPlayer player = new System.Media.SoundPlayer(); player.SoundLocation = SoundSetting ...Show All

  • .NET Development WinForms Vs WebForms

    Where can I get the list of pros & cons generally speaking WinForms are Richable but not reachable , on the contrary WebForms are Reachable (but not richable due to performance factors). so the question is : can we have a form that is both richable and reachable at the same time . the answer is simply , yes "Click-Once deployment ". there was an old article about hosting a windows form over IIS , and this would lead to the death of bro ...Show All

  • SQL Server Simple migration from MySQL to SQL Server Express 2005?

    Normally I'd go and write a bunch of code for doing it manually... But instead of that, maybe there is a smarter way What I know is that you can get some kind of dump out of MySQL but I would be very surprised if that could be directly read into SQL Express So if you have a few step guide to migrate from MySQL to SQL Express, I am all ears (and eyes)! Thanks! (Yes I am aware there is some DTS thingy for this but could not find it in ...Show All

  • Windows Forms Error Deploying With ClickOnce 2

    Hi, I have the same problem with clickonce deployment in Visual Studio 2005 beta 2. I get exactly the same messages and i too tried every post i could find.  tallation of my winform application. Everything looked ok until my collegea tried to install the application on his PC. He got the 'application improperly formatted' error. On other PC's it did not work either. We tried deploying the application on the PC of my collegea, but ...Show All

  • SQL Server Date field cannot be null!

    Visual Basic 2005 Professional Edition: I have an SQL database table that includes a BirthDate field. I would like to have this field as optional when adding a record, but, SQL insists on throwing an exception if the field is null. ok - I've done some research on this (I'm a SQL guy, not a VS guy) and it looks like there may be a bug in the Dataset Designer for non-string columns. I found what looks like a w ...Show All

  • Visual Basic generate a collection class from a Stored procedure

    Hello everyone. I am new to collection class, but what I have done and used I like a great deal. Now the one thing I have found ( and this is more then likely a problem with my programming then the concept) that when I create a collection class is very slow to start with. Now I do not mean the actual coding, but rather when I create the class in when I load the app. Example: Sub Frm_load() Dim colEmployees as new Employee ...Show All

  • SQL Server Dynamic where clause with if..else or case

    Hello all... I am trying rewrite an sp that I have that is considered dynamic cause it builds a where clause based on a bunch of if statements then adds it to the the end of select i.e if...@where = @where + ' llll ' if...@where = @where + ' llll ' select @statement = @statement + @where exec(@statement) I have rewritten most of it to but I have several conditions that use ' contains' for the condition and I can't get SQL s ...Show All

  • Visual Studio Express Editions Integration of third party activeX controls in deployment

    How can I include third party activeX controls in deployment My distributed VB application does not work after installation on other PC because VB does not register the third party .ocx file on the destination platform. What to do Thank You Heiko Stephen, Thanks you! First I will try option 3 and in the case this does not work I will use a third party installer. Heiko ...Show All

  • .NET Development Softphone application

    Hello Every one, I want to know if any one of you has an idea of how to start with a softphone application, kind of like skype. Any links/resources would be much appreciated. Thanks You have only given a link to a VoIP Article. Unless I haven't looked good enough (despite spending the last 3 hours looking up on VoIP and how to's for .NET Framework), there isn't much useful information. ...Show All

  • .NET Development Can .NET Framework 2.0 run a .NET Framework 1.1 app?

    Hello, I think the title says it... Thanks. Yes. There may be some backward compatibility issues but until now I haven't found one. ...Show All

  • Visual C++ project setup , using installsheild

    I developed an mfc-dialog-based application. i need to setup the project. During setup, installsheid is asking the dll's . How can i know which dll's are needed to my developed project Please help. Use the program DEPENDS in the tools that is shipped with VS. It shows all DLLs that are used. But beware not all DLLs are allowed and needed to be redistributed. ...Show All

  • Software Development for Windows Vista Asp.Net WF - OnIdle Event is stopping my events being handled.

    It seems that the host is receiving an InIdle Event from somewhere ans this is causing the ManualWorkflowSchedulerService to have a state of CanRun=false. Any asp.net workflow experts got any pointers Cheers, aspx code behind: private void InitiateWorkflow()     {     & ...Show All

©2008 Software Development Network

powered by phorum