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

Software Development Network >> Oliver Albrecht's Q&A profile

Oliver Albrecht

Member List

Berend Kapelle
dlyle
raynkel
rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Trilobite
tommyitvn
PGMariotti
LazyGenius
GaryWH
Falken
k_samsonov
R_oo_T
Zerd
anderl
msulmanch
Diego F.
spsathishkumar
raokramer
grclark
Sephiroth84
Only Title

Oliver Albrecht's Q&A profile

  • Visual Studio Tools for Office Bug fix request

    Hi; There is one bug I hope gets fixed in Office 12. (Fixing it in a service pack for Office 9 - 11 would be really nice too.) Sometimes the menus I add to Word stop calling my event handlers. A very easy way to see this happen is open two instances of Word, close the first instance of Word, then close the document (but not Word itself) of the second instance. The menu objects will now fault if you access the enabled property and they will no lo ...Show All

  • Visual C++ Missing Class Designer for VS2005 C++/CLR projects

    I'm reviewing VS2005 right now to see how we can use the new tools that come with it.  However, I was not able to access the class Designer from a VC++ project.   I found it in VC#.  Where is it   Please don't tell me it is not availlable in C++! Stephane Guerin A lot of suggestion today!  I entered this one also. For reference it was entered under: http://lab.msdn.microsoft.com/pr ...Show All

  • Visual Studio Tools for Office Printing a Word ServerDocument?

    I need to print a Word document at the server. I create a ServerDocument object based on a template and edit the cached data, which all works very nicely. My problem is that can't see how to print this document at the server. How would I do this TIA Roland Kamsika Hmm, the idea behind the ServerDocument thing is that you can do it without running Word on the server. For printing the document at ...Show All

  • Software Development for Windows Vista The road to IE Automation.

    When I was a junior tester, I thought software automation is very mysterious, and I always had lots of questions. How to automate Testcases from manual testing Now I have no wander about above question any more. I’d like to write what I had learned and known about automation testing and share to all of you.  How to automate Testcases from manual testing [Automate App via call the programming interface of app] Sample: Automate Micros ...Show All

  • Windows Forms Determining if SuspendLayout has been called?

    I have a control that Overrides the OnResize method. I thought a call to SuspendLayout before setting the Size property would cause the control to avoid OnResize calls until ResumeLayout was called but it does not. Is there a way to determine if the user has called SuspendLayout in the OnResize call Thanks, Ray If your code in the OnResize event changes the layout of the control (ie child control positions and s ...Show All

  • Visual C++ Graphics Issue

    Hey, For my final project for school, I decided to program the known game SOKOBAN in Visual C++. We didn't learn much about graphics but it's vital i'll use it. So, what I have so far is all the classes for the game ready, and their implemntation, reading a level from a .txt file and import it to a viewable level by printing bits of images into a whole level (the level printing is being done by the BitBlt function) My next thing to d ...Show All

  • .NET Development Going deeper.

    Hey, i was just wondering if anyone had a good link for reasearching deeper into either C++ or VB. I know the basics, and maybe a bit more but i would like to delve deeper into these languages and learn more than the common newbie stuff.    -Teenprogrammer What topics are you interested in If you don't know then any book from Microsoft (or any other for that matter) would be good. I suggsest you do a search on amazon, read ...Show All

  • Visual C++ Scanning a Database???

    Okay,     I am making a program with a login screen.  The Username is stored in eUsername[9]  and the password in ePassword .  I want to check these against a file or better yet a database.  How do I do that.  The Win32 API only please, "the program is not to be written in Visual C++."  Thank you in advance. What is DTL (Database Template Library ). If you want to access a 3rd party database fr ...Show All

  • SQL Server Looping each record

    Hi, My report requirement of customer activity report. For each customer, my report should show the summary by purchase catgory and then individual transaction details. Customer Name: Tom Tim Books: 100 Computers : 2 Others: 23 (then all 125 transactions should be listed). Same summary and detail should be repeated for each customer in the same single report. (there are aound 200 customers) How can I achieve this (othe ...Show All

  • Visual J# Warning - don't use ReSharper

    Hi; If you have done much development in C# you probably have ReSharper and it is a tremendous help. But when it get's in J# it slows the system down a LOT and it gets all confused with intellisense. I ended up removing it. Hi David, By any chance have you reported this issue to ReSharper guys Did they suggested you to uninstall it I am just curious to know if the root cause is J# or ReSharper Thanks. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Does DirectX have the OpenGL equivalent of Display lists?

    As the subjects asks, is there an equivalent  feature in DirectX Basically I want to just render about 200 spheres most of which will be the exact same copy of each other. Drawing each sphere independently of each each other gave quite poor performance in OpenGL until I used Display lists which enabled me to save a fixed set of drawing commands and just call the display list instead of redrawing the sphere each time. ...Show All

  • Windows Forms Might be a stupid question but...

    I just can't seem to wrap my brain around this one. (Yes I'm a Newbei, lol) I just don't understand how to click on a list item and get it to do what I want. I've got a listview control that shows "*.url" files and I'd like the user to click on the list item (*.url) and get it to open in the WebBrowser control that's on the same form. How would I go about doing that. I'm using VS.Net 2003. Hi CommonGenius, Thanks for your h ...Show All

  • Visual Studio Team System Prepare foundation server installation failed in SQL Server 2005 Reporting service installation

    I am following the Visual Studio Team Foundation Installation Guide to install the Foundation server. According to the guide, I installed DNS, Active Directory and set up users. But problems occured after the SQL Server 2005 and sharepoint service have been installed. The report manager site not working properly. I have been tried to fix it since yesterday. But it just getting worse :( I need to get this to work properly before I can install the ...Show All

  • Visual C++ CRT heap in DLL

    I used to believe that each process has a default heap shared by everybody in the process space including code in loaded DLL and heap manager works as described in http://msdn.microsoft.com/library/default.asp url=/library/en-us/dngenlib/html/msdn_heapmm.asp Then I’ve found out that if DLLs are linked with CRT each has own heap manager http://msdn2.microsoft.com/en-US/library/ms235460.aspx My questions: how those individua ...Show All

  • Windows Forms OFFICIAL SURVEY about your usage of the .NET Framework documentation!

    Hello -   I'm conducting an official survey about your usage of the .NET Framework documentation. In particular, what programming languages do you filter on. Your answers will be used to help improve the documentation viewing experience. When reading the surv ...Show All

©2008 Software Development Network

powered by phorum