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

Software Development Network >> Robert-Paul's Q&A profile

Robert-Paul

Member List

Thodlak
Anonymous123123132
JWhitted
Wizard1027
Hamboo
xmart2k
jho1965dk
dedwards152723
JiriS
GediMaster
eMedia
Adrigo Gallus
East
dlettier
Beetlebum
hwc
Pat_ON
Flippin_Useless
Tjeez
thn
Only Title

Robert-Paul's Q&A profile

  • Windows Forms In a real bind...designer won't run w/ binding

    Here are the steps to reproduce my problem: 1. Create Tab1 2. Create Tab2 3. Place a bunch of controls 4. Add data bindings for two DataGridViews (one on Tab1, one on Tab2) == everything fine so far == 4. Add a new tab (Tab3 -- no controls) == still fine == 5. Move Tab3 to beginning (new order: Tab3, Tab1, Tab2) == stops working! == When I open the form, I get an error dialog . Then, when I hit OK, the form is broken. 6. Remove Tab3 == works fine again == 7. Add two new tabs 8. Move both tabs to the beginning (new order: Tab3, Tab4, Tab1, Tab2) == stops worki ...Show All

  • .NET Development Formatter class implementation

    I'm looking for information or a sample of how to implementing a Formatter derived class. I would like to implement a custom formatter and would like to know how to make use of the Formatter class functionality. Thanks, Ray I just posted a summary of the steps required to design a custom IFormatter (part of those information already appear in my previous posts in this newsgroup). Regards, Joannes ...Show All

  • SQL Server Exceedingly long update on large tables - why?

    We have a simple UPDATE query, joining two tables, that takes much longer than 10 hours to run, but if we break the table in six (10 million rows in each table), it takes only fifteen minutes to run each part. Why And how can we tell in advance whether a query will cross the threshold into l.o.n.g.r.u.n.n.i.n.g query Or, how can we prevent it The system is Windows XP Pro with 4GB RAM (/3GB switch), and SQL Server Standard 2005. Log files, swap files, dbf files are on separate drives. The system is dedicated to SQL Server. No other queries are running at the same time. The database is in Simple logging mode. Each table is a few GB with 60 ...Show All

  • SQL Server Microsoft SQL Server Management Studio Express Error At Started!!!

    有 用 (JIT) 而不是此 框的 信息, 此消息的 尾。 ************** 异常文本 ************** System.IO.IOException: 法在易 父 下 建 定子 。 在 Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str) 在 Microsoft.Win32.RegistryKey.CreateSubKey(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistrySecurity registrySecurity) 在 Microsoft.Win32.RegistryKey.CreateSubKey(String subkey) 在 Microsoft.SqlServer.Management.UI.ConnectionDlg.RegisteredServersUtils.CreateKeyValueIfNotExist(String regPath, String keyName) 在 Microsoft.SqlServer.Management.UI.ConnectionDlg.RegisteredServersUtils.RegisterLocalInstancesIfFirstTimeUser() 在 Microsoft.SqlServer.Man ...Show All

  • Visual C# String Testing

    Hi All, I've a question. In perl I can do the following to test if a variable contains a series of strings: if ($myVar =~ /^SGT|^MSG|^BG/) {    doSomething; } =~ basically means "contains" so what the above line is saying is: if($myVar "contains" /Anchored on left with SGT OR anchored on left with MSG OR anchored on left with BG) {    doSomething; } Anything similar in C# --Richard Hey, Through regular expressions: if (Regex.IsMatch(strInput, "^(SGT|MSG|BG)")) { } Brian ...Show All

  • SQL Server How to backup asymmetric key in SQL 2005

    How to backup asymmetric key in SQL 2005 created in the following way so it can be copied to another server Also can you copy it to the other server after backing it up. CREATE ASYMMETRIC KEY ccnumber WITH ALGORITHM = RSA_512 ENCRYPTION BY PASSWORD = 'password'; Did you have a look on BACKUP CERTIFICATE (Transact-SQL) HTH, jens Suessmeyer. ...Show All

  • Visual C++ Project error LNK2005: _DllMain@12 already defined in MSVCRT.lib(dllmain.obj)

    hi to all Actually i open a visual C++ 6.0 project on Visual C++.net and i got many errors and i resolve most of them but i cant resolve these two errors. these are the errors summary: Project error LNK2005: _DllMain@12 already defined in MSVCRT.lib(dllmain.obj) Project fatal error LNK1169: one or more multiply defined symbols found So please help in this regard it is urgent thing for me . Thanks in Advance. bye Read this: http://support.microsoft.com/default.aspx scid=kb;en-us;q148652 In most cases it its sufficent to place the #include <afx.h> as the first header file that is in ...Show All

  • SQL Server Errors in the high-level relational engine

    I'm getting an error when processing a partition - Errors in the high-level relational engine. The table_name table that is required for a join cannot be reached based on the relationships in the data source view. This table is actually joined to another dimension table, which is then joined to the fact table. How can I resolve this error I did notice that there are no keys in the dimension table that relate to the fact table for this particular table.  Is this a data issue ...Show All

  • Visual C# Abstract classes and static methods

    Hello there! I was wondering why is not possible to define a static method into an abstract class, well... I was wondering that because I'm trying to force an user who inherits from this class to implement a static class and I just didn't find a way to do that... is there a way to do this Because there's a layer calling static methods and I don't want to change these methods to regular methods just because I'm not being able to solve this problem... Thanks Static methods can be defined in an abstract class. However, you cannot force a derived class to implement a static method. If you think about it, such a method would be ...Show All

  • Visual FoxPro cannot open up a form-- BIG TROUBLE

    I have been working on this form for about two months adding new objects and manipulating databases. The last save I did was about 4 days ago. I have a few grids in it on different pages of pageframe and everything worked fine. I never added any columns to any grid at design time. At runtime VFP determines the column layout after a grid is given an alias as a record source. Today, just a few minutes ago I decided to add three columns to a grid which has always been empty at design time. After I did a save, I got an error message at runtime: Error loading file - record number 34: o_Grid2 <or one of its members>. Header Class: ...Show All

  • Visual Studio Express Editions Where is my "ASP.NET Configuration" Menu Item? VWD2005

    When I'm connected to a localhost website, I can see Website-->ASP.NET Configuration so that I can work with the forms authentication system.  If I connect to a remote site, that menu option simply dissapears.  It seems like this is by design, but, I dunno why Thanks Bernie Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at http://www.asp.net/welcome.aspx tabindex=1&tabid=39 The short answer to your question is that you are correct, this is ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. rendering multiple video streams

    I'm developing an application which displays 4 (or even more, if possible) video streams simultaneously in real-time (30 fps per stream). I need a renderer that will take the raw YUV frames and display them to a Win32 window, scaling as required. Each stream is independent of the others, including running in separate threads. Currently, my app has an independent DirectDraw-based renderer for each stream (written by someone else), but performance degrades dramatically (much more than it should) as streams 2-4 start. I'd like to know how DirectX experts would approach this problem. Thanks for any advice you have, Scott ...Show All

  • Windows Forms Dynamically adding CONTROLS in VC++

    Basically I'm creating an app where the entire thing is controlled by scripts. I want to be able to create a FORM on-the-fly, with controls added via scripting . how to do it Try to observe how Visual Studio designer generate codes when you design your form, this is exactly the same way you can generate a form and child controls on run-time. 1. Create an instance of an empty Form. 2. Set the properties for the Form. 3. Create an instance of a child control. 4. Set the properties for the child control. 5. Add the control to the Form using its Controls collection. 6. Repeat #3 to create more child controls. Regards, -chris ...Show All

  • Software Development for Windows Vista problems with 5342 build ( video card )

    i have build 5342 installed, works ok ( pretty buggy still ). i have a ati radeon x1300 pci express 256mb graphics card. i installed the ati beta drivers for vista, but my media center wont work, i cannot view pictures or play games without seeing a distorted screen its the same with the default vista drivers for my card . i know my card is supported by vista, but.i cannot view the advanced settings for my card . the computer detects it, but it wont show any statistics of the card. it also wont show my secondary slot on the card while in windows. but when im in safe mode it does another weird problem is the fact that while within windows ...Show All

  • Visual Basic programmatically round corners in excel chart

    Im looking too programmatically round the corners of an excel chart using VB8.   Manually its located in the format chart area, under the patters tab there is a round corners check box right under the shadow box. In intellisense I did find the shadow option With chart .ChartArea.Shadow = True end with but I dont see the round corners option and havent seen any examples of anyone doing it online. Any help you could provide would be much appreciated. Thank you, Hi, Ryedunn, You might want to check the Visual Studio Tools for Office forum. (For my part, I’ve not done much programming on Excel objects except t ...Show All

©2008 Software Development Network