Software Development Network Logo
  • .NET Development
  • VS Team System
  • Visual C++
  • Audio and Video
  • Windows Vista
  • Visual FoxPro
  • Visual C#
  • Visual Basic
  • Microsoft ISV
  • IE Development
  • Smart Devicet
  • Game Technologies
  • Visual Studio
  • SQL Server
  • SharePoint Products

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

bk13

Member List

Jake52
Josh Smith
Vaassu
Residual Logic Games
Banhnam
Amit Sharan
Lawrence Parker
Phatriff
Joni222222
Eric Lindahl
Chicken Leg Willy
Michael Schwarz - AjaxPro
tamri
Thomo
Robert.Altland
AnilKumar_bhaskara
Pascal Mignot
Balagangadharan.R
Danny Tuppeny
Charles Tam
Only Title

bk13's Q&A profile

  • Audio and Video Development mp3 classes

    can anyone tell me what classes to use to edit id3 tags of mp3's I'd actually recommend using the Windows Media Format SDK for this, which you can get from here: http://msdn.microsoft.com/windowsmedia/downloads/default.aspx . Take a look at WMCreateEditor, IWMMetadataEditor, and the various IWMHeaderInfo interfaces. Note, however, that this forum doesn't cover WMFSDK questions, so if you have any questions once you get going, try them here: http://www.microsoft.com/windows/windowsmedia/community/newsgroups/WindowsMedia/default.mspx dg=microsoft.public.windowsmedia.sdk&lang=en&cr=US Becky ...Show All

  • SQL Server The initial snapshot for publication 'Publicationxxx' is not yet available

    When I am trying to synchronize my sql server ce database with sql server 2000, I am getting this error in the Replication Monitor and Synchronization gets fail. How to Create initial snapshot or is there any step by step configuration document available for Merge Replication with SQL server 2000 and sql ce. Hi Dhaval, The error message indicates that the snapshot is not yet ready and hence your synchronization is failing. Check if SQL Server agent is stopped, 1- Start the SQL Server agent 2-Press start from View Snapshot Agent Status. Regards, Tarek Ghazali SQL Server MVP http://www.sqlmvp.com ...Show All

  • .NET Development IComparer issue

    Hi, I am trying to figure out using of IComparer to sort my custom arrays. Program is a console application, and the code and the error are as shown below. Any ideas/suggestions Thanks!! Code: Program.cs using System; using System.Collections.Generic; using System.Text; namespace ConcatTest { class Program { static void Main() { Employee[] employees; employees = new Employee[5]; employees[0] = new Employee("Erika", "Anhood", 100000); employees[1] = new Employee("Ayal", "Belling", 90000); employees[2] = new Employee("Jack", "Daniels", 80000); employees[3] = new Employee("Kris", "Kringle", 70000); employee ...Show All

  • .NET Development .net & XML & .pdf & error

    Gang: "There was an error opening this document. The file is damaged and could not be repaired." Has anybody had issue with not being able to open pdf in any browser using .net application The pdf is fine if use Adobe to read it; or just a browser, but not when combined with .net. This is probably related to dll hell with version 1.1 framework. If anybody has pointers, I'll be researching the issue. The pdf is accessed via datagrid HyperLinkColumn. It was working until recently. I'll be asking the network admin if has backup of application/bin/dll's. I am having the same problem. My application prompts the user to either open or save the pdf. Once it has been saved, after opening it, it comes ...Show All

  • SharePoint Products and Technologies how to quote content

    I am new to moss. I encounter a problem: Say i have an Calendar in my site. And I want to quote the Calendar in another page. How to do Any suggestion I believe you can share calendars across site collections using the RSS feed from the calendar. I.e. you should copy the URL of the RSS feed (of the calendar) and paste it into an RSS Viewer Web Part on the site where you want to show the calendar data. ...Show All

  • Visual Studio Express Editions Problems Compiling

    I'm having troubles compiling my program and I'm not sure why it isn't generating the correct names. G:\RadASM\Cpp\Projects\TypeSpeech>cl TypeSpeech.cpp /link /nodefaultlib kernel32.lib user32.lib gdi32.lib ole32.lib sapi.lib Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved. TypeSpeech.cpp Microsoft (R) Incremental Linker Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved. /out:TypeSpeech.exe /nodefaultlib kernel32.lib user32.lib gdi32.lib ole32.lib sapi.lib TypeSpeech.obj TypeSpeech.obj : error LNK2019: unresolved external symbol ___security_cookie referenced in function "long __stdcall WndPr ...Show All

  • Visual C# Intellisence Doesn't Remember Last Session

    I have visual studio 2003 installed on my computer. The intellisense was working just fine until I installed VS 2005. I don't know what happened but now everytime I start VS 2003 it doesn't remember any of the recent intellisense commands. Ex: If I type "System." it should come up as "System.Diagnostics " instead it selects the first item in the list. If I repeat the process in the same session it goes right to "System.Diagnostics". Is there anyway to fix this I found the option at Tools => Options => Text Editor => C# => Formatting. It was already checked so I unchecked it, cleared the history and rechecked it. I will see if that solves the issue ...Show All

  • .NET Development Run my program on startup - without logging in - is it possible?

    Basically I want my program to be run on startup. The program uses a GUI form. Is there a way that can be accomplished without anybody logging in I'm not really used to windows account and privilege system (linux guy), so any comments are appreciated. If there's no way to do the GUI thing, can I make a service that logs someone in and launches the program Any pointers or suggestions are appreciated. If nothing works I can always have someone log in whenever the computer starts and just put those programs into the startup folder, but I'd rather have it automated. As mentioned by other folks, you should use startup folder. Launch your app from startup folder, present them with whatever login dialog you wan ...Show All

  • SQL Server Can SSIS do SFTP? and how?

    I want to know whether SSIS can do SFTP. If yes, how does it work Thanks, Kev TPK1216 wrote: I want to know whether SSIS can do SFTP. If yes, how does it work Thanks, Kev nSoftware have a suite of SSIS tasks, one of which is an SFTP task. More here: nSoftware releases IPWorks for SSIS ( http://blogs.conchango.com/jamiethomson/archive/2006/06/02/SSIS_3A00_-nSoftware-releases-IPWorks-for-SSIS.aspx ) -Jamie ...Show All

  • Windows Forms ClickOnce Install and Registry Changes

    Hi, We're working through the Certified for Vista Logo process and have struck an issue with one of the test cases. I'm referring to test case 15 which calls for a registry compare before and after install. The requirement is that there should be no changes to the registry during a ClickOnce install. We have found (and so has the testing authority) that changes do occur as the tools used (RegDump and RegDiff) show differences. Some changes seem to have to do with operating system stuff and don't relate to the install at all. I suppose those could be explained away. There are however a number of entries that seem to relate to the install. A small example: HKEY_USERS\S-1-5-21-1053833859-2623809191-2711474811-1003\Software\Classes ...Show All

  • Windows Forms Load tabpage into form

    I have a tab control with some pages. How can i load dynamically a tabPage into a form Thank You using System; using System.Collections.Generic; Add one tab control, then add one button on the tabpage. try follow code, to see if it meet your case; hope it help you using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WindowsApplication2 { public partial class control_from_tab_to_form : Form { public control_from_tab_to_form() { InitializeComponent(); } private void button1_Click( object sender, EventArgs e) { ...Show All

  • Visual Studio VSS explorer on Vista RC2

    We're having problems with VSS on Vista RC2. I ran VSS explorer on Windows XP for years with no problems. Now on Vista the symptoms are: I can check out a file and it shows with my username as checked out. Within a few minutes the file listing will refresh and no longer show that I have it checked out - so I can't check it back in or undo my checkout. But if I look at properties for the file, it does show that I have it checked out. VSS will let me check it out a second time, and then properties shows I have it checked out twice. At this point, I can check both copies back in from the "checkout history" tab and it will merge any changes and things are okay. But this behavior is terrible. Any idea what I'm doing wrong Is there a ...Show All

  • .NET Development Updating Database

    I am using VB.Net 2003.  I've just switched my dB from Access to SQL I have a tab control with two tabs on it..  One for the Billing address, and the other for a shipping address. On the Shipping Address Tab I have a button that will copy the data from the fields on the Billing Address tab. This all works fine. Now the code below is what I am expecting to write the data back to the dB. But it doesn't. In fact, when I press the button to copy the data to the Shipping Tab and then I change to the Billing tab and back again, the data on the Shipping tab has been wiped out and the fields are blank.  so I guess I actually have to different problems.... any help would be appreciated.  thanks Private ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Compatibility with the ageia physx card

    Hi, does anyone know if XNA GSE is or will be compatible with the Ageia PhysX card from http://www.ageia.com/physx/ thanks Alan Your question is incorrect. The hardware compatibility is the OS task. All you need is the set of drivers from the OS or hardware manufacturer. Of course, Windows XP supports Ageia PhysX cards in this sense. But it merely means The OS recognises the hardware in a way your program may have access to the card features, usually through the specific API. But if you ask "Does the XNA have native support  to produce the physics simulation meaning  the Ageia products " the right answer is No. As Joel says, you can use the third part ...Show All

  • Visual Studio Express Editions Why do my programs take up loads of RAM?

    When I run a program that I made, it seems to take up to 30,000Kb of RAM, which does not seem right seeing that these programs are usually skeleton programs. Can you tell me what I need to do or what is wrong The framework is going to take an average of 10 to 15 of those megs (yea its a HOG especially considering the old days ) See here for another discussion: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=75537&SiteID=1 ...Show All

©2008 Software Development Network