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

Software Development Network >> Alex-MyRpg's Q&A profile

Alex-MyRpg

Member List

Vasura
Dotnetjunky
Michael Kennett
nagarajan1948
NastyMatt
Cla82
DPMevents
Benin
bilalso
Vasic
cplusplus1
Kestutis
JoseMacedo
lawlessSaturn
Behrooz PB
SiW
Masoud Farahani
irohan_fernando
Dr.Virusi
Grobbies
Only Title

Alex-MyRpg's Q&A profile

  • Visual Studio Team System CTP6 - I am stumped!

    I've installed CTP6 and am attempting to create a 2005 Project. Can someone tell me what I should enter in the - Tools | Options | Data Connections page in the SQL Server Instance Name field - Tools | Options | Design-time Validation database page in the SQL Server Instance Name field No matter what I try entering in those fields, I get errors attempting to create a project. I have a local instance of SQL Server 2005 named 'SQLServer2005' I would like to be used. When I connect to this instance via Management Studio, I enter 'localhost\SQLServer2005' as the server name. I've tried all sorts of permutations in those two fields but nothing seems to work. Thanks - Amos. ...Show All

  • Visual Studio Menu item in Debug menu?

    Hi, I've looked in all the ctc files of the inc folder but I cannot find the correct group id for the debug/window menu. Thanks for your help, Charles Hi Cverdon, The guid:id pair for that particular context menu is: C9DD4A58-47FB-11d2-83E7-00C04F9902C1:1026 If you are a participant in the Visual Studio 2005 Service Pack 1 beta, and you add the following registry key value: [HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\General] "EnableVSIPLogging"=dword:00000001 Then, when you hold down the ctrl+shift key and invoke a dropdown or context menu, a messagebox will display with the pertinent guid and menu ID info. Now that SP1 (the beta) is public, we'll get this info u ...Show All

  • Visual Studio Express Editions Bug?: Unwanted C4819

    For the following program (encoded in Latin1): #include <stdio.h> #ifdef _MSC_VER #define POUND 0xA3 #else #define POUND '£' #endif int main() { printf("%c\n", POUND); return 0; } I get the following message under Chinese Windows: test.c : warning C4819 : The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss The point is that the offending line is not designed to work with MSVC. I do not think it right to give such a warning. I found this when compiling a cross-platform project. It has code like above for other platforms. Earlier versions of MSVC do not report this error. The suggestion is useless in my case (won't work ...Show All

  • Windows Forms Open report from a form

    I'm working on a windows application in C# (.NET 2.0). I need to open a report whne I click a button on the windows form. How do I do it Hi, Could you please check this link. Hope this helps. http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnsql90/html/integratrsapp.asp Thank you, Bhanu. ...Show All

  • SQL Server sql 2005 dts and job

    please would you help me Nowadays we have DTS's in SQl Server 2005 Nowadays I have DTS's in sql 2005. How I can do a job of a dts that this in sql server 2005 It is necessary to install some tool to dts's do a job of this dts Please anyone of you provide some solution for this. The post is hard to understand but I will take a stab at it. If I misinterpret what you are asking, maybe it will at least make it easier for you to rephrase your question. It seems to me that you want to run some DTS packages (maybe some from SQL SERVER 2000) in SQL SERVER 2005. If that is what you are asking, it is possible to run those packages in SQL SERVER 2005 but you will have to configure SQL Server 2005 to do so. SQL SERVER 200 ...Show All

  • SQL Server Maintenance Wizard error...

    Hi, I'm just trying to use the Maintenance Wizard for the first time, but the SQL Server Management Studio shows me an error message about 'Agent XPs' is not running on my server; and I should activate it through 'sp_configure' I've tried to understand 'sp_configure' by searching it on MS TechNet, etc. But of course, because I'm not a SQL Server expert user; I don't even know how to use 'sp_configure' at all.... Anyone know how to work this thing around Appreciate all the help... PS: I almost forgot to mention, that I'm using MS Windows Small Business Server R2 2003 with SQL Server 2005 Workgroup Edition. Chris, Is it really true, you did have the similar problem with Maintenance Wizard li ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Audio works on PC but not 360

    Has anyone run into an issue where the audio works fine on the PC version of the game, but when you compile it for the 360 it does not I'm using a shared Solution, and have the content directories mirrored, and the content in the project is mirrored. The XACT file is set to copy always in the content pipeline. I see it create the banks and everything when it sends it to the 360, but there is no audio. Any help would be appreciated! Well I wasn't copying it originally, but I set it to copy because I thought it was a problem. Like I said, if I compile it for Windows it works just fine. The sound cues play when they should. On the 360 nothing happens. I also SEE on the Deploy screen on the xbox 360 the .xgs ...Show All

  • Smart Device Development progressbar and rda pull/push

    Hello, How can i conect a progressbar to a rda pull or push so the user can see the progress of data copy is there a way checked alote of forums but couldn't find an answer thnx in advance.... ...Show All

  • Visual Studio Express Editions Sorting listView

    I am trying to sort a listview by it first colume, in number order. At the moment it is sorting to some extent, but it groups 1, 11, 12.... together. How can I make it just sort in number order Public Shared Sub AddtoListView( ByVal Num As String ) Dim CurrentHand As New ListViewItem(Num, 0) 'Hand CurrentHand.SubItems.Add(PreviousStake) 'Stake CurrentHand.SubItems.Add( "" ) 'Bet Type CurrentHand.SubItems.Add(PreviousPlayer) 'selection CurrentHand.SubItems.Add( "" ) 'Bet Refrence CurrentHand.SubItems.Add(Lasthandwonorloss) 'Result CurrentHand.SubItems.Add( "" ) 'Profit / Loss CurrentHand.SubItems.Add(PreviousRunningLoss) 'Running Loss C ...Show All

  • Visual Studio Team System Do I have the right version?

    I'm a little confused over what edition of VS I need to run CTP7 coming out next week and then the RTM version. When I load my copy of Visual Studio and do Help | About, I see, as one of my installed products: "Visual Studio 2005 Team Edition for Developers". Will this allow me to run CTP7 Thanks - Amos. I believe your question was answered in your other thread ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=697597&SiteID=1 ). ...Show All

  • SQL Server SQL Server Equivalent for Oracle System Tables/Views

    We are in the process of supporting two databases (Oracle 10g, SQL Server 2005) for our application. I want to know what is the equivalent Tables/Views in SQL Server for the Oracle System tables dba_tab_comments, dba_tab_cols Thanks in advance No, its not the same concept as in Oracle. THe INFORMATION_SCHEMA Views will give you metadata information about the database. Starting in SQL 2k5 they will be secured to show only the data that the user is granted for (e.g. Tables he has minimum Select permissions on). HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • SQL Server How to order by member key?

    Hello, I ran into another issue as to I would like to order the [Week Name] by the Member Key. Currently, the LastPeriods() is returning "Week of 12/25/2006", "Week of 12/17/2006" instead of "Week of 1/22/2007" because it is order by Member Name instead I would like to order by Member Key. Can anyone help me with the code below so the LastPeriods() is indeed the last 3 week (order by Member Key) instead of by Member Name SELECT { LASTPERIODS (3, TAIL ( nonempty ([Week].[Week].[Week Name]. Members )).Item(0).Item(0) ) } ON COLUMNS FROM [GMDSummary] Much Appreciated! -Lawrence If the [Week Name] attribute has it's "Order By" property set to " ...Show All

  • .NET Development How to Insert/Update/Delete nodes using XPath expressions?

    Hello, I have been using XPath expressions to iterate through a set of nodes (see example below). Can someone please suggest how I can add or drop sibling or child nodes using XPath expressions. Thanks, Tad code snippet: XmlDocument xd = new XmlDocument(); xd.Load("data.xml"); XPathNavigator xn = xd.CreateNavigator(); XPathExpression xe = xn.Compile(" //Assembly/Component/@cn ame"); XPathNodeIterator nodes = xn.Select(xe); while (nodes.MoveNext()) { MessageBox.Show(nodes.Current.Value.ToString()); } data.xml < xml version="1.0" encoding="utf-8" > <WidgetSettings> <Assembly> < ...Show All

  • .NET Development Is it possible to remote an event

    I've developed a service which processes files on our server. The one thing the service is missing is a control panel. For example there's no way to tell how many files are queued up and awating to be processed by the service, there's also no way to manually add files or remove files from the service's queue. So I'd like to create a control panel type application that would provide those features. I did some research that lead me to remoting as a way for the control panel to communicate with the service. I've never done any remoting but I don't believe serializing objects and getting the simple remoting tasks completed will be a problem. What I'm concerned about though is whether or not I can serialize/remote the event the serv ...Show All

  • Windows Forms Autoscaling in windows form

    I'm having trouble with the autoscaling feature in windows forms. I've created a form with a size of 800x600. While designing me screen is in a resolution of 1280x1024. I've entered a bit of code to read out various autoscaling related settings at form load and when a button is pushed: private void Form1_Load(object sender, EventArgs e) { Console.WriteLine("Form_Load"); Console.WriteLine("Size: {0}", Size); Console.WriteLine("AutoScaleMode: {0}", AutoScaleMode); Console.WriteLine("Autoscaledimensions: {0}", AutoScaleDimensions); Console.WriteLine("CurrentAutoscaledimensions: {0}", CurrentAutoScaleDimensions); Console.WriteLine("AutoScaleFa ...Show All

©2008 Software Development Network