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

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

keniiii

Member List

MikeSmo
dkfitzgerald-HST
AllUltima1
Ghastly
Amandeep Mann
Mohan_info
Testsubject
agos
entell
ColinW
WendellB
Vasu G
MarchJ
Andrea Corti
VimalaLawrence
tweduk
TobyRickett
conqueror
luoo
Mattias Sjogren
Only Title

keniiii's Q&A profile

  • Windows Forms how to deploy click once in client place.

    Hi i create a window application, and i like to use click once deployment. but wat the case is i didnt know the client server name. wat they ask is to give the setup and we will install to corresponding sever. for this scenario how will i publish the application. i need ur help its very urgent. With regards Amjath. ...Show All

  • Visual Studio Cursor Position

    Does anyone know how to get cursor position (screen coordinates) from the editor I need to show custom popup window that needs to be shown below the cursor (like intelisense menu). Thanks. This thread has been super helpful in helping me cross the threshhold from an add-in programmer to a vsip programmer, so thanks! For future copy/paste, here's a corrected C# code sequence, which requires the following VSIP assemblies to be referenced: microsoft.visualstudio.ole.interop; microsoft.visualstudio.shell; microsoft.visualstudio.textmanager.interop. ServiceProvider sp = new ServiceProvider ((Microsoft.Visua ...Show All

  • SQL Server Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance

    No wonder Microsoft is giving it away for free. It’s not worth anything. I am very disappointed in this version of SQL server. I decided to start learning VB so I downloaded and installed VB 2005 express edition and SQL 2005 express. I tried to build a personal website using the starter kit. I kept getting the following error message, for which I have seen numerous postings on this forum. “Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed.” I went out and bought the Standard version of VS 2005 thinking there may be a feature that the free exp ...Show All

  • Windows Forms App fails to install on one machine but ok on others.

    I have a user who has installed my app on his laptop with no problems but it fails to install on his desktop with the following: ERROR SUMMARY Below is a summary of the errors, details of these errors are listed later in the log. * Activation of C:\Documents and Settings\John C\Desktop\Downloads\Lees-Bingo\Ver 3.2\Lees Bingo.application resulted in exception. Following failure messages were detected: + The referenced assembly is not installed on your system. (Exception from HRESULT: 0x800736B3) He's using WinXP Pro and has the .NET framework installed. It installs fine on my machines running XP Home. Anyone have any ideas what's ...Show All

  • Visual Studio Team System Adding Default web part fails

    Using: TFS RC on W23K SP1 with VS2005 on a Single Server Deployment, Sharepoint Services SP1 I've created a MSF for Agile Software Development and I'm trying to add a Web Part from the sites gallery. However this fails each time, irrespective of the webpart I select (e.g. Events, Contacts etc) The error I get tells me that 'An unexpected error has occurred'. I've Googled as much as I could and found one post about upgrading the web.config using stsadm - however I'm still no further to an answer. Anyone got any ideas TIA Scrat The pages and all of the files associated with your site ...Show All

  • Visual Basic getting HTML from a website

    Hi guys, I'm making a project that requires getting the HTML source from a website. I'm not at all sure about how to go about doing this. Any help would be greatly appreciated! Thank you so much in advance! -Robert Robert.... There are women here too. The other two identical questions you asked are in VBE and you marked your question as answered here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=414318&SiteID=1 ...Show All

  • Visual C# XML Deserialization

    Hi, I am having a bit of trouble with XML Deserialization. I am fine with the usual stuff but arrays are being a pain. I have the following XML file (pardon the lengthy post): [code] < xml version="1.0" encoding="utf-8" > <schema>     <info>         <title>PHP</title>         <author>Aditya Gaddam</author>         <version>1.0</version>         <extensions>.php</extensions>     </info>     <definitions ...Show All

  • Visual C++ general question regarding arrays and functions

    Writing another program for school and I've got something seriously screwed with this one. I may have to post code for this, but I have my main function that calls another function(switcher), I'm trying to pass two arrays to this function and have that function switch the lowest value in one array replace it with the lowest value in the second array and vice versa. The problem is when I compile the program, it builds with no errors or warnings, runs up to the point where I call the function(switcher) then has some type of serious error at runtime and closes that window, and allows me to send an error report to microsoft. Any ideas what I'm d ...Show All

  • Windows Forms calculating the date on friday of every third week of a month

    hi, Is there any easy way of calculating the date on friday of every third week of a month, by using Datetime class or any other class.function Thanks, The following test code will fill an array with the dates of the 12 third Frdays of the year: Private Sub TestTheDates () Dim TheDates As Date () = CalculateThirdFridays () For x As Integer = 0 To 11 Console . WriteLine ( TheDates ( x ). ToShortDateString ) Next End Sub Private Function CalculateThirdFridays () As Date () Dim TheDates (11) As Date Dim TheThirdFriday As D ...Show All

  • Visual Studio Team System tfs and active directory

    does tfs have to run in an active directory domain or can it run in an nt4 domain are u sure about that mate i asked a TFS guy at the melbourne 'READY TO ROCK' forum about this -> can my w2k single server be a workgroup, not an active directory thingy .. and he said 'yep'. edit: and this link in this forum .. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=137499&SiteID=1 -PK- ...Show All

  • Windows Forms Catastrophic failure while using ImagetoIPicture

    Hi, I am trying to use the ImagetoIPicture method on one of the resource icons I have in a C# project. However, I get a Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) as soon as I execute the ImagetoIPicture method. I am using .Net 2.0 and referencing the the stdole2.tlb found in C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Lib. Thanks, -S Hi, I found that the exception is not thrown when I call ImagetoIPicture. Its actually called when I try to assign the converted stdole.IPictureDisp object to a CommandBarButton's picture property. ...Show All

  • Windows Forms MenuItems

    Hey, Is there a code like the one below that dose the same thing but for a MenuStrip item : ToolStrip3.Items.Add(newbutton) Thanks :) yes...identical: MenuStrip3 . Items . Add ( "TEST" ) or MenuStrip3 . . items . Add ( Text , image , Eventhandler ) ...Show All

  • Visual FoxPro error registrated COM object as MULTI-THREADED COM SERVER DLL

    Hi! on Visual FoxPro 6.0 I created COM object (my_com.dll) as MULTI-THREADED COM SERVER DLL. but when I try registrated COM object I got the error regsvr32 my_com.dll "DllRegisterServer in my_com.dll failed. Return Code was: 0x80004005" Why That tells me it registers successfully using vfp6R.dll(which single-threaded uses) but not the MT version, vfp6t.dll.  So, the problem apparently is with vfp6t.dll.  Check it's version and make sure there are no other copies on the target machine.  BTW, you don't need to include the VFP6R.dll if you want to use the MT version. ...Show All

  • Visual Studio Tools for Office Disabling desing mode? Compilable forms? May be in infopath 2007?

    Hey, the great problem I have with Infopath today is how users can open a form in design mode even when it has the "Enable protection" option selected. No matter how much code or security I build in the form, it makes no sense if users can go in and change the scripts. I haven't found a way around this and my company needs to figure this out before it chooses to implement a set of solutions in Infopath. Is there anything to be done in Infopath 2003 If there is, I haven't found it, how do you people work around this Will infopath 2007 provide anything new for this Thanks in advance!! This is a question for InfoPath. The ...Show All

  • Windows Forms Notify

    Hi ALL I want to make my application receives events from the system that a specific process has been started or ended how to do this Thx all Hi, Could you please tell us what type of events would you like to receive from the system Thank you, Bhanu. ...Show All

©2008 Software Development Network