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

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

JoeKYTse

Member List

Chris Harry
pranitha
Thomas Bonnot
Bezel
Nobita
urkumar2000
Frédéric Degraeve
P.Alex
rpk_isv
leok
Pharvana
Alok.Ganguly
chris house
swdeveloper
heavenly
Adi Arbel
JohnLR
drlarsen
JReuben1
Muhammad_Afzaal
Only Title

JoeKYTse's Q&A profile

  • Visual Studio 2008 (Pre-release) How to pass parameters to Web Browser Application?

    Hi, Is it possible to to pass parameters to web browser application Something like: http://localhost/Test.wba ClientId=12345 Thanks   Yes it is possible. Within the web browser application, you can use System.Deployment.Application.ApplicationDeployment.CurrentDeployment.ActivationUri to get to the Uri and pull the request parameters from it. Regards, Ashish Shetty Program Manager, Win ...Show All

  • Visual Basic Windows API in VB.Net

    Dear All, Q1) In VB6, there are Win32API viewer for helping us to writing Windows API application. In VB.Net, I can't find that tools now. If I want to write some program with WinAPI, how should I do Q2) After installed Platform SDK, I can use the new and platform api in VC++ program. I want to know How to use them in VB.Net Thanks, Kevin Tang. http://visualbasic.about.com/od/usevb6/l/aa10 ...Show All

  • Visual Studio 2008 (Pre-release) Getting Started sample not getting service.exe

    Hi, Well, I have been trying to get this first sample "Getting Started" going for a very very long time, and so far, I've been pulling my hair out just trying to figure out what is going on. My question is, when i compile the "Getting Started sample" which is from WIndows SDK, it compiles fine, and I find client.exe but I can not find service.exe anywhere. Neither under Getting Started/service/bin folder which produces ...Show All

  • Visual Studio Team System This type of page is not served.

    This type of page is not served. Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension '.asp' may be incorrect. Please review the URL below and make sure that it is spelled correctly. Wat is solution Where are you seeing this WebTest, UnitTest (ASP.Net) Or is it a general ASP.Net problem -- if it's just ASP.Net, then this isn't quite the right forum :) Check out the othe ...Show All

  • Windows Forms Click once and trust license

    hi, In beta  you could programatically install trust licences (there was a .net function and even a sample called trustlicensedeployment.). In beta2 these functions seem to have been removed and the sample also. Can anyone tell me why and what is now the best way to deploy such a trusted license to all workstations Also is there a list of changes between beta1 and beta 2 thanks, Bruno Hi, TrustLicense De ...Show All

  • Visual C++ MS C++ 2005 express database mismatch error when compiling

    Every time that I attempt to compile a c++ program I get a database mismatch error. When I looked this error up in the included documents, it said that I needed a newer version of dbi.dll. Where can I find this file I know that my programs work because they compile with ms vc++ 6.0 and the gcc complier. Here is the artilce where it told me "how to fix it," but I still cannot find the file that I need. Visual C++ Conc ...Show All

  • Visual Studio Team System Publishing test results fails - not sure why...

    I ran a unit test and wanted to publish the results back to the "operational store" to see what would happen and if I could do something with the data - however I got the following error: EndPublishRun: Server was unable to process request. ---> A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. The help is va ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. LoaderLock was detected

    Hi, I have installed DirectX 9 SDK (October 2005) and Visual Studio 2005 RC1. When I try using directx classes for capture audio, I have a problem. The code i have wrote is: Dim d As DirectSound.Device Dim ds As DirectSound.CaptureDevicesCollection ds = New CaptureDevicesCollection For Each d In ds           Me .ListBox1.Items.Add(d.ToString) Next When I run the application I get ...Show All

  • Visual Studio Express Editions rich text box

    Hi, I placed the rich text box,and i applied some font settings to the selected text of rich text box. Now to save the changes to a file i used the following statement richTextBox1.SelectionFont = new Font (fontname, fontsize, fstyle); richTextBox1.SaveFile(fn, RichTextBoxStreamType .RichText); where fn contains th filename. but now also the changes are not applied to the file. Please help me. ...Show All

  • Visual Studio Express Editions Free VB 2005 Express Edition Tutorials?

    Firstly let me give a big "Wassup!" to all the VB programmers out there! I have recently moved over from the Delphi platform to the VB platform and joined the ranks of a far better programming language... (Sorry to all those Delphi PPL) I have taken the www.learnvisualstudio.net tutorials and found them to be very informative and extremely helpful but I was wondering if there isn't an online community of VB 2005 Express developers where I c ...Show All

  • Visual Studio Tools for Office Merging WordXML into Bookmarks

    I'm using Bookmarks as fancy mergefields.  Rather than using the Mail Merge feature to merge data with fields we use  custom VSTO/C# code that merges WordML (text, tables, etc) into Word 2003 using Bookmarks as content placement indicators. Based on our experience and Internet writings, Microsoft.Office.Interop.Word.Bookmark.Text and all Insert methods are all nightmares.  In fact, reading (using Reflector) the ...Show All

  • Windows Forms Databind Listbox

    I have a listbox that I've bound to a datatable and I also have three buttons below that (Add, Edit and Delete).  When the users peforms one of these functions what is the best way to update the contents of the listbox to reflect  ...Show All

  • SQL Server Export from SQL To SQL Mobile

    Supposedly it is possible, but I can't figure it out... Simple - export data from SQL Server 2005 to SQL Mobile SDF. One would think to use the Export from SQL Server 2005, but no provider seems to exist. Or in VS 2005 - can't figure that either. Roger Euan, Thanks for your help. Now I run into the following: In the BIDS (you have to install this from the client tools for SQL Server 2005 BTW), I get several problems. First of all, In the VS ...Show All

  • Windows Search Technologies Cannot install/re-install MS DeskTop Search (nor toolbar): "cannot remove older version

    I have ALL the problems encountered by some people removing MS DeskTop Search from my computer. I removed it using all the tricks I know + those given by members. Nothing works, I still get the message that the program is already installed on my computer everytime I try to re-install it. Now, all I want is TO REMOVE THAT THING from my computer and not re-install it ever. I'm fed up with this pop ups telling my that I should reinstall the p ...Show All

  • SQL Server Client found response content type of '', but expected 'text/xml'.

    Hello, I have this problem trying to render to PDF ddlFormats.SelectedValue ="PDF" private void cargarReporteFromWS() { cargarFormatos(); //Format format = (Format)ddlFormats.SelectedValue; string encoding; string mimeType; ParameterValue [] parametersUsed; Warning [] warnings; string [] streamIds; rs = new ReportingService (); rs.Credentials = System.Net. CredentialCache .Def ...Show All

©2008 Software Development Network

powered by phorum