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

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

bitbonk

Member List

AnilAli
Artashes
FeaturesfromFlash
AVNIP
DGretlein
Oscar in LA
PaulSomers
plakeezhu
fatboy401
Ognjen Bajic
John Minkjan
gena fayez saad
Miker2006
maria paramita
recai
Blicos
Jorge Loureiro
Joe M.
Hamish_NZ
msraja
Only Title

bitbonk's Q&A profile

  • Visual Studio Tools for Office Unable to cast COM object of type 'System.__ComObject' error

    Hello all, I have created an add-in which adds user properties to appointments. When I try to recover these user properties from the calendar of other users, I use the find method to recover all the appointments between a period of time of 3 months. Then, I browse the results to find if the properties meet the criteria, I have the following error : Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Office.Interop.Outlook.AppointmentItem'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{00063033-0000-0000-C000-000000000046}' failed due to the follow ...Show All

  • Smart Device Development system will not resume ? dead? after following code

    tested on HP6315: PlaySound(_T("Alarm2.wav"),NULL,SND_FILENAME | SND_ASYNC | SND_LOOP); Sleep(1000); GwesPowerOffSystem(); // never resumed, press the power button will not effect Please see this post for details on where to post non-VS 2005 questions http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=235332&SiteID=1 ...Show All

  • Visual C# Embedded resource not working

    I want to add a picture as embedded resource to my project. I choose Add Existing Item and browse to the picture, and then select Build Action as Embedded resource. I also select "Do not copy to output dir". Upon recompiling I get: Error 1 No destination specified for Copy. Please supply either "DestinationFiles" or "DestinationDirectory". C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets 1535 7 WindowsApplication1 This used to work for me until recently... I tried to reinstal Visual Studio on my computer but the same thing persists. It is also "not so funny" because the ...Show All

  • Visual Basic Tab ImageIndex problem

    I have created a ImageList1 and it has one (1) image in it. I then associate the image list with the TabControl1. For some reason, the image does not show on the tabpage1. What am I doing wrong Below is the code. Thanks in advance for your help. William Public Sub AddDWG() Dim AcadDocs As AcadDocuments Dim Document As AcadDocument AcadApp = StartCAD() AcadDocs = AcadApp.Documents For Each Document In AcadDocs Dim myTabPage As New Windows.Forms.TabPage() myTabPage.ImageIndex = 0 ...Show All

  • Windows Forms Listview questions

    Hi all Can someone please post me some code on how to register and handle the event of the user clicking/scrolling the vertical scrollbar on a listview. Secondly, if I allow the user to reorder listview columns, what is the best way to keep these re-orderings when the user closes the app and opens it up later Writing the index positions of each col header to file xml Thanks to everyone Tomas Tomas Floyd wrote: Can someone please post me some code on how to register and handle the event of the user clicking/scrolling the vertical scrollbar on a listview. You can derive the List ...Show All

  • Visual Studio ERROR: VSS2005, files in loggedin not going away

    I have an issue where if I do an analyze overnight (usually only take 15 to 20 minutes), my database is still locked when I come back in the next morning. This is because when Analyze runs it puts a file named "admin.lck" into the loggedin directory. When it is done, it is not always removing the file. I am also seeing the files that are created when a user logs in not getting removed when the user logs out. I had this problem this morning and I actually had to delete all the files in the loggedin directory so that my developers could get into the database and checkout files. Is there something that I have setup wrong or is t ...Show All

  • Windows Forms Where to download TaskVision Database!

    I can not install TaskVision. Who can give me a DataBase Script to download! Thanks a lot! http://www.windowsforms.net/TaskVision/SourceViewer.aspx tabindex=7&tabid=44 Try this it may work for you ...Show All

  • Visual Studio Express Editions Listview control and dropdown menu

    I want to use a 3 column listview and embed a dropdown menu in a subitem column, much like the properties panel that appears in the bottom right of Visual Basic .NET Express IDE. i.e. When I click a property, some of them give me a dropdown menu control and where I can make a selection from a list. Or should I be doing this in some other way Thanks in advance, I'm a little new to all this! Michael Gordon, That's done the trick, thanks for your direction! Michael ...Show All

  • .NET Development I want to create my own OLEDB Provider dll, is it possible?

    I have a unique datasource that does not provide an oledb connection option.  I can connect by other means and get the data I want.  Then I want to translate that data and expose it from my dll as an oledb data provider.  Is this possible blaise We're not simply replacing the MS OLEDB for Oracle Provider.  We don't have access to the db period.  We'll be using SAP.Net Connectors and making BAPI calls to get the information out of SAP.  Then provide that data to Mapguide via our OLE DB DLL. Hope that makes more sense to you. ...Show All

  • Visual Studio Express Editions XML/SOAP based webservice Help

    Anyone using VWD Express to develop / test XML/SOAP based webservice I'm getting the errors when trying to test a webservice from the 'Walkthrough' XML webservice exercise.   Any help is greatly appreciated!   A name was started with an invalid character. Error processing resource 'http://localhost/TemperatureWebService/Convert.asm... <%@ WebService Language="C#" CodeBehind="~/App_Code/Convert.cs" Class="Convert" %> -^ Or developing webservice under Visual Studio Express Editions  is not supported ...Show All

  • Visual Studio Express Editions How to open file in a running instance?

    Hello. I have VCExpress and I've found switch "/Edit": /Edit Opens the specified files in a running instance of this application. If there are no running instances, it will start a new instance with a simplified window layout. But it doesn't work. If I open file from cmd.exe each file will open a new instance. How to use it The /Edit switch is for which tool Could you include more details Thanks, Ayman Shoukry VC++ Team ...Show All

  • SQL Server Strange Deadlock issue

    Hi,    Before posting this thread, I have searched for answer in this forum.    But this case is a little bit different from the others.        In our application, we encounter deadlock on a single table.    Env: SQLServer 2000, SP4, ReadCommitted    One thread is trying to do this update sql:    "update resources_allocate set FromDate= , RepFromDate= , ResId= , Allocation= , Manday= , RepManday= , ObjId= , ObjType= , ToDate= , RepToDate= , Description= , Status= , RequestTs= , FrozenAllocation= , FrozenToDate= , FrozenFromDate= , ApprAllocation= , Appr ...Show All

  • Windows Forms How to databound listbox with three table relational structure?

    Hi, I have a little problem with data bounding a listbox, it works just fine when I bound the listbox to a “parent -> child” structure but when I want to bound it to the following structure I just can’t get it to work. product (table) - prod_id (PK) - prod_name category (table) - cat_id (PK) - cat_name product_category_relation (table) - prod_id (PK) - cat_id (PK) prod ...Show All

  • Visual C++ do listview and treeview still need to hold text for two callbacks via Blazack?

    hi i have an old MFC book by Blazack (i know the spelling is wrong, sorry don't have the book handy). in it he says that the listview and treeview need to have the text passed to them to be held in memory by the calling program for at least two callbacks. is this still true under the MFC that shipped with vc8 and running under WINXP thnaks al ...Show All

  • Windows Forms How to do password masking in data grid

    Hi, I would like to do a password masking in a data grid cell. It should display * characters instead of password. I appreciate your help. Regards. You need to create custom column style for that. Public Class PasswordColumn     Inherits DataGridTextBoxColumn     Protected Overloads Overrides Sub Edit( ByVal source As System.Windows.Forms.CurrencyManager, ByVal rowNum As Integer , ByVal bounds As System.Drawing.Rectangle, ByVal [ readOnly ] As Boolean , ByVal instantText As String , ByVal cellIsVisible As Boolean )         MyBase .Edit(source, rowNum, bounds ...Show All

©2008 Software Development Network