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

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

KingKarter

Member List

sjsn
Dietz
Rama Boya
bszenith
Lixin wang
ropley
Cameron D
JDPeckham
djsavlon
TimStspry
flreStarter
Meliphar
UsmanTahir
Abongs
Shril Pyrrho
brian_tsim
Matt Stum
Tom25
Pankaj11
Myime
Only Title

KingKarter's Q&A profile

  • SQL Server exporting an analysis server db from one server to another

    how do i export an analysis services from one server to another i recently upgraded from analysis services 2000, so i didnt create the analysis services database and cubes in server 2005. Remember how you could save your db in analysis server 2000 as a cab file. is there any way to do that in analysis server 2005, so that i could simply then copy teh file over to a new server and add it In BI-Dev studio there is a project/template where you can import and generate scripts for that SSAS2005 cube to a project/script. If you successfully import this you will have scripts that you can deploy to a second server. The other way is the Deployment Wiza ...Show All

  • Audio and Video Development New to Scenarist HD Advanced Authoring...

    We just got Scenarist Advanced HD-DVD package...I have been running the samples you guys made in the new iHd viewer and they are great!...I can edit them and include my own videos... Here is where it is cloudy for me... When I open Scenarist there are these timelines ready to insert into Advance subtitles,Resource1 Applications1, Resources1 and title resources 1 I have tried dropping the .XML files in there and adding my main movie but all I get is the main movie playing...cant even make a simple "play" button that starts the film... Anyone else get this app yet First, add your main video and audio to the project. Next, add your manifest(.xmf) file to Application timeline. Make sure you go to the properties panel and unche ...Show All

  • Visual C# Compa Thread performance in C# and vb.net

    Hi! Are there some difference thread performace in c# and vb.net I have an app in vb.net with use some threads for imaging processing. So, it's some hard. I wanna know if a c# implementation would be better. Thanks a lot. VB and C# compile both in MSIL... then substantially is the same... If you want better performances you have to use unmanaged code with C++ or assembler... ...Show All

  • SQL Server Encryption - importing keys

    Is it possible to load data into MSSQL 2005 that has been encrypted externally with a symmetric key algorithm, such as AES, and then import the key to SQL Server After browsing through Books Online, I don't see any way to import a symmetric key from an external file, but maybe I'm missing something. If your primary concern is protecting data in transit, you should be able to use SSL to accomplish this: http://msdn2.microsoft.com/en-us/library/ms189067.aspx Sung ...Show All

  • Visual C++ Doing HTTP GET and POST requests / URL encoding

    Are there API functions for doing simple GET and POST requests Are there built-in functions for doing simple stuff like URL encoding, etc longwood well... it depends how you define the "simple". You can do such kind of low level stuff with ISAPI ( internet specification API) with VC ofcourse. Now you do have a choice to going into .net world and use some classes and get your work done. ...Show All

  • Windows Forms Uninstall old application before installing via setup project msi?

    Is it possible to have a custom action run BEFORE the files are installed using a VS2005 setup project I need to uninstall any old versions of our software written in VB6 before installing the newer .NET version and so far I've only been able to do this AFTER the .NET files are installed which creates some problems. I suspect it isn't possible to do this except through WiX or some other more robust msi creation process but a setup project would be simpler. Thanks! Was that older product installed with an MSI setup If so, RemovePreviousVersions will work if you know the UpgradeCode of the older setup. Otherwise yes, you're right, Visual Studio custom actions run too late. ...Show All

  • Windows Forms date & time difference

    I have two DateTimePickers (dateFrom and dateTo).. I want to get the difference in words.. for example, two days, eight hours, twenty two minutes James Curran wrote: However, doing the translation ('2' -> 'two') is up to you Oddly enough, just today, this was posted on one of the site I read: Convert a Number into Words http://www.blackwasp.co.uk/NumberToWords.aspx ...Show All

  • Visual Studio Express Editions coding help

    Public Class Form1 Dim ans As String Public Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load 'whatever is in here will be executed when you start the program' End Sub Public Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click 'whatever is in here will be executed when you press the button 1' test() 'this gives me "test is type and cannot be used as expression" ans = InputBox( " thats it" ) End Sub Public Sub Button2_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click End Sub End Cla ...Show All

  • SQL Server Can not remotely connect to instance of sql server 2000

    I had a big problem on connecting sqlserver remotely from other machines on the network ..... From any computer in the network i wanna to register the instance of the sqlserver from the enterprise manager ..... the server instance doesn't appear within the available sqlserver list (the servername which equal to my machine is the only one that appear) ..... when i manualy write the servername\alias manually and i choose the connection type and then i write sqlserver username and password and then finish he give a message to me that access denied or sql server doesn't exist ... !! by the way from the local machine i registered the local instance of sqlserver successfully and successfully i access the Databases ..... To be noted: ...Show All

  • Visual C++ LNK2019 Linker Error in VS .Net 2003

    I had about many projects in VC++. I have converted all to VS .Net 2003 versions and compiled them into a solution. All of them compiled correctly execpt one which reports the follwoing kind of error. LNK2019:Unresolved External symbol "Public: static struct CRuntime Class *_stdcall C3DContourView :: GetThis Class(void)"( GetThisClass@C3DContourView@@SGPAU RuntimeClass @@XZ)referenced in function "public:virtual int_this call CPPModellerApp::InitInstance(void)"( InitInstance@CPPModellerApp@@UAEHXZ) Like above i got some 3 errors and also the following one. LNK2019:unresolved External Error: "_declspec(dllimport)public:static struct CRuntimeClass *_stdcall CDIPDoc::GetThisClass void("_imp ...Show All

  • SQL Server Intermittent connection timeout / general network error

    We have a SQL 2005 clustered server (Microsoft Cluster Services) that is queried from 4 IIS6 Windows Server 2003 frontends. Each frontend runs both classic ASP apps connection with SQL Server ODBC and .NET2 apps connecting with System.Data.SqlClient. Ocassionaly we get a string of errors/timeouts opening a connection lasting maybe 2 minutes. One the classic ASP apps we log one of these two errors: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC SQL Server Driver][DBNETLIB]General network error. Check your network documentation or Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC SQL Server Driver]Timeout expired o n the AD ...Show All

  • Visual Studio Tools for Office Security bypass(VST 2003)

    In the older discussion group I found a post relating to the warning messages generated on the "Users" tube re: unsafe macro's etc. Albert posted : "Simply add the following keys to your runtime packing (the package wizard does have provision for adding regs keys). ROOT:Local Machine Key: SOFTWARE\Microsoft\Jet\4.0\Engines Name:SandBoxMode Value:#00000002 ROOT:Local Machine Key: Software\Microsoft\Office\11.0\Access\Security Name:Level Value:#00000001 If you add both tof the above, then you get no security prompts at all...even if the later jet sp8 is NOT installed. It is clean...and no prompts.... -- Albert D. Kallal (Access MVP) " Knowing the dangers of the registry and being "thick", I have ...Show All

  • SQL Server Connect to Database in SQL 2005 Express

    I am trying to connect to the sample databases in SQL Express. I am getting this error. An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Name Pipes Provider, error: 40 - could not open a connection to SQL Server) (Microsoft SQL Server, Error: 53) I have downloaded and installed AdventureWorks, Northwind, and Pubs. If I have to allow remote connections how do I do that I am a studen and I am brand new at this. first ensure the sample database you wish to use is registered (some of the samples must first be attached ...Show All

  • Visual C# how to write text to desktop wallpaper

    Hi, Does anybody know how to write some text to the desktop background. Currently, I can write some text to the current wallpaper image file and then use SystemParametersInfo to display the new image...but that doesn't seem to be a good way to do so because the text format will be changed according to the setting of the screen resolution and the position property (center, stretch, tile). Is there any way to output the text directly to the desktop without touching the background image Thanks.   SalvaPatuel wrote: Thanks for the point,  I thought it was obvious that eveytime that you paint something on windows you will need to re paint once the region is invalidated. ...Show All

  • Visual Studio Tools for Office Programmatic access to Outlook appointment categories?

    Hello, I'm new to the VSTO world, so please bear with me. I'm using VSTO 2005 with Outlook 2007. I want to customize the categories associated with appointments in Outlook. In Outlook when creating an appointment, the user can choose to customize the categories (i.e. associate a name with a color). How can I acheive that programmatically Also, can I add other colors to be used for categories, or am I constrained to the 26 existing options Also, what are the best online resources for learning how to use VSTO 2005 with Outlook 2007 I've searched online for some reference material, but don't want to waste time with mediocre tutorials. Thanks a lot for any help. Thanks Sue. Is there documentation which explains the APIs used i ...Show All

©2008 Software Development Network