bairdm's Q&A profile
.NET Development How Can i make Sub Classes like Font in a Component
Hello, I want to make a sub Class like Font. This class should only save 3 integers (they seen the border margin). I made a Class and put inside the same Data another Sub class. But i can’t see the subpropertys here as Top, Left, Buttun... in the Designer. Why Here you can see my Code. Class cTitelAbstand ' Eigenschaft Top einbinden Private fTop As Integer Public Property Top() As Integer Get Retur ...Show All
.NET Development axWebBrowser control accepting security certificates problem
Hi I am using a axWebBrowser control to access HTML elements (from a https site) via a document model. I’ve got my head around the DOM side of things and I’m very happy with the way the elements are being presented to me. The problem is that I need to manually accept the security certificate via the security alert dialog. Can I do this programmally Thanks in advance. If you have ...Show All
.NET Development HOW to : Copy files with all extensions
HI , I want to copy files from one folder with all extension to another folder . How do i achieve this. For example : I've files with names like bs .txt, bs .mmx, bs .git , bs .yrt ( some extension for reference) now i want to copy all the files with bs name ( what ever may be the extensions) ...i tried system.io.file copy method using *.* at the end but it fails... Can anybody guide how to achieve it.. Regards, Bsraju ...Show All
Visual Studio Team System TFS and Project Server 2003
Hi, When I create a new project in Project Professional 2003 not connected to Project Server 2003, I select the option Team>Choose Team Project, everything works fine. When I create a new project connected to Project Server 2003, I select same option and the following error appears: TF80071: Team Foundation encountered an error while accessing the work item database ... The scenario that I want is the ...Show All
Windows Forms WYSIWYG HTML Editor Control
There are tons of browserbased WYSIWYG HTML Editor controls. But, i'm building a windows based Content Managment System, and need a HTML Editor for Windows. Anyone know of a control i could use, or a way to export to HTML Is there classess&nb ...Show All
Software Development for Windows Vista Is the window class DV2ControlHost only for Start Menu?
Hi members forums, I’m looking the windows classes that a common user activates, and found when activates the start menu appears a window class called DV2ControlHost, Is this only for Start Menu or there are other windows of the same class, and why , thanks Do not rely on the window class names. They are internal and can change at any time. ...Show All
SQL Server IDoc with SSIS?
There is an adapter for BizTalk 2004 (Microsoft BizTalk Adapter for mySAP Business Suite) which support IDoc (intermediate format file for SAP) but is there any adapter available to handle IDoc within SSIS If not, what would be the best recommendation Cheers, - Greg- There is a "Microsoft .NET Data Provider for mySAP Business Suite" available for download, part of the SQL Server 2005 feature pack. http://www.microsoft.co ...Show All
Windows Forms Problems
Hi. i have a bug thats now sami-alright, so i tryed to add it to the eco system, and it added fine, no errors or nuthing. arfter about 10 minits no bugs had been teleported to me, and all my bugs that got teleported came back,&nb ...Show All
Smart Device Development Data provider not supported
I'm writing a simple program for PocketPc in Visual Basic. I try to establish a connection with dbExemple.mdb an Access database with Data Source Configuration Wizard in Visual Studio 2005 using these parameters: Data Source: Microsoft Access Database File Data Provider: .NET Framework Data Provider for OLE DB (compulsory) The string in advanced properties is: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D: ...Show All
Visual Studio Using msbuild for a .csproj with alternate referenced assembly locations
I'm trying to figure out the best way to use msbuild for building a number of various solutions / projects which all tie together to build a final application. The problem I'm having is that I have .csproj project files which reference assemblies in projects that are in other solutions; and msbuild can't find those assemblies when building in an environment where the absolute solution root(s) and relative directory locations of the various solut ...Show All
Visual C++ Unable to use C++ Express Beta1 project in Beta2
Hi, My test project from Beta1 loads fine in Beta2, but when I try to open a Form in design mode I get the folowing error : Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Microsoft.VisualC.CppParserResources.resources" was correctly embedded or linked into assembly "Microsoft.VisualC.VSCodeParser" at compile time, or that all the satellite assemblies required are loadable and fully signed. ...Show All
Visual Basic Trying to get StatusStrip on a Form to display text
Hi I am trying to display lines of text I am reading from a file to the status bar. I want to see progress of the programme through the file contents, but not through the message box as I have to close it for each line and their long files and that soon get tedious! Please see code below... All I get is the hour class - I need to trap end of file but first I wanted just to display the progress. Ideas anyone Appreciated - Regar ...Show All
Game Technologies: DirectX, XNA, XACT, etc. multiple object with different colors
i'm drawing 3 object, they are created from the same class so they are identical. i try to alter the color, so they have 3 different colors. the result is that the color of the first object is used for the other object aswell. this is some of the render function myGraph[ 0 ].GraphBorderColor = Color.Red; myGraph[ 1 ].GraphBorderColor = Color.Green; myGraph[ 2 ].GraphBorderColor = Color.Gray; for ( int i= 0 ;i< 3 ;i++) ...Show All
Visual Basic Drawing images to a picture box?
I'm trying to draw multiple images to one picture box (for a map editor) so that I can save the picture created as a file. I've been looking around but I can't find any help on it, so I'm posting here. It uses ONE picture box for the map and you can load one tile at a time, so I can load from the filename, from a hidden picture box, whatever I need to do. Thanks for everyone's help. well, the image gets redrawn when ever it's needed. ...Show All
Visual Basic GUI or Command Line app?
I have a project and since I'm relatively new to the VS.NET environment, I have a very general question. I need advice from experienced developers on whether to create an app as a VB.NET GUI or as just a command line app. Here's basically the high level view: the app will be executed several times a day using Windows Scheduler. The application will query an internal database, then go thru our proxy/firewall and consume an external web service. O ...Show All
