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

Software Development Network >> Dirk Reske's Q&A profile

Dirk Reske

Member List

rmcbeth
Dave Gestner
av_ster
Terry Smith
Stéphane Beauchemin
project2n5e0o1
k3bdf
learnerplates
Futzy
Nate Garvey
EricBauw
Karlo
Sudeep A
zhangchenxu
textman
DanTheMan2121
cwilkins59
Cecil0812
Mike Chapman
arkiboys
Only Title

Dirk Reske's Q&A profile

  • Software Development for Windows Vista Radio Button Patterns in WPF?

    I am trying to write an automation provider for a collection of radio buttons in a WPF application. The help files seem to indicate that I should implement a selection provider pattern for the collection, which would mean that the Radio Buttons support the Selection Item provider pattern. Unfortunately radio buttons do not seem to support any Automation patterns. Does this mean I will need to create a custom Radio Button class that implements the pattern I need to use or is there an easier way around this problem hi peter, thnx for replay. I have one more question. when I am using UI SPY to see the properties of RadioButton of my Application. It show that Radio button dont support any of ...Show All

  • Visual Studio Tools for Office APIs for SharePoint Server 2007

    Hi, I am creating a Word 2007 Add-in in C#. I have not installed SharePoint Server 2007 on my machine. I need to fetch the documents in the "Shared Document" folder of a SharePoint Server 2007. I want to use SPSite, SPWeb, SPLists Class to fetch these documents. But SharePoint Server is not installed on my machine. Is there any APIs available that can be installed on my machine and let my code using SPSite, SPWeb etc Thanks & Regards Rituranjan Since you haven't gotten a response here, you might try asking in a Sharepoint newsgroup. http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx dg=microsoft.public.sharepoint.development_and_programming&cat=en_us_9A946BC2-C4C0-E23E-1119-201ED74AA ...Show All

  • SQL Server VB database in SQL ServerExpress

    Hi, I'm a novice and need your help please. I created a database in VB 2005 Express project. Everything works fine. How can I see/find that database in SQL Server Express I used SQL server management express studio tool, connected and walked down the tree 'CAFE\SQLEXPRESS\Databases\.." but couldn't find that database. I installed adventureworks db, how can I find it in SQL server I'm using XP Pro service pack2 and evertything is local. If you created the database as a SQL Server project and not Microsoft Access, then you should be able to view it using the SQL Server Express Manager. It's a separate download, and you can find it here: http://msdn.microsoft.com/vstudio/express/sql/download/ To g ...Show All

  • Windows Forms Multi-page printing of a DataGridView table

    I have been using a DataGridView control (in unbound mode) to display results from my program in a tabular form. I also need to print this table sometimes, and I have been using the following code to do it. Sometimes the table becomes fairly long and the user needs to scroll the DataGridView control in order to view the whole table on screen. The problem I am having is this: How do I now print the entire table over multiple pages without missing anything The code below prints whatever portion of the table is visible on the screen. I would appreciate any suggestions/pointers on multi-page printing of DataGridView tables, including code samples. (I am developing a Windows Forms application using Visual C++ 2005 Express Edition.) Thank ...Show All

  • Smart Device Development Creating Single Insatance Application in SmartDevice Application

    Hai,            I have created DeviceApplication present under Visual C#\SmartDevice\Windows Mobile 5.0 Pocket PC.The out of this is an exe.I want to make this exe to have single insatnce i.e if one instance is running,if u click on that exe for multiple times it must not new instances,instead it must pop-up some message.I have developed the exe in .NET 2.0 version.I tried to do fix the problem using mutex,but it did not work.Another approach is to derive a class from the WindowsFormsApplicationBase class in the Microsoft.VisualBasic.ApplicationServices namespace and set IsSingleInstance property.Can anyone explain how to do this for Smart Device Application.I found that GetProcessByName ...Show All

  • Windows Forms Looking for good setup system...

    I authored an application and need to create a setup program for it so it can install on peoples computers. I tried to use the publish feature that came with Visual Studio 2005. It either seems stripped down or something perhaps I'm doing wrong. I can't find out were to tell it what custom user files I want installed and where to put them. Is the built in publish feature that comes with Visual Studio 2005 ok or is there a better solution Thanks for help, Devin in the full VS (non express) you have the publish but also the full setup and deployment project, which is a proper installer if you like, which automatically downloads the .NET Framework for you, installs it and continues on with th ...Show All

  • Windows Forms Accessing the Application Folder from a Custom Action

    Simple question here, I think... How can I access the Application Folder from a custom action, i.e. The path that the user installs the application to at run time I've got a custom action that works fine but I need access a file that gets copied to the Application Folder. ...Show All

  • Visual C++ winuser.h error

    Everytime i try to include winuser.h i get this: C:\Program\Microsoft Visual Studio 8\VC\PlatformSDK\include\winuser.h(42) : error C2146: syntax error : missing ';' before identifier 'HDWP' C:\Program\Microsoft Visual Studio 8\VC\PlatformSDK\include\winuser.h(42) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int C:\Program\Microsoft Visual Studio 8\VC\PlatformSDK\include\winuser.h(42) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int C:\Program\Microsoft Visual Studio 8\VC\PlatformSDK\include\winuser.h(43) : error C2146: syntax error : missing ';' before identifier 'MENUTEMPLATEA' C:\Program\Microsoft Visual Studio 8\VC\PlatformSDK\include\w ...Show All

  • Visual Studio Express Editions "WINDOWS KEYPRESS" - How to detect a KeyAscci in Windows?

    That's my question...i want my aplication response to a keyascci in any moment(im in if are not selected the aplication). Thank you for reed and try. I just tested the code and it works for me. This works to bring the application to the front when it is minimized or not the current application. It is not designed to launch the application if it has not started. Is that what you were asking I have seen some fullscreen games that force themselves to stay on top. Have you tested by hot-key pressing with a normal application in front ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Shader support when running on the 360

    When your app is running on the 360 will it be possible to use the extended HLSL that is available that platform Will the tools that come under "Content Pipeline" include anything for the visual creation of shaders to ease the learning curve of shader development ...Show All

  • Visual Studio Tools for Office How to use DataConnections in Infopath 2007 OM

    I want to convert the following code that was in infopath 2003 to the new 2007 OM. WebServiceAdapter2 WSSubmit = (WebServiceAdapter2) thisXDocument.DataAdapters [ "PutMarkLogicDoc" ]; WSSubmit.Submit(); Hi, This isn't really covered by the VSTO forum You would be better off asking this to the InfoPath folks directly. InfoPath · InfoPath issues : infopath newsgroup http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.infopath &lang=en&cr=US Hope this helps. Thanks, Ade ...Show All

  • Smart Device Development random TypeLoadException

    I am having real issues with a TypeLoadException that occurs generally randomly. I've been working on a .NETCF 2.0 app all day, debugging and generally being productive. All of a sudden, with no changes to the assemblies, I get a TypeLoadException on one of the types in one of my referenced assemblies. It's one of my own assemblies, and I checked the manifest and didn't notice anything untoward. // Metadata version: v2.0.50727 .assembly extern mscorlib { .publickeytoken = (96 9D B8 05 3D 33 22 AC ) // ....=3". .ver 2:0:0:0 } .assembly extern retargetable System.Data { .publickeytoken = (96 9D B8 05 3D 33 22 AC ) // ....=3". .ver 2:0:0:0 } .assembly extern retargetable System.Xml { .publickeytoken = (96 9D B8 05 3D 33 22 AC ) ...Show All

  • Windows Forms Inherits MyUsercontrol don't generate event code on myform

    example: Class MyTextBox inherits system.windows.forms.TextBox .... .... end class Class MyTextBox2 inherits MyTextBox end class ---------------------------------------------- Now if i create a new Application Form, and drag "MyTextBox2" from Toolbox on a Form, the object created is without event!!! why Inherits clausole don't inherits event too if i drag "MyTextBox" also the object created contain withevents clausole and it work. Any solution ty to all :) You've got the wrong idea about what how a container works. Example: a form is a container for controls. The Form class is derived from the Control class, it is *not* a nested type of the Con ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Designing and using a mesh with many subsets

    I am trying to design a nice robot model in 3ds max and export it as an x-file, so I can use it. That is fairly easy, but the problem is that when I design and position the various sub elements, they are stored in the xfile with vertices in the subobjects local coorinatesystem (which is good), but when I call mesh.drawSubset, the transformation matrix, which positions the subobejcts relative to eachother in the world, is used automatically. That might have been a bit unclear, but the problem is this. I have a box with its center at 0,0,0 and a size of 200 in all three directions. On one of its corners (at 100,100,100) I have another box, and that other box has its model space center at 100,100,100. The other box has a size of 20 in a ...Show All

  • Visual Studio Tools for Office Some help please re Visual Studio Tools

    Do Visual Studio Tools come as part of Microsoft Office 2003 Small Business Edition . If not are they a freely downloadable add on or is it a seperate product that must be purchased in addition to MS Off SBE . Does Visual Studio Tools comes as an integral part of any MS Office package Thanks for any help Cheers Hi Vina Visual Studio Tools for Office (VSTO) is not part of any version of Office. It's a development (programmer's) supplement to Visual Studio 2005. VSTO offers .NET Framework developers an alternative to document-specific VBA. A VSTO solution cannot work with all versions of Office, as it requires a certain XML technology that's only integrated in the stand-alone versions ...Show All

©2008 Software Development Network