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

Software Development Network >> Nick Rawe's Q&A profile

Nick Rawe

Member List

Donaldinho
JF002
Jeff Abraham
AFM
DSONG
Anlino
Mark Phelps
yaipaaa
FALCO
Angry SQL 2005 User
Bernd VanSkiver
Nix_o_lay
rs12345
Vinix
Tigran.Hayrapetyan
Skanda
Luke P
CWORRELLSTER
CyanBlue
MStrange
Only Title

Nick Rawe's Q&A profile

  • SQL Server Translating mistake in French version of SQL Server Management Studio

    In French version of database scheme in Microsoft SQL Server Management Studio (2005), in order to define foreign keys, when you choose update or delete cascade rules, it’ wrote : “Supprimer une regle”. I think it’s not the right translation because this translation means “Delete a rule”. I suppose you wanted to translate “Rule of deleting”. So, in this case, a better translation is “Regle de suppression". ...Show All

  • Visual Studio How to make wirk CR XI R2 and Visual Studio 2005

    The problem is: some time i usese Cr boundled in VS2005, then decided to use CR XI2.So what must i do make it work together. Our company purchesed CR XI, then i downloaded R2 (VS2005 compability- as it was said), but i did not found any .NET assemblies to work with Framework2. There was .NET SDK which consits of 2 help files :)) In CR distributive (in one of the cab's) i found file CrystalReports_NET_2005.msi but it requires a serial that does not match serial from CRXI. So what can i do to use CR and VS2005 together May be I must purchase other version of CR (Developer for a example or somethig else ) thaks. ...Show All

  • Visual C++ Using resources in a static library

    Is it OK to use a dialog resource in a static library I've never had the need to do this and now when I try to add a CDialog class from the dialog context menu (Add Class...) I get the following error. Failed to return new Code Element. Possibly syntax error. New Element Name: <afxwin.h> I figured this might have something to do with the fact that my project is a static library. I'm using VS 2005. No ressources are only part of EXE files and solved or better added in the last linker phase. It is not possible to ad ressources (dialogs, menus) to a static library and link them dynamic. You have to prov ...Show All

  • Windows Forms Capture KeyPresses with one control, but handle them with another

    Hi, I'm creating a usercontrol which has a child property of the type Control. The UserControl has custom code for the KeyPressed event, and will handle keys like UP, DOWN, ENTER, etc... The remaining keys should be forwarded so they can be handled by the childcontrol. My first attempt was to use: this.child.Focus(); byte[] b = new byte[] {(byte)e.KeyValue}; string sendtext = Encoding.ASCII.GetString(b); SendKeys.SendWait(sendtext); this.Focus(); but it's just ugly and it doesn't work very well. Can someone suggest a better way to achieve this There is a keypreview property on a form, if it exists on a cont ...Show All

  • Visual Studio Team System Custom Checkin Policy

    Hi, I have written a couple of custom checkin policies. I wanted to know 1. What are all the deployment options that are available as the Dll and the Registry entry needs to be available on the client 2. Which is the best option 3. Is there anything we have to do on the server also since the policy rule is already there in the server I would appreciate your help in this regard Thanks and Regards PrashG Hi, I am not seeing many replies for queries on customization and extensibility.. Any reasons Anybody from MS please help. Thanks and Regards Prash ...Show All

  • .NET Development how to set up SQL connection with Windows authentication using asp.net (VB)

    Hi, I need more help. I have to set up a connection to SQL server with Windows authentication using asp.net (VB) . I am more familiar with SQL authentication but not with Windows authentication How will I configure the following: web.config machine.config Does anyone have a sample code in VB that I could use to connect to SQL with windows authentication. I tried to use sqlconnection(server=sqlserver;database=db;integrated security=SSPI) but it did not work. I got an error. thanks... I dont know if you know this site... http://www.connectionstrings.com/ ...Show All

  • Visual Basic back tab error from a empty number text box

    i use vb.net 2003 at the empty number text box, when i use "back tab" command to go back to previous field, it prompts a error as follows. Unhandled exception has occurred in your application. if you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately. Input string was not in a correct format. it have three buttons for me to select, such as Details, Continue and Quit. When i click Continue and Quit, it quits the program. when i click the Details button, it shows the following. See the end of this message for details on invoking just-in ...Show All

  • SQL Server Parameterized Connect String

    Is it possible to define a datasource which has a dynamic connection string based on a report parameter Specifically I'm interested in using the XML data source, but I would like to use one data source for an unlimited number of files (instead of having a separate data source for each xml file).  I was thinking that maybe I could just pass a parameter into the Render() web service method and have the connection string substitute the correct filename into the connection string. Is this possible This topic in RS BOL talks about connection strings for xml datasets: http://msdn2.microsoft.com/en-us/library/ms159741.aspx -- Robert ...Show All

  • SQL Server "No Such Interface Supported" Exception 0x80004002 - HELP!

    AAAAARRRRRRRRRRRGGGGGGGGG! I finally figure out why I can't connect to the SQLEXPRESS on this computer (technically, I was a remote connection), get everything installed (Advanced edition), and then... It keeps telling me that "No Such Interface is Supported" and "Unable to cast COM object of type "System._ComObject" to Interface type..." I grabbed it in a screen capture and will try to get it to a server tonight when I get home. Any ideas on this problem Jason http://members.cox.net/pamela444/errorwindow.jpg Well, it won't let me insert a link, but the ph ...Show All

  • Windows Forms serializing object to resources across versions?

    I am trying to implement an object which gets saved to the resources for the form at design-time and loaded back into a property for a custom control.  That is not a problem; using the DesignerSerializationVisibility attribute with DesignerSerializationVisibility.Visible on the property in the control that gets and sets the object, the default CodeDomSerializer for window ...Show All

  • Windows Forms Resizing

    I am performing some fairly lengthy recalculations within my SizeChanged event.  Everything works fine until I turn on the Windows Effect "Show window contents while dragging".  With that feature enabled the SizeChanged event fires multiple times while you drag the window frame to a larger size.  This is murder on my SizeChanged event as these long&nbs ...Show All

  • Visual C# c# express graphics

    Can anyone give me a free-standing C# program that would, for example, draw a line from point A to Point B I need to develop a program to do graphing, and I'm sure I could take it from there, but I have not been able to get started. I have Visual C# Express. Have a look at the following links, they should get you started. Bob Powell's GDI+ FAQ http://www.bobpowell.net/ GDI+ for Beginners http://www.c-sharpcorner.com/2/gdi_plus.asp ...Show All

  • SQL Server Not able to connect to SQL Server 2005 Express Server

    Hi all, I met a problem on SQL Express Server 2005. After I installed it and set a database, I can not connect to the instance with the following command: sqlcmd -s hostname.china.***.com\SQLEXPRESS Following is the error msg: **************************************************************************** HResult 0x2, Level 16, State 1 Named Pipes Provider: Could not open a connection to SQL Server [2]. Sqlcmd: Error: Microsoft SQL Native Client : An error has occurred while establi shing a connection to the server. When connecting to SQL Server 2005, this failu re may be caused by the fact that under the default settings SQL ...Show All

  • Visual C# Unnecessary Namespace in Designer code

    I have a C# project which includes a dataset.xsd. I have placed an instance of the dataset on the form design view. The designer code which allocates the instance always qualifies the dataset type name with the namespace, which causes a compile failure as the form's InitialiseComponents is in the same namespace - it looks for a nested name. I can get a clean build by removing the namespace qualification from the assignment obj = new NAMESPACE.class; but of course it is re-generated anytime the design view is edited. What is the fix Regards Can you post the namespace name of your form, the data set name, the namespace ...Show All

  • Visual Basic LAN Messaging

    I am looking for information on how to create a messaging program inVB 2005. I want it to be able to send files (ie. images and documents), private messages and group chat over a LAN. It is going to be a part of another program. I have found something similar on Coding4Fun that is written in C++, it's called Media Share Messenger. Any information would be helpful, thank you. Well there's quite a bit of backend, which usually requires a log-on server. Each person would log onto this server, the server holding user names, passwords, buddy lists, file sharing lists, and other things you'd want to hold universal ...Show All

©2008 Software Development Network