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

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

NisseHt

Member List

payyans
heraino
mandokev
Renato Sansevero
kangur
zx6r
umit onal
Jeffrey K. Ericson
Sanjay Garg
Zaremba
jeffnc
Craig Barkhouse
SQLMonger66
Schpidah
msolgi
I_luv_peanuts
mgroesink
JohnEwing
bennierex
Ciprian Gerea
Only Title

NisseHt's Q&A profile

  • Windows Forms Refresh Designer at Design Time?

    Hi,   I’ve created a simple user control which resizes its height automatically according to the image size loaded by a user at design time. After loading the image my control resizes but the control selection area doesn’t resize automatically - only when I click on the control. My control also has a custom control designer which restricts the control user to set the user controls height at design time.     Is there any particular reason why this is happening How can I fix this   Thank you, Eric Maroudas. In your custom designer, after you've done ...Show All

  • SQL Server 2005 backup

    I am going through the maintenance plan to create a schedules backup. Everything seems fine until the final stages of the backup schedule setup when the system gives the following error. create failed for jobStep SubPlan. p.s I am not sure how to attached a snapshot of the error message. Thanks ...Show All

  • Visual Basic Accessing data in a TableAdapter

    Hi, I am brand new to using VB to connect to SQL Server.  I've set up a small database using Server Solution.  I have created a simple form that is intended to take a user-entered name, assign it a code and enter it into a table in the db.  To assign the code, I wish to sort my table in descending order by the "code" column, retrieve the value in the code field for the first record, increment the value and use this as the new code.   I have successfully connected to my db, created an instance of TableAdapter for the table and used a custom FillByCode() method to fill the associated DataTable.  Then I hit a wall. ...Show All

  • Visual Studio Express Editions VB 2005 Express Beta 2 MyApplication Class Error

    System is WinXP Pro, 512Mb Ram. No pre 2005 .Net software installed. I have searched through the postings here, reinstalled/repaired the Beta 2 installation etc. but have been unable to resolve the following issue - if someone could assist please... If I choose New Project from the File menu and select Windows Application a new project is created and it will run ok. If I double-click My Project and alter one of the Windows application property check boxes (such as Make single instance application) and try to run the application then a build error is raised - the error is  "Protected type ...Show All

  • Visual Basic Form Printing

    Hello All, I am very new to programming. I am using VB6. Here is my problem: I wrote a simple financial statement calculator for work. The program itself works great. When I go to print is when I have problems. The form will print exactly as whats on the screen (which is good), but the printed form is really small. Below is the code that I used for printing in VB6. Again, I am very, very new to VB Private Sub cmdPrint_Click() cmdCalculate.Visible = False cmdClear.Visible = False cmdExit.Visible = False cmdPrint.Visible = False PrintForm cmdCalculate.Visible = True cmdClear.Visible = True cmdExit.Visible = ...Show All

  • Visual C++ Odd HWND Behavior

      Hi, I'm using MS Vis Studio .NET 2003 and I am experiencing some odd behavior with HWND pointers. I have the following code in my application HWND hWnd; hWnd = CreateWindow(nom_app, "Reco Fr", WS_DLGFRAME, CW_USEDEFAULT, CW_USEDEFAULT, 200, 200, NULL, NULL, inst, NULL );   Sometimes CreateWindow will return a good HWND, however other times it will return something like this: hWnd {HWND__} { unused=<undefined value> } HWND__* I also get the same odd behavior when I reinterpret_cast a System::IntPtr to a HWND as follow ptr = CreateWindow(nom_app, "Reco Fr", WS_DLGFRAME, CW_USEDEFAULT, ...Show All

  • Visual Studio Team System Error installing TFS final release

    This error occurs during health check, "The SQL Server 2005 KB Update is not installed on this computer" We have SQL 2005 Standard installed....is there an update any ideas -Jim On a single server install, report server is configured by SQL, not by TFS install. Before you install TFS, you can try the following to ensure that the report server is installed properly and running. 1) run http://localhost/reports , you get "SQL server reporting services" home page displayed, 2) go to Start\Programs\Microsoft SQL Server 2005\Configuration tools\Reporting Services Configur ...Show All

  • Visual Studio Access to report file denied.

    A Deployed ASP.Net 2.0 website with Crystal Reports viewer (Visual Studio 2005) causes the error below. Apparently, during its load process in creates a copy in the temp directory, but can't read the file in just created. Can I redirect where these files to be created in a specified directory so I can isolate the permissions needed to read the report. Does one of the IIS services need permissions Error in File C:\WINDOWS\TEMP\EmployeeFull {4D249D66-7F13-401C-BFF2-9BC7E04934EF}.rpt: Access to report file denied. Another program may be using it. Description: An unhandled exception occurred during the execution of the current web r ...Show All

  • Visual Studio Winforms ReportViewer control does not work with ClickOnce

    I have a major problem.  I want to use ClickOnce to deploy a business app that uses reporting services (with the new reportviewer control for winforms).  However, the majority (not all) the machines that I try to install the app on complain about a missing assembly "ADODB 7.0.3300" that must be installed in the GAC.   When I reference the Microsoft.ReportViewer.ClickOnce assembly I get a new dependency in my clickonce manifest file for the ADODB.  However, most XP machines simply do not have this installed.  This means that they have to install it some other way first before they can use clickonce.  This is ...Show All

  • Windows Forms How to edit a date to null from a textbox

    Hello, I have a textbox bound to a smalldatetime field. The SQL table definition of the field allows nulls. The dataset was created with an SQL data adapter "fill" command. Whenever I change a date in the textbox to an empty value it replaces it with the original datetime. How does one get the textbox to accept an empty string or, more basically, how can a date be edited to null from a textbox Any help or reference to documentation is much appreciated. You could add a Parse handler for the textbox, like orderDateTextBox.DataBindings[0].Parse += new ConvertEventHandler (ParseValue); void ParseValue( ...Show All

  • Windows Forms I don't want windows playing sound when a msgbox appears.

    hello How in vb 2005 to set the code if I don't want windows playing sound when a msgbox appears I hope my english is good enought to be understood... thanks for help for example : MsgBox( "Au revoir !" , MsgBoxStyle.OkOnly, "Bye" ) 'when it runs windows plays a sound, but i don't want it... Without developing your own MessageBox (using a form), I can't see a way to get around this. This is actually by-design, and it really should be up the user to decide if they want a sound played when a messagebox is displayed. ...Show All

  • SQL Server SQL Server 2005 Standard Installation Problems

    I had a working copy of 2005 Standard (from the launch cd). I installed it before IIS on a brand new laptop. I installed IIS later. Now SQL Server does not run and the SQL manager cannot connect to the database. I have Windows XP Pro SP2 Build 2600. Now I can uninstall or reinstall SQL Server. I have tried with IIS installed and removed. When I try to reinstall I get a hang on with "Detecting IIS" on the screen. If I try to uninstall I get a hang with the last line in the log reading "Failed to get ModuleID_RS_Server when getting the ASP Temp directory." I need help to get things running again.   My installat ...Show All

  • Windows Forms Click once not working

    Hi, I'm trying out the click once, but eather I forget somethign or eather it is not working yet. When I try to open publish.htm it only opens an xml file. When I thry to publish on local htt (no HTTP server) then it seems to work also. I have no idea what I do wrong. I have uploaded a project (it is just a main form) to:     http://www.mestdagh.biz/kieken If someone can see and eventueally can tell me   Thanks.. It opens the welcome screen on publish.htm, but when I hit 'launch' then it just opens an XML file. I have the same problem on an ISP which i can not change there settings anybody solvd this Stev ...Show All

  • Visual C# How do i open form2, but leave form1 as active form?

    How do i open form2, but leave form1 as active form I have application where i can freely activate form1 or form2 (no parent and child form). Form 2 is opened by clicking button on form1. 1) I want to modify form1 1 click event so that whenever form2 is opened my active form is still form1. How do i do this 2) Is it possible to make form2 "un-activable" - meaning it won't become active if i try to activate it with mouse. 3) How do i remove minimize, close, maximise buttons from form Hi Mix, 1) and 2): you could try the following: Create a custom method or property in Form2 to contain a reference to Form1 (see SetActiveForm() method ...Show All

  • Visual Studio Express Editions Undo on DataGridView

    How can I do undo on a DataGridView object thank you sorry... I want to undo the last operation done on the datagridview, which is add a row or cancel a row, but not to erase the entire grid content ...Show All

©2008 Software Development Network