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

Software Development Network >> Uwe Heinkel's Q&A profile

Uwe Heinkel

Member List

LasseJ
wallaceli1981
Tryston02
Peter paterson
Vaish
SuriP
J. Ho
KeithGWilliams
snowmt
Patrick Hampton
axl
Shady9399
wisperless
R.Tutus
NIXHEX7332
DoS
Eugen F
bilsa
Ritesh Singh
Vbnmzzz
Only Title

Uwe Heinkel's Q&A profile

  • Software Development for Windows Vista Am I using GetFinalPathNameByHandle incorrectly?

    Hi, I'm looking into GetFinalPathNameByHandle and found a strange problem when accessing remote Samba shares. This is on RC2, build 5744. I created three symlinks, one pointing to a Windows XP SP2 share, one to a NT4 SP6 share, and one to a Samba 3.0.23a share, like this: > mklink /d win-xp-box-syml \\win-xp-box\share symbolic link created for [...] > mklink /d win-nt4-box-syml \\win-nt4-box\share symbolic link created for [...] > mklink /d samba-box-syml \\samba-box\share symbolic link created for [...] Using Vista's Explorer, all symlinks are working fine. I can double click them and change into the remote machine's shared directory, be it XP, NT4 or Samba. The same is true for cmd. I can cd into all three directori ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Negative value from GameTime.TotalRealTime.TotalSeconds?

    Has anyone ever seen TotalSeconds return a negative I'm using the TotalSeconds to keep track of the last time a button was pressed and only allowing another action after .5 seconds. This seems to work well except I've seen a few times where the button seems to stop responding. This last time I set a break point and I saw that TotalSeconds was negative. Any idea why Here is the line copied from the debugger: gameTime.TotalRealTime.TotalSeconds = -52.562761099999996 "gameTime" is the variable passed into the Update() method. It happens consistently for me after just slightly over 5 minutes. If you continuously print the values out to the console for example, they don't make any sens ...Show All

  • Visual C++ Help me to write a C++ program

    Hi, I am new to C++ program, Pls help me for following probelm. I have a text file as following, DYNAMIC ANALYSIS 次元 部加振 活荷重 3 1 0 0 KACC KDIS KSTS KSTN KSSR KJOT KNOD KRAT KSEC KMSS KWPR 7 7 14 14 0 14 1 0 0 1 0 FREQ GFREQ EXMAX 0.0 2.00 1.0D-6 VISCOUS BOUNDARY INFORMATION 3 2.00 77 60 11 66 0 0 加速度時刻 出力節 番 (KACC=0.OR.>NTJ 場合,削除) 1080 1254 1484 1549 1563 1592 1608 JOINT 動出力要素番 (KJOT=0.OR.>JOINT 場合,削除) 7 8 20 22 117 118 127 128 129 130 133 134 139 140 NODES 1 -101.582 -234.742 280.000 3 2 -76.838 -234.742 280.000 3 3 -54.479 -234.742 280.000 3 4 -34.276 -234.742 280.000 3 5 -16.020 -234.742 280.000 3 6 0.476 -234.742 280.000 3 7 19.06 ...Show All

  • Visual Studio Team System Changes since a label was applied

    I'm trying to find out what's been checked into a branch of my repository since a particular label was applied. I'm trying: tf history /format:brief /version:L mylabel ~T /recursive * This does indeed produce a history, but exactly which items are included is a mystery to me - it's clear that it's not what I'm looking for though. I've also tried: tf difference /version:L mylabel ~T /format:brief /recursive . This shows which files have changed, but the output is mostly noise (listing names of directories where nothing's changed).  But what I really want to see is a list of changeset numbers and descriptions - not the list of files that are different. So, what's the secret sauce for getting history since a lab ...Show All

  • .NET Development VB COM Singleton Code

    I have been wrestling with the problem of creating a COM automation server in .Net. The constraints I'm under are: - The component must be capable of being instantiated by either COM or another .Net module - No matter how many times it has been instantiated, there should only be one copy running at any one time I've made some progress on this, but I've run into an obstacle I haven't found a solution for. The following code works fine within a single AppDomain; however, when I try to use it across AppDomains I get an error that says: Unable to cast COM object of type 'System.__ComObject' to class type <>. Instances of types that represent COM components cannot be cast to types that do not represent COM components; howeve ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. .NET 2.0 DirectX9 tutorial

    Could some one please direct me to a beiginners online tutorial for directX9 The tutorial needs to to be written in a .NET 2.0 language. I know VCS, VB, and VC++, and a tutorial written in any of them would be acceptable as long as its 2.0; although I would perfer to learn in C#  I have tried learning form a few 1.1 tutorials, but I just can't take a half hour to figure out how to convert a line of code WHILE I'm trying to learn DirectX from scratch at the same time. Any advice would be appreciated .NET 2.0 works perfectly fine with the Managed DirectX 1.1 tutorials found in the DirectX Sample Browser that came with your SDK. If you are looking for additional tutor ...Show All

  • Visual Studio Can I edit localy and upload changed version when doing check in

    I don't know if SourceSafe can do this, but how can I create a SourceSafe project that targets a project (web or win forms) stored on a server, so when the developer will be working on this project, he will get the latest version (download files to his computer), check out some files to block update on the server files that he is making changes, compile and run locally, and after testing he will check in and automatically upload files back to the server. Can SourceSafe or any source control software do this If no, what is the best way to work on a team environment where a project is stored on a server and everybody needs to have the working builds and debug from its own machine without compiling code that is still in development by othe ...Show All

  • Windows Forms how to print on a specefic point using C#?

    I have a ready invoice paper and I want to print my data to a specefic point as per the invoice template. how can I do that in C# Simply.. I have a pre printed invoice and I want to print the data on it on a specific point of x, y. so for example, I just need to get the amount then print it on the amount space on the invoice. ...Show All

  • Visual C++ Cursor with a number

    Hello, I want to make a mouse cursor that is a number that is varying with the position of the mouse. How to do such cursor Thank you, Christophe, Hello, It is for making a distance measure on an image. I Click to the first point, and then I choose another point and I calculate the distance. Before the second click, I would like to see the distance. Regards, Christophe ...Show All

  • SQL Server Report Model missing some fields

    I hope someone can clarify what I observe below. When I add a certain Table into my report model, one of the fields is not automatically converted into an attribute, but I'm not sure what the exact pattern is. This table has 3 fields as its key, two of them get included and one does not. The one that does not, is also added as a Role as it is used in a relationship within the DSV (Data Source View). Does anyone know what rules BIS (Business Intelligence Studio) uses in deciding which fields to automatically convert using the wizard and which to skip Perhaps I'm doing something wrong, or there is a workaround If anyone can shed any light in the issue, I'd greatly appreciate their comment. Thanks in advance and kindest rega ...Show All

  • Visual Studio Team System Test Team Collaboration

    I am a Newbie to VS2005; when I create a test case it is stored on the local machine’s C: drive; once developed we want to be able to share our test cases among the multiple members of our test team and to manage them under document control. I have investigated but, as yet, do not see how this should be done properly. Is the recommended method to create a TFS Task Work Item for each test case   We finally successfully implemented test team collaboration by creating a new "Test Project" of Project Type" "Test Documents" choosing the "Test Project" template and choosing the "Add Source Control" option.   Then we used the Source Control Explorer’s “Add Files” function to upl ...Show All

  • Visual Studio Tools for Office Excel.Range and Array

    I have this code and I get one record returned to where it is supposed to go and I know for a fact this dataset it to return 4 rows. Can some one help me out and show me how I can loop through the array and get all the results Thanks! Stokh int rowCount = dt.Rows.Count; int columnCount = dt.Columns.Count; Excel. Range range1 = this .Range[ "A37" , "M37" ]; object [,] array = new object [rowCount, columnCount]; for ( int i = 0; i < rowCount; i++) { for ( int j = 0; j < columnCount; j++) { array[i, j] = dt.Rows .ItemArray[j]; } range1.Value2 = array; } Hi Cindy, I tried the length that didnt work but here is what did work. int rowCount = ...Show All

  • SQL Server Does SSRS 2005 use paginging when rendering report?

    Hi, When I'm excute an SSRS report that build upon SP with output of 5000 records I get a reply by 15 seconds. When I'm execute the same report with output of 100,000 records it take 160 seconds to get the first page. Does SSRS use paging when executing a SP (presenting the first page and continue rendering the next pages on backend) Is it configurable Thanks, Assaf Sorry, I dont think it will help as my the user can filter the data in diffrent ways, i can't save all the possible filtering as snapshot. Thanks for your effort, Assaf ...Show All

  • Windows Forms Click once install error 'value not within range'

    Using express edition Could anyone explain why after using click once to install then reisntalling after making changes to program eventually at some point you will always get 'unable to start contact vendor' in log details its always 'value not within expected range' And then you simply cannot publish anything even a new project it says same thing. Now if I restore my computer to a previous restore point the problem is solved I can then use click once to install, reinstall etc untill it happens again. I think the problem occurs after I remove program form add/remove programs as I have been able to install reinstall quiter a few times but cant be sure to pinpoint when what causes this problem. Also if I install then make a p ...Show All

  • Windows Forms I can't set the column width.....

    I am going to show 2 columns only (phone, type), and I want to set the column width of phone, but I can't set it althought I've tried the post. Here is my code. Dim strSelect As String = "select autoid, id, phone, type from phone where id = '" & CboFiltered.SelectedValue & "'" Dim DA As New OleDb.OleDbDataAdapter(strSelect, conn) Dim DS As New DataSet conn.Open() DG.DataSource = DS.Tables("Phone") Thank You. Chris, If you're using VS2005, then use the DataGridView rather than the DataGrid. You can set the column width easily with: this.MyDataGridView.Columns[0].Width = 300; If you're using VS2003, then you're stuck with the ...Show All

©2008 Software Development Network