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

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

CaverDave

Member List

Bader Cheema
Brice PRUNIER
longrujun
Roy Muller
LMS65
Dark Luke
VN
SSKN
pd42
GregRoberts
Tony P
Alexandrei
ngoclinh_nkotb
Mr Big56911
SmitsDJ
Debjit
sangeetha shanmugam
Mystic
pjmvn
elizarrj
Only Title

CaverDave's Q&A profile

  • SQL Server Plug-in algorithm documentation and sample code

    I've read in at least one book (and heard firsthand at the SQL Server launch event) that there's a plug-in framework for adding new algorithms to Data Mining. However, the book was apparently written against a Beta version, and the location it suggests for the plug-in sample code doesn't exist in the shipping version. I haven't been able to locate any documentation about the plug-in framework in the SQL Server Books Online, and I haven't been able to find any sample code, either. Can someone give me a few pointers We are working on a framework/SDK for developing plug-in algorithms using managed code. We hope to make it available for do ...Show All

  • Windows Forms controls not rendering on the form

    Controls on my windows application form render as as white rectangles with red border and red diagonal lines. It happens very rarely. Has anyone ever encountered such a thing If yes, then what maybe the cause of it Thanks Nitin That means that there was an error when loading the control into the designer. If you resize the control larger, the error should be a part of the image (the white rectangle with a red X). I am afraid that I cannot be more specific without a repro scenario. ...Show All

  • Windows Forms error message-this file does not have a program associated with it for preforming this action

    I was sent some jpg photos in outlook express, when I tried to open I got message This file does not have a program associated with it for preforming this action. Create an association in the Folder Options control panel. The photos were kodak, which I have on my pc, also the error was from c:\Documents and settings\ then my name. These forums are for programmers working with Windows Forms. I think you are most definately in the wrong place. Try search Google for the file extension of the files in question though, (ie: .jpg, .bmp or whatever) ...Show All

  • Visual C# How to find FIRST non-repeating character in a string using c#

    HI, I am trying to find first non-repeating character in a string. For ex: s s t t b x y r The answer is: b I tried different ways but wanted to know any best solution any one has Thanks, I seem not to have expresso on this machine, but my answer would be a regex, for sure. You can capture each letter and check that it's not the same as the one before or after. ...Show All

  • Visual Basic Add MySQL reference to a VB.NET 2.0 project

    i'm actualy starting to use mysql, i've istalled the connector .net 1.0.7 from mysql. What can i do to add the reference to my vb project , on 2003 it wroks well but on vs2005 i cant find the mysql.data on reference tabs what sould i do to bring it to my project Apart from installing mysql connector have you actually added it to the reference on your project and its not appearing or are you expecting it to appear by default. If you havent added it to your project go to my Project -> References -> Add and add a reference to the appropriate class library. ...Show All

  • Visual Studio Tools for Office Adding attachment to a mail

    I'm trying to find an example of adding an attachment to an email message.  I know how to create/address an email message via C# code.  However, now I want to open a specific folder (I'll hardcode the folder name into the app) and for every message in that folder, add it to the new email as an attachment and send it.  Once it's send then I'd delete all the messages from that folder. I can't find the proper syntax for adding those attachments though. When you are going to attach an attachment to the Outlook.MailItem you can use the following code Outlook.MailItemClass mi = (Outlook.MailItem ...Show All

  • Windows Forms Can't set value of datagridview cell

    Can't set value of datagridview cell The documentation claims you can set the cell value thusly: Private Sub SetCellValue(ByVal myGrid As DataGrid)    Dim myCell As New DataGridCell()    ' Use an arbitrary cell.    myCell.RowNumber = 1    myCell.ColumnNumber = 1    ' Change the cell's value using the CurrentCell.    myGrid(myCell)= "New Value" End Sub             MsgBox("new row index " & Me.DataGridView1.NewRowIndex.ToString)             MsgBox("rowcount " & Me.D ...Show All

  • SQL Server MS OLE DB Provider for DB2 - string padding

    When using the MS OLE DB Provider for DB2 for retrieving data from a DB2 database on an AS/400, all string are padded with white spaces in the end. For instance, if you have a text field with a length of 10 and the field contains the text 'xyz', then when you transfer the data using SSIS you will get the text 'xyz       ' ('xyz' followed by 7 times white space). Is there any way to get around this - other than using the RTRIM function in the source query Ahhh... It is "char", so that probably explains it... However, I was trying the IBM OLE DB provider for DB2, and here the string were automatica ...Show All

  • Visual Studio Tools for Office About connecting to Oracle

    Hi, I want to know if there is a limit for the length of 'strSQLCommand' for the below statement.    objADORecordSet.Open strSQLCommand, objADOConnection, adOpenStatic as I've got a problem with the long query I created, inside the macro of the Excel file, for retrieving the records from Oracle DB. Here are the codes for the query:     strSQLCommand = "Select rtrim(vessel)||', '||rtrim(voyage)||leg ves_fld, " & _         "shipping_line shp_ln, place_delivery plc_del, booking_reference bk_no, " & _         "allocation_customer cst_c ...Show All

  • Windows Forms block the right mouse click in the Microsoft Internet Control

    Hi, I'm a newbie in coding with Visual Basic 6 and i have this question. I program degree unite browsers this one always loads only a site. I would like this the right mouse button is closed because otherwise one could manually load the side newly. I would like the buttons "F5" and the button between the right Windows-button and the right&nb ...Show All

  • Windows Forms Lack of reaction on the IPropertyChangeEvent

    > >>We changed this in Beta 2 so that you get notification for all rows rather  than just the current row. Do we still need to use IBindingList in order to get notification for all rows If no, what is the future role of a BindingList Thanks, Koson "Joe Stegman"" <jstegmanONLINE@microsoft.com> wrote in message news:<#2w5uKCRFHA.3704@TK2MSFTNGXA02.phx.gbl>... > > You're right.  This has been fixed but the fix mised the Beta 2 cut-off but > will be in the next CTP. > > Joe Stegman > NET Client Team > Microsoft Corp. > > This posting is provided "AS IS" with no warranties, and con ...Show All

  • Windows Forms keeping track of the last item that had focus ?

    Hi, I'm developing a form with two listviews (lvA and lvB), and a delete button that will the selected item from the listview.  I'd like to share the button between both listviews, so i'd only delete the item from the listview who had focus IMMEDIATELY before the button was clicked. for example:  - if an item in lvA is clicked, then the delete&nbs ...Show All

  • Visual C# "Absolute path information is required" bug.

    Hello, I've installed Visual Studio 2005 MSDN and I have problems with C# projects. Whenever I try to start a C# project (Windows Application or something else) I get message box: Microsoft Visual Studio "Absolute path information is required". Solution file is created in specified directory (and *.suo file), but nothing else. I also cannot open/convert C# projects from VS2003. I don't have any blocked/protected directories. Everything works with administrator permissions. I have my system partiotion (C:) and all apps (including VS) are installed on drive D:. I've never installed any VS (2003, 2005 BETA) or any SDK on this machn ...Show All

  • Visual C++ COM. VARIANT/SAFEARRAY

    Hi, I have to covert a VARIANT to SAFEAARRAY. As I am getting signatures from caller, only VARIANT pointer, In the called function, I want to save some data using SAFEARRAY(!) with C++. Though this is possible, but how Any help would be highly appreciated. Regards TestHim For COM programming issues, you can use the Win32 OLE newsgroup. http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.ole&lang=en&cr=US (Yes, "OLE" is a bit off, but people do get their answers on COM programming there). ...Show All

  • Visual Studio Express Editions SDK errors

    I am installing the Platform SDK and i get an error. I do like it says and i run VC++ then make a new project. I name it then go to Win32/Win 32 console app. I am gettting errors when running the wizar. I click "Next" then i get the error: An error has occured on this page. Line: 385 Char: 2 Error: Expected identifier Code: 0 URL: file://C:\Documents and Settings\Owner\My Documents\My game\VC\VCWizards\AppWiz\Generic\Application\html\1033\AppSettings.htm 2) A question is when i did (a step from http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/default.aspx ) Step 3: Update the Visual C++ direct ...Show All

©2008 Software Development Network