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

Software Development Network >> anderskj1's Q&A profile

anderskj1

Member List

Hoon1234
edwinzzz
Karthick Sukumaran
redneon
Andy Bui
Uma Lakshmi
-*-*-
TerryYoung
khawaja
tayoga
shax
SLV
rakowaty
Mark_Compliance
Manolis
FergusLogic
Bruce Bukovics
ClaudiaHelpOnVSTO
Enkht
dasryms
Only Title

anderskj1's Q&A profile

  • Windows Forms How to access a form behind ModelForm( dailog window)

    I am using .NET 2003 framework 1.1 From one main MDIForm I opened an static Instance of a window(Say window1) and hide it after initialing some properties of this window(window1). Now I want this window to be shown from different child windows of MDI parent on clicking of some buttons. Problem is coming when 1] I open the first window(Static Instance of Window1) and minimize it. 2] I open one MDI child window which is a Model window( this is it is shown as showDialog). 3] From this window if I try to unhide/show that Instance of first window(window1) first window is not accessible as the second window is opened as Model. please help me. thanks in advance. if Window1 uses Show(), the calling form should also be shown usin ...Show All

  • Visual Studio Crystal Reports for .NET 2005 Merge Module too bulky

    Hello, I have a windows forms application using .NET 1.1, MSDE, and CR, that I deploy on CD. Now that I've migrated to .NET 2.0 and SQL Server Express, the Crystal Reports merge module (CrystalReportsRedist2005_x86.msm) is now 75MB instead of the 15MB or so. My application won't fit on a single CD. I hate to think that my distribution costs are going to double. Is there any way to create or get a slimmed-down version of the merge module that doesn't contain all the dlls I don't need For example, I only deploy to English, I don't need all the other languages. I've tried using previous versions of the merge modules, but so far no luck. I would appreciate any help at all. Thanks, Pardon my joini ...Show All

  • Visual Studio Express Editions database not saving

    Hi, I've been going threw the Visual Basic Guided Tour.  I'm in Managing Your Records: Using Data in your Program -> Showing Information to the User: Displaying Data in Your User Interface. The project is to create a user interface to update a local database.  The user interface is Project: Addresses1.Form1.vb .  That is suppose to update project FirstDatabase.Addresses .  When I created the connection using Data Source Configuration Wizard , I got a prompt asking me if I wanted to copy the data file to my project.  Following the instructions I clicked yes . In the project Addresses1 I have the following in solution explorer: Addresses1 --My Project --add.config --FirstDatabase.mdf ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Invisible Skybox

    Hi i have used some of the code from the SkyBoxDemo tutorial to make a skybox in my game. I adapted the code to run with my game but when i debug the game i cannot see the skybox and my model following camera flips round to face the front of the model insted of the back and The Ship model turns weird colors!   my old Projection and veiw matrices were; effect.View = Matrix .CreateLookAt(cameraPosition, modelPosition, Vector3 .Up); effect.Projection = Matrix .CreatePerspectiveFieldOfView( MathHelper .ToRadians(45.0f), aspectRatio, 1.0f, 100000.0f); but they wern't working out. I couldn't get the matrices to work any other way though ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. all in one shader = better performance?

    Again a question from an unexperienced user who wants maximum performance ;) I draw really a huge number of vertices and started with a simple position/normal/color vertex declaration, which worked fine. It allowed me to draw anything in just very few indexed vertices batch calls (about 20) Now I want to use some textures, too, to give the whole scene more life.I was looking at some of the normal approaches: you pass the texture to the shader and draw all vertices using this texture, switch the texture and or effect and draw the next batch, the vertex declaration would change to a position/normal/texture/(probably)color combination. As far as I can tell, if I would use 20 textures, this would in the worst case increase the number of ...Show All

  • SQL Server ADO find method too slow, how should I do this

    I need an efficient way to get the absolute position of a record in a query matching a specific key value. The Find method is a serial search, too slow for big data sets. I am using both SQL Server Express and Jet 4 via ADO. One example of why I need this ..... I have a list control with a subset of a table (controlled by where clause in query). I want to save the current state of the list control and later restore it when the app restarts. I want to preserve and restore the current line selection in the list control. So, I save the key value for the current line, upon restart use the find method to locate the key, and set the list control current record index to the current absolute position. This is too slow for big data sets since the f ...Show All

  • SQL Server JIT Debug HELP

    See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at HP.CUE.Video.PlaybackControl.UpdateProgressBar() at HP.CUE.Video.PlaybackControl._ProgressTimer_Tick(Object sender, EventArgs e) at System.Windows.Forms.Timer.OnTick(EventArgs e) at System.Windows.Forms.Timer.Callback(IntPtr hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime) ************** Loaded Assemblies ************** mscorlib Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2032 CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll --------------------------- ...Show All

  • Software Development for Windows Vista VS2005 extensions for WWF install

    I cannot get the VS2005 extensions to install. The install file launches the Windows SDK setup wizard. All features of the SDK are already installed. When I attempt to create a new project in VS2005 the only installed templates pertaing to V3 are the WPF and WCF templates. I am expecting a workflow template. Greg F Doing some renaming I was able to get past the install SDK problem and it acts like it is actually installing the extensions but when it gets done I still don't see a template for WF projects in Visual Studio. Shouldn't I Kevin ...Show All

  • .NET Development how to get rid of WSE2 references and web.config configuration

    Hello, Our project has been converted from WSE2 to WSE3. WSE3 is configured properly and everything works fine. However, everytime i build, VS2005 keeps putting WSE2 references into the project, and the below line into our web.config. Can someone please offer a suggestion of how to rid ourselves of WSE2 completely < add assembly = " Microsoft.Web.Services2, ... Steve, You have to remove the reference using the Property Pages of your web project (right click -> Property Pages) Rgds Rodrigo ...Show All

  • Smart Device Development Deployment and/or registration failed with error: 0x80070070. There is not enough space on the disk.

    I tried building the camera API and got this error. I went and saw the space using Space Maker Storage (Flash) Storage Total: 27.98 MB Used: 4.60 MB Free: 23.39 MB it displays this. Please help me ------ Build started: Project: CECamera, Configuration: Release Any CPU ------ CECamera -> C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Samples\Cs\Cecamera\bin\Release\CECamera.exe ------ Deploy started: Project: CECamera, Configuration: Release Any CPU ------ Deploying 'C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Designtimereferences\Microsoft.WindowsMobile.dll' Deploying 'C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Designtimereferences\Microsoft ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Pix: problems with single frame capture experiment

    hello as stated in subject, I have problems when I try to run a single frame capture experiment. I tried the following samples: basicHLSL, stateManager and HDRLighting. After a few seconds I get an error message with the following wording "HDRLighting.exe has found an error and is closed" (translated from danish so it might not be exactly the same words in english). I have the option of sending an error report to microsoft. If I try to run the samples as a replayable Direct3D call stream, it works fine, but since im trying to figure out how to debug a pixel-shader thats not enough. Any help is greatly appreciated. best regards Mnd1 Hi thank you for your fast reply. T ...Show All

  • Visual Studio Express Editions visual studio w32 application not working

    hi i've installed visual studio in my pc and then the sdk package but when i try to make a w32 application it says only console application help me please The express editions only provides console application for win32 dev. Nevertheless, you can still make suse of win32 non console application by setting your environment manually as described at http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual Studio 2008 (Pre-release) is it possible to specify relative URI in xaml

    hi guys. is it possible to specify relative URI in xaml. It's possible. To be sure that you're clear about what the URI is relative to, you might want to investigate Pack URIs. See: http://msdn2.microsoft.com/en-gb/library/aa970069.aspx Presumably you are asking this question because you want to link from XAML to a XAML page. If so, you can't really avoid the question of how it is that you are deploying your application and/or pages. That influences what's advisable or possible as far as relative paths between XAML pages. See http://msdn2.microsoft.com/en-gb/library/aa969776.aspx ...Show All

  • SQL Server New to xml - Dts

    Hi, I am very new to xml and need help urgently. I have a .xsd file and a regularly generated .xml file from a third-party application. I have to upload that xml file to our SQL 2000 Server db using DTS. How do i do this my xml file has mltiple tables with in it and i have creatd them. I also loaded mu sqlxml 3 and started processing but it gives me error Schema: relationship expected on 'Transaction'. Please help... i have pasted my XSD file here... and please remember this is in SQL 2000... < xml version="1.0" encoding="UTF-8" > - <!-- FRI Input Schema version 0.40 --> - < xsd:schema xmlns:xsd =" http://www.w3.org/2001/XMLSchema " elementFormDefault =" ...Show All

  • SQL Server KeepTogether header does not work correctly.

    I selected "Repeat Group Header" in my grouping properties. This is working fine; however, if a group is to start as the last line in a page, the header prints on that last line and then the header is printed once more in the next page. Consequently I end up with two consecutive headers with no detail lines in between. How do I prevent the printing of two consecutive headers for the same group I want to get rid of the one that occurs as the last line on the page. If there is only one such situation in your report, try increasing the height of the detail or the header so that it is stretched to the next page. ...Show All

©2008 Software Development Network