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

Software Development Network >> Heiko Wilkens's Q&A profile

Heiko Wilkens

Member List

davezh
TSVCorp
stuartdunkeld
Samsbc12
Wolvorine
pavway
ajjupatna
Weston Wheat
sachin.pithode
Scott Diehl
MattH2
Roberto H.
rexian
Gabriel Mendez
Dmitry.K
Thiago Silva
RAGolko123
Nemachtiani
sheriffdaone
Mirko Teran
Only Title

Heiko Wilkens's Q&A profile

  • Microsoft ISV Community Center Forums transaction processing in an Access app?

    In an Access app, is there the concept of a transaction, with "start transaction", "commit", and "rollback" If so, how do I implement it in VBA My app will have a main form withfour subforms on it. It will also have a Save button and a Cancel button. I would like to start the transaction when the main form is loaded, and commit only when the user clicks the Save button. The Cancel button would trigger a rollback. ...Show All

  • Visual Studio Team System Is VSTS Client Beta 2 compatible with Visual Studio July CTP?

    Hi there,      One of the developers in my company already has visual studio 2005 July CTP version, who wants to install VSTS client for Bug tracking purpose, which is Beta 2 version. Now would that be ok to install that and make them work in parallel or should we need to upgrade our VSTS client to July CTP to work in his machine Thanks, Any The client/server protocol has had many changes and optimizations between beta2 ...Show All

  • Windows Live Developer Forums :/

    ok, i found it apropriate to post here that msn can no longer have forced proxies, would it be posible to reintroduce forced proxies because they are one of the most powerfull forms of making an addon Great trick, works like a charm.... ca prouve encore que les rois des passes passes sont au Quebec ! ...Show All

  • .NET Development trouble accessing class members...

    I'm having trouble.  I'm trying to use reflection to gain access to members of a class which are instances of other classes. Type t = header.GetType(); FieldInfo f = t.GetField("myClassInstance"); object o = f.GetValue(header);   the problem is that o is always null, but everything else works fine. Any Ideas are much appreciated. -Devin Cool, that's what it was.  After I put the class obj ...Show All

  • Visual C++ Where can I get the naming convention of C++

    Dear All, It would be a good practice to follow the standard naming convention of C++ (or Visual C++) when you write a program in order to avoid the word confusion. I would apprecite if you provide me with a documentation or a link about the naming convention of C++ or Visual C++ Your help is appreciated. Regards Bassam See the links here: http://en.wikipedia.org/wiki/Hungarian_notation ...Show All

  • Software Development for Windows Vista ICredentialProvider

    Did anybody make a successful user logon using the new ICredentialProvider interface My credentials are displayed, but I can't make them to logon. And what worse - after 20 or 30 seconds, the winlogon crashes completely with no recovery possible excepting hardware reset. I thought I basically did something wrong and decided to wait for more detailed documentation or some sample code. But MS doesn't seem to put too much effor ...Show All

  • Windows Forms Loading Design-View in VS2005 fails

    I'm working on a ASP.NET project, so in VS2005 you can switch between the design and the code of the ASPX-files. Yesterday everything worked properly.Today, the designview refuses to load. There are no errors, VS does not crash or anything -> de designview is not loading. I found out that when I click on Design (in the lowerleftcorner of VS2005), DevEnv.exe starts claiming the CPU for 100%, but that's all -> no errors, no crashes, just not ...Show All

  • SQL Server Import CSV file data from URL/HTTP

    Hi, I'm truly a newbie to this, so please ignore any stupidity :-) I am trying to (in SQL2005 - integration services) 1) Import a CSV file over http (using an URL) 2) schedule the job (so it is done regularly) 3) *bonus* edit the URL dynamically I have a web link, e.g. http://dummy.com/cgi-bin/run.cgi from=050101&to=050102 when accessing this "page" the result is sort of a CSV file. It looks something like this: Date;cus ...Show All

  • Software Development for Windows Vista Beta 2 Samples Don't compile (for me)

    I'm geeting: Previously had beta 1.2 - unistalled, rebooted, installed beta 2 tried to compile sample.... Error    4    The type or namespace name 'TrackingChannel' could not be found (are you missing a using directive or an assembly reference )    C:\Windows Workflow Foundation\Examples\OrderingStateMachine\2005-09-13\StateMachineTracking\StateMachineTrackingService.cs  & ...Show All

  • Windows Forms Extender and Panel

    I have created a cool new layout panel. See http://www.rapidlayout.net However, the panel is both a container and component extender. I only want to extend components that have my panel as a parent. I can use the CanExtend method on the extender and it works. However, if you drag a component into my panel it doesn't call CanExtend again to see if it can now be extended. This means that I would have to close the designer and reopen it to get the ...Show All

  • SQL Server How can I connect to SQL Server 2005 analysis services server programmatically?

    Hi, all here, Would please anyone here give me any idea about how can I connect to SQL Server 2005 analysis services server and send XML request to it programmatically (with Business intelligence development studio in SQL Server 2005) Thanks a  lot. With best regards, Yours sincerely, That's a big topic - you can start here http://msdn2.microsoft.com/en-us/library/ms186654.aspx For the XMLA ThinMiner sample look here ...Show All

  • Windows Forms Insttal problems

    Hi ! Sorry for my bad english.... I try to install Taskvision sources.... I've got error on install without error message, i'don't know why it does'nt install.... All requirements are ok on my computer... So why you don't simply zip files  Thanks in advance Alex ...Show All

  • Visual Studio Tools for Office CommandBar problem, help please????

    Hi I have made my own commandbar with VSTO, and it works perfekt in all scenarios but one, which I can seem to fix. The one scenario taht doesn't work is when I open several windows in Outlook, with the "New Mail" button. Only the first window opened will contain the commandbar, all other windows will not. My code is this: private CommandBar _armada; private Inspectors _inspectors; private CommandBarButton _s ...Show All

  • SQL Server SQL Server 2000 DTS Tools Web Download

    Is the Web Download to install SQL Server 2000 DTS tools available yet If so where Thanks Darren If I answer my own question, at least I'll get one right. SQL 2000 DTS tools are now available as part of the - Download details: Feature Pack for SQL Server 2005 Nov 2005 ( http://www.microsoft.com/downloads/details.aspx familyid=D09C1D60-A13C-4479-9B91-9E8B9D835CDC&displaylang=en ) The direct link to the MSI- http://www.microsoft.com/dow ...Show All

  • Visual C# Knowing when something is copied to clipboard... how...?

    Hello there... is there a way that my little app that sits in the tray could be notified when some content is copied to the clipboard I would like to make a small Clipboard Manager... you know.. so that the tray app would remember 10 last clipboard contents and the user could browse among them and use them... thank you! David Hey i searched the net for some articles and i found some good ones,  Hope th ...Show All

©2008 Software Development Network

powered by phorum