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

Software Development Network >> Eric Hausig's Q&A profile

Eric Hausig

Member List

leo1
kewlbuddy
Chuff
Covi
ray1979
d holdsworth
Milzit
donkaiser
Cory6132
gerbenvl
Rekar
Lotfi1
Pyramus
j2associates
Stoobs
Amos Soma
ManjuVijay
Vj5
David Pendrey
ElMagico
Only Title

Eric Hausig's Q&A profile

  • SQL Server special problem with Access

    I have try to take all our table from access to SQLSERVER 2005 But not all works, so is there away where i can not import a table from access but link a table from access to my SQL. I know it is the wrong way, normally sql is the backend, but i can't get all to work when i use my sql as backend, so if i can connect me to access from my sql and link some tables regards Alvin Sorry, did not understand that. Could you explain this in detail HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • SQL Server Inserting existing Data from one Server to another Server FOR MS-SQL Server

    hi guys! i have this task to do, well lets say i have a DB in a Server lets say Server1 and i want to copy or insert this data to the Server2. Is there any easy way to do this copying the Keys automaticly What is the best way to copy the data Thanks a lot. novelle hi there! i think u misunderstood the question. im working in ms-sql server and have a existing db in one of the server. i want to copy the database to another server also in ms-sql server that means all the tables, primary key etc... is there any way to do it best i mean if i copy the data in one of the table to the server2 does it able to give its foreignkey the way it was before need help dont know how to do this! tha ...Show All

  • Visual Studio Express Editions Data saved with Properties.Settings.Default differences?

    I was experiencing a rather odd problem, where settings saved in my application would only show up with their saved value, if it was started from within the Visual Express IDE. If I browse to the Debug folder and execute the application through the Explorer or executing it from the prompt, then the saved values were not available. After playing around a bit, I found out that if I save settings in the IDE, then they are not available when executing the application directly. So, I had to start the application from the explorer, save the settings, restart it and finally they were available. How come those two ways don't share their settings The IDE is also executing the file from the Debug dir afaik, so I was surprised to experience this beha ...Show All

  • Visual Studio 2008 (Pre-release) Orcas Janurary CTP: How to create WPF Applications?

    Hello there,   i have installed Orcas January CTP several times (Both - VPC and Installable) - I got LINQ running, but i can't find the DLLs for WPF is there any tutorial on how to get WPF working on Orcas Janurary CTP   best regards, tom ...Show All

  • Windows Forms Windows forms repainting performance

    I write apps that generate a bitmap and then display them across many forms, sometimes spanning 4 external svga monitors attached to the system. Often the updates happen quickly (>15-20 times per second). Currently I use a form for each external monitor with its formBorderStyle set to none and size set to the screen size and then set the background image to the bitmap. I have reached the limit that I can update at and am asking if there are more efficient ways to do this at the forms level (i.e. using a pictureBox or some other control) Obviously hardware can help but are there anything anyone has encountered that speeds up the painting of forms from a software perspective when repainting with a bitmap. Thanks, Brian ...Show All

  • Visual Basic set_textmatrix - MsFlexGrid to DataGrid conversion

    Is there an equivalent   The designtime IDE doesn't know what to do with, for example,   AxMSFlexGridLib.DMSFlexGridEvents_KeyDownEvent   Private Sub MSFlexGrid1_DblClick( ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles MSFlexGrid1.DblClick and I don't understand this     MSFlexGrid1_MouseDownEvent(MSFlexGrid1, New AxMSFlexGridLib.DMSFlexGridEvents_MouseDownEvent(1, 0,    iMousePosX, iMousePosY)) in the context of the MSFlexGrid1_DblClick event End Sub Private Sub MSFlexGrid1_KeyDownEvent( ByVal eventSender As System.Object, ByVal eventArgs As AxMSFlexGridLib.DMSFlexGridEvents_KeyDownEvent) Hand ...Show All

  • Visual Basic Register .NEt DLL

    Hi, I have a vb6 outlook COm project which I have recently converted to .NET. In vb6 i would test the addin within outlook bu simply registering a newly built dll file. However in vb.net when attempting to register the dll i get the following message: "dll was loaded, but the dll register server entry point was not found - the file can not be registered." Thanks in advance. Use RegAsm.exe to register a .Net dll ...Show All

  • Visual Studio Team System WorkspaceMapping.xml

    Currently the only option ive seen is to cloak folders which is working great but forces me to continue to update workspacemapping.xml files. (See example A below) I was wondering if there was another way to do this that would be something like example B to specifically only get 1 branch instead of cloaking all of them. (Type=Exclusive is not real) Example A: < xml version="1.0" encoding="utf-8" > <SerializedWorkspace xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Mappings> <InternalMapping ServerItem="$/Web Application" LocalItem="C:\TFSWorkspace\" Type="Map" /> <InternalMapping Server ...Show All

  • SQL Server Combining multiple subreports into a single report

    The goal is to produce a single PDF consisting of a number of subreports. Some are landscape, others are portrait. The subreports may also be run as independent reports. The master report that contains them defaults to the width of the widest subreport, which is landscape. This causes all portrait subreports to spill over producing blank pages. Are there any work-arounds to concatenate multiple, single report PDFs into a single PDF and have page numbering too Thanks! Hi, and thanks. That is what we ended up doing and I am posting the code for the benefit of others. We used PDFSharp (there are several others) and I modified one of their samples into the class below. It worked good and we ended up wit ...Show All

  • Software Development for Windows Vista InkCanvas exception

    Help! I am using .NET 3.0 Beta 2 and VS2005 on Windows XP Tablet PC 2005 edition. Whenever I try and use the <InkCanvas> element I get an unhandled NotSupportedException as soon as the mouse/pen is moved into the ink canvas area. Full details of xaml used and exception below. The exception occurs in the app.Run method. < Grid >< InkCanvas /></ Grid > System.NotSupportedException was unhandled Message="DLL version not correct." Source="PresentationCore" StackTrace: at MS.Internal.HRESULT.Check(Int32 hr) at System.Windows.Media.FactoryMaker.get_ImagingFactoryPtr() at System.Windows.Media.Imaging.FormatConvertedBitmap.FinalizeCreation() at System.Windows.Media.Imaging.Fo ...Show All

  • Software Development for Windows Vista Problems by defining parameters for the workflow

    Hi people, im new to the windows workflow foundation and i have some problems by doing the tutoirials of the handson lab. In the section part of the tutorial, the following is written: 1. In Visual Studio 2005 with the HelloWorldWorkflow project open, double click on the Workflow1.xoml file in Solution Explorer to open the Visual Studio workflow designer. 2. Right-click the workflow background in the Visual Studio workflow designer and choose properties to open the properties window. 3. Click on the Parameters property and click on the ellipses […] that appear. The problem is, in my propertie window there is no parameters property under activity. I only see Base Class, Description and Enabled a ...Show All

  • Visual C# Thread cannot access static variable

    Hi there, I have declared a static string in my class public static string a = "lockvariable" ; and am then trying to access it from a thread (which I should be able to do shouldnt I ) public static void theThread() { Program .f.postFeedback(1, a); Program .f.postFeedback(1, b); File .Copy( "c:\\vid.wmv" , "c:\\vid2.wmv" ); Program .f.UpdateTransferList( Int32 .Parse(idTransfer), 2); Program .f.postFeedback(1, "Operation Completed" ); TransferInProgress = 0; MyThread.Abort(); } I am getting the following error: System.NullReferenceException was unhandled Message="Object reference not set to an instance of an object." Sourc ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. On-screen Xbox 360 Keyboard?

    Sorry if this has been asked before. I was unable to find anything related to it when I searched. In future releases, do you plan on supporting the on-screen keyboard with the Xbox 360 I know there is a component for it, but I would be more comfortable with using the real thing. Also, are there any plans to support the other processor cores I read somewhere that only the first is used and the others just sit there and do nothing. It seems to me that it would be very useful to split, for example, physics into a separate core. Again, sorry if I'm reiterating past questions. Jim Perry: It's not that I don't think the component is good, it's just that it only supports some resolutions and doesn't look exactly ...Show All

  • Visual Basic List values in enumeration

    Hi, Does anyone know of a way in which I can list all of the values in an enumeration I want to use the enumeration values to populate a listbox. Here is my enumeration: Public Enum Processes ForceVolume PeakAdhesion Slope End Enum Regards, Bob I can't seem to duplicate that error. I guess that I must have been doing something dumb. The fact is ... Your first post in this thread can be successfully used to populate a listbox with the Enum strings. And you second post (submitted just minutes later) can be successfully used to populate a listbox with the Enum values (0, 1, 2, etc) ... which I am not sure why anyone would want to do. Sorry for the confusion. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 2D Code slow on 360 but fine on Pc

    Hey I'm fairly new to programming and have created a basic 2D vertical shooter for a university project. Now the code is very dirty and needs alot of optimizing but I am new to all this so not entirely sure how to do it properely. As it stands everything is done in the game1.cs code file. I know this is not how its suppose to be done. The problem is its slow and jerky on my 360 and not on my pc. Just wondered if there was a quick way to speed up to code, or as the way I've writte the code its just going to be slow on the 360. If I post my source up somewhere, could some of you guys take alook at it and give me some advice Whats the best place to host a file Regards David I threw "C# arrays" int ...Show All

©2008 Software Development Network