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

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

Svladim

Member List

C.R.B.
sey
MightyMTreeGrl
MilanG
k. bodily
*Rick*
rpcservererrorguy
Nick Davidson
Jim_Martin
Galactic Jello
Carl97
*Kelsey*
Marcus Mac Innes
Charul Shukla
CoolBhatt
Mike Jocher
bensterdev
Brett Shearer
joslat
AndyDragon
Only Title

Svladim's Q&A profile

  • Visual Studio Express Editions Windows Media Player object

    Hello, I'm using the AxWindowsMediaPlayer-object to play sounds in VB.NET. Everything goes well, I can select sounds,play them, configure the balance, the volume, .., but I can't seem to figure out how to play the next sound in my listbox when the previous sound is over. I've tried .EndOfStream, but that doesn't seem to work. Anyone here who knows how to get this to work Any help would be appreciated. Grtz, Tom. Memory is fuzzy but the ...Show All

  • Visual Studio Express Editions shell.sendkeys to blanked out password field

    I have created a simple VB applicaiton that telents into a Linux box and issues some commands. I have tested the app without actually connecting to the remote machine, this way I can verify that the information is being entered correctly. Every thing appears fine, except for when I try to send the log in password. It never accepts it. The only thing I can think of is that since it is a password field the characters are blanked out and cannot be ...Show All

  • Visual Studio MSDN (or MS Document Explorer) crashing like crazy

    does anybody know how to fix the following issue: Installed retail 2005 standard studio version on a machine which did have the beta version, yet it was removed with the tool provided my MS. The installed finished without issues, however as soon as I try to use the dynamic help's search button, the MS Document Explorer crashes. Hence MSDN library is halfway useless, because I can't search. If anybody has any ideas.... other than wiping my HD, pl ...Show All

  • Visual C# How do I add two (or more) icons together prior to displaying

    I need to be able to merge multiple icons together on a treeview node. I have an imagelist containing all of the icons available. Anything that I have seen in trying to find a solution shows layering graphic objects that are positioned somewhere in space. My application requires me to add multiple images to a single node on the tree. Any help/guidance is appreciated. Hi, The simplest you can do is mer ...Show All

  • .NET Development Bad Data problem...

    Hi all, I have just ported my .NET 2003 project to .NET 2005. No major problem was experienced during the porting. However I am now getting the following error: "System.Security.Cryptography.CryptographicException: Bad Data." Any suggestions on how I can get around this problem A number of sites that I visited suggested deleting all my cookies, this I have done, but I am still getting the same error. Mike55. ...Show All

  • SQL Server Sql Job failing with MSDTC has canceled the distributed transaction.

    I have a sql job which has to pull some data from a remote server. This job is running fine last few days and suddenly failing to execute with the following error. The same job is running fine in other servers. Executed as user: NT AUTHORITY\NETWORK SERVICE. The Microsoft Distributed Transaction Coordinator (MS DTC) has cancelled the distributed transaction. [SQLSTATE 42000] (Error 1206). The step failed. Note: The steps I have already don ...Show All

  • SQL Server Selct from a table and insert in other

    Hi I have these two tables.... CREATE TABLE [dbo].[TELEFONICA] ( [DATA_HORA] [datetime] NULL , [NRTELEFONE] [varchar] (255) COLLATE Latin1_General_CI_AS NULL , [TEMPO_SEGUNDOS] [real] NULL , [TIPO_PABX] [varchar] (2) COLLATE Latin1_General_CI_AS NULL , [LOCALIDADE] [varchar] (255) COLLATE Latin1_General_CI_AS NULL , [VALOR_TEMPO] [money] NULL , [VALOR_TARIFA] [money] NULL , [CLASSIFICA_PABX] [varchar] (50) COLLATE Latin1_General_CI_AS NULL , ...Show All

  • Visual Studio Team System MSFT internal process

    What development process does MSFT use internally. Specifically for Word, Excel and Windows. Is it one of the flavors of MSF If so, which one. If not, why not Microsoft had been looking for a way where the proven practices that teams apply internally in product lifecycles and solution delivery for customers can be contributed to the software development community. Some of these agile practices include pe ...Show All

  • Software Development for Windows Vista Dynamic modification and Custom activities

    I am planning to define some fairly complex sub-processes as custom activities, and would like to use the dynamic self-modification features within those. The problem I am having is that in a custom activty, you do not have access to the IRootActivity required by the constructor of the WorkflowChanges object.  I tried implementing that interface in my custom activity, but the resulting activity cannot be added into a workflow. The nex ...Show All

  • Visual Studio Team System Developing on Same Server as Team Foundation Server

    can anyone just asnwer my question I have asked in two different posts versions of the same question and so far no answer.... can I put an asp.net web site and team server on the same server. for example: team.domain.com 192.168.1.10 port 80 newweb.domain.com 192.168.1.10 port 80 and then from a client pc with VS and Team client installed edit the web project and have a team project that publishes builds to that "newweb"  for example I ...Show All

  • Smart Device Development VS2005 controls default font size vs. User Interface Control Guidelines?

    I have application for Pocket PC 2003 (Compact Framework 2.0). I noticed that when I drop some controls on form, there default font size differs form User Interface Control Guidelines. Checkbox has Tahoma, 9pt vs. "use the 8pt, Tahoma black font", Button has Tahoma, 9pt, style=Bold vs. "use the 8pt, Tahoma bold font", ... Why Although I don't know the exact "why" to ...Show All

  • Visual C++ Help needed with "error C2784"

    . I am going to address your core question: There is already a lot of discussion in the C++ community that #include <iostream> already pulls in way too many other headers - and believe me it was not designed this way. Why should <iostream> pull in <string> The two are not related and there is really no reason why one should depend on the other. We do provide every STL function and algorith ...Show All

  • Windows Forms xp icons

    Hi does anyone know where to download windows xp icon folders I Cut and paste then in to MS Paint then cut and paste in to the icon editor in Visual Studio  it stops some of the trasparent layers (not all) and then p ...Show All

  • Visual C# Special characters in identifiers

    Hi, I've noticed that it's now possible to use special characters in identifiers (diacritical marks). I was wondering is this now a supported feature or is it just by accident of some sort (and should be avoided). For example: int irklis = 3; // compiles without problem (notice the ' ' and ' ') private void par d t(int .....) { ... } // notice the ' ' and ' ' Thanks in advance! Thanks for that link. Now that explains everything. Co ...Show All

  • Visual Studio Express Editions How to Load / Save

    I Have three questions about loading and saving!  1.   How do you load a file like a .txt file into your program and then edit and save it as another file like .doc   2.  also how do you open music files and/or picture files    3. And is it possible to convert files like mp3 by opening them and them saving them in another format like wma Thanx in advance ...Show All

©2008 Software Development Network

powered by phorum