|
If (VB6.Importance > VS2003.Importance) Then .... |
|
|
door André Obelink op
27-9-2006 21:01
|
|
|
|
If (VB6.Importance > VS2003.Importance) Then Me.Eat(Devices.Mouse) End if
Wow... Today's blog post of Soma Somasegar was suprising. Visual Studio.NET 2002 and Visual Studio.NET 2003 will not supported under Windows Vista! That's bad news for many and many developers who needs to support their product under this new OS.. Okay, your .NET 1.1 programs can run, but developing on this platform is not possible. Good news.. The Visual Basic 6 runtime, as well the Visual Basic 6 IDE will supported.
Some guys suggested to develop in an Virtual Machine like Virtual PC, but I think that will not be an option for most developers. Visual Studio 2005 is already slow, don't even speak about using it in a VM... Why does MS skipped the support? I can imagine that things like debugging can give some troubles, but as even MSFT developers cann't get it working.......?
|
 |
|
Opmerkingen (0)
|
|
|
|
Orca database editor for editing MSI Files |
|
|
door André Obelink op
27-9-2006 15:44
|
|
|
|
Today I needed to open a Windows Installer (msi) file to check some settings/code. Microsoft provided us a little tool, called Orca, to fix that job. The Orca database editor is a table-editing tool available in the Windows Installer SDK and it can be used to edit your .msi files. The Orca editor edits and creates also merge module (.msm) files , Internal Consistency Evaluator (.cub) files, and patch creation files (.pcp).

But before you can use this tool, you must install the Windows Server 2003 Platform SDK. A download of about 400 Mb! Pretty big download for a tool which takes only 1,8Mb. I'll save you this trouble by providing the direct download here. Have fun!
Download orca.msi
|
 |
|
Opmerkingen (3)
|
|
|
|
Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System Beta |
|
|
door André Obelink op
23-9-2006 15:24
|
|
|
|
Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System Beta (also known as “Visual Studio 2005 Tools for Office Second Edition Beta” or “VSTO 2005 SE Beta”) is an add-on to Microsoft Visual Studio 2005 that enables you to build application-level add-ins for the 2007 Microsoft Office system as well as the Microsoft Office 2003 Editions.
VSTO 2005 SE Beta features several new important investments in the area of Office programmability. Whether it’s in the revolutionized and highly extensible Office user interface, or in the support for managed add-ins in Office applications not previously covered by Visual Studio 2005 Tools for Office, there exist a number of great new opportunities and challenges for Microsoft Office solution developers. VSTO 2005 SE Beta leverages the solution development environment of Visual Studio 2005 to help you use these opportunities and challenges to take your solutions to the next level.
VSTO 2005 SE Beta also includes support for Microsoft Office InfoPath 2007 forms, previously available as a separate download for Visual Studio 2005. You can design InfoPath 2007 form solutions right in the Visual Studio 2005 environment.
Feature highlights:
- Application-level add-in projects for six applications in the 2007 Microsoft Office system: Microsoft Office Excel 2007, Microsoft Office InfoPath 2007, Microsoft Office Outlook 2007, Microsoft Office PowerPoint 2007, Microsoft Office Visio 2007, and Microsoft Office Word 2007.
- Support for the new Ribbon user interface extensibility model.
- Support for the new application-level customizable task pane.
- Support for managed code behind InfoPath 2007 forms, which enables the InfoPath 2007 design environment to appear inside Visual Studio 2005 for an integrated experience across your Visual Studio projects. You can use it to design forms with or without managed code.
- Support for Outlook custom form regions.
- Application-level add-in projects for five Microsoft Office 2003 applications: Microsoft Office Excel 2003, Microsoft Office Outlook 2003, Microsoft Office PowerPoint 2003, Microsoft Office Visio 2003, and Microsoft Office Word 2003.
Check it out!
|
 |
|
Opmerkingen (0)
|
|
|
|
Visual Basic 2005 Power Packs |
|
|
door André Obelink op
22-9-2006 15:09
|
|
|
|
Microsoft released the first two Power Packs for Visual Basic 2005. The first Power Pack is the Interop Forms Toolkit. This toolkit provides tools and components that simplify the process of building forms with Visual Basic .NET that can be easily consumed from Visual Basic 6. All the required COM interop components can be created with the click of a button, allowing you to quickly create powerful applications. The Toolkit makes it easy to expose .NET form methods, properties, and events to Visual Basic 6. In addition, functionality is provided to share application state and signal application-level events.

The second Power Pack is the PrintForm component. This component is designed to bring back the ability to easily print a Windows Form. With this the new PrintForm component, you can once again lay out the Windows Form exactly as you want it and allow your users to print the form as a quick report.
|
 |
|
Opmerkingen (0)
|
|
|
|
My book: 'Visual Basic 2005 - de basis' is available! |
|
|
door André Obelink op
22-9-2006 13:52
|
|
|
|
I'm happy to announce that since this week my first Visual Basic book is available! De book is in Dutch (sorry!) and printed in full-color. It's great! The book is targeted to an audience who wants to learn programming in Visual Basic 2005 and learn at the same time the 'best practices' from a professional developer. The book contains a couple of interviews with for example: Alex Thissen (MCT), Maurice de Beijer (Visual Basic MVP), Erik Meijer (Microsoft Redmond) and my fellow VBcentral leader: Willem van den Broek. It contains also a CD-ROM with Visual Basic 2005 Express Edition so every buyer can directly start writing software in Visual Basic 2005.
I'm very curious about your opinion. So, if you read the book let me know your thoughts!
(Pearson Education Benelux B.V, ISBN: 9043012890, 248 pagina's, €19,95). You can buy it from the almost every online bookstore and local bookstore in your city.
|
 |
|
Opmerkingen (0)
|
|
|