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

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

mark_ramos

Member List

Steve Stilwell
tha0
Lord Asriel
Streetsmart
grise_bassen
AndrewVos
mancha
tzmedia
CharlesJ
Libor Andrýsek
dwertz
RyanAustin
Snark Hunter
Manurein
jason.s
Roshan Sathaar
sunnymax2002
mojojo
LoserDude27
Aidin
Only Title

mark_ramos's Q&A profile

  • Visual Studio Express Editions Making a map editor in C#

    First i wanted to create a map editor in VB2005, but someone called Sergey helped me with making a map editor. On this thread you can post questions about it. Here is the link to the map editor Sergey made: http://workspaces.gotdotnet.com/mapeditor ...Show All

  • Visual C++ Error including queue.h

    I'm writing a program for a graduate class I'm taking and I want to use an STL queue data structure.  The app is a simulation program and the GUI is MFC. In one of the simulation classes I've developed I'm getting the following error in list.h when I include queue.h.  The code that includes queue.h is also provided after the error messages. Anyone know why I'm geeting this error I've posted this on the C++ Language forum also, so please forgive the duplication.  I wanted to make sure I get the best coverage. Thanks! c:\program files\microsoft visual studio\vc98\include\list.h(37) : error C2146: syntax error : missing ';' befo ...Show All

  • Windows Forms FileSystemWatcher

    Is there a way to use on FileSystemWatcher object to watch both a certain type of file and all folders or do you have to use two FileSystemWatcher objects to do that Also, if two are necessary, how would you go about having both of those work on different threads (I'm pretty new to threading) Many Thanx!  :)  FWIW, I think  ...Show All

  • .NET Development class design question

    I have my class with properties and methods. I create an instance of the class and get some of its properties in my forms. When I go back to the class and try to access that property from inside the class itself, I see that it has a NOTHING value. 1/ How do I keep the value of the property between calls and instantiations of the class when I sometimes instantiate the class from different forms in my application. 2/ What is this technique called in Microsoft Jargon. I mean when I go back to the properties and finding them again not reset to nothing 3/ What s the best way to design my class in order to keep its properties and also ...Show All

  • SQL Server Weekly Sales Join

    I am having trouble trying to get the results I need from a left outer join. I have the following tables: Table1 FiscalYear (smallint) FiscalWeek (tinyint) Table2 FiscalYear (smallint) FiscalWeek (tinyint) Store (integer) Sales (money) Table1 has a row for every week in the year, so 52 rows for FY 2005 with the week ranging from 1 to 52. Table 2 has sales entries for each store per week. However, not every store has an entry for each week as they may not have been open. What I am trying to do is get a result set that has 52 rows for each store containing ...Show All

  • SQL Server Remote Server into a named Instance of SQL Server 2005

    We are setting up a database server with 2 instances of SQL Server 2005. One for the default and another for Reporting Service. I have them installed but when I try to a registration from another Server for the Reporting Service Instance I can not get in. I am using the sa userid and password, the same one that works when I am on the server but I get an error that says Remote Server connections may not be allowed. When I go to properties the Allow remote connections box is checked. Anyone know what else I need to do to get to the named instance If you have another instance on the server it probably uses not the default port. If you hav ...Show All

  • Visual Studio Team System TFS Warehouse : Cannot insert duplicate key row in object 'dbo.Work Item History'

    Hi, The following error appears in the Event log. (Single instance installation) Any Idea Thanks Arno An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 12/29/2005 4:52:37 PM Machine: FOUNDATION Application Domain: /LM/W3SVC/3/Root/Warehouse-2-127803451113551466 Assembly: Microsoft.TeamFoundation.Warehouse, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 Process Details:   Process Name: w3wp   Process Id: 2212   Thr ...Show All

  • Visual Studio 2008 (Pre-release) Why Close a proxy?

    Hi I know that as a best practice we should call ICommunicationObject.Close after using a client channel. What are the real consequences of not calling Close/Dispose In what i understand, it depends of the binding, right, like if we're keeping a transport channel opened or not, is that correct thanks! I am using the FEB CTP. As I typed proxy. the IntelliSense selection did not contain a Close method. So I blindly followed the example and added Close(); I noticed a small box under the .Close() portion of the statement. As I moved my mouse over the box it asked if I wanted to generate the method As this is BETA I f ...Show All

  • .NET Development Bitwise byte operators ?

    I have a run the simple following lines and I am very surprised by the result byte a = 1, b = 2; Console.WriteLine((a | b).GetType());   I get a System.Int32 output. Why didn't I get a byte output Performance wise, it does not change anything, and it has the advantage of making sense in terms of typing. Thanks in advance, Joannes int is the smallest signed type for which the | operator is predefined, so the arguments get promoted to ints and the result is an int. See http://msdn.microsoft.com/library/en-us/csspec/html/vclrfcsharpspec_7_10_1.asp ...Show All

  • Visual C++ New to C++, error LNK2001: unresolved external symbol "double __cdecl

    Hi, I'm very very new to this. I've been working on a school payroll project. I have to read in an array of structs, process them for grossPay taxes etc, then output the results. Sounds easy... but I keep getting this error: "error LNK2001: unresolved external symbol "double __cdecl grossPay(double,int)" ( grossPay@@$$FYANNH@Z )" I get one of those errors for each of my processing functions. I can't tell if I'm doing something wrong syntax wise(probably) or where my problem is. Here's how that function listed above is set up: prototype: double grossPay( double , double , int , double , double ); call: ...Show All

  • SQL Server Missing Elements in Report Manager

    Has anyone run across this before I'm missing the Contents and Properties tab along with the button bar containing the "New Folder", "New Data Source", "Upload File" and "Show Details" buttons in the Report Manager. Also, which I think may be related, when I attempt to deploy a report I get the error: "A connection could not be made to the report server http://MyServer/Reports. I can connect to the SQL Server without problem, and I can browse to the URL containing report manager Interestingly, I had access to all of this a couple of weeks ago and then all of this suddenly happened. All the other developers have no problems and I am a member& ...Show All

  • Visual Studio VS 2005 local VSS plugin erratic behavior

    Hi, Assuming I'm using the local VSS plugin in order to access a remote VSS database. I have observed this very strange behavior in VS 2005: 1. I right-click an object in the Solution Explorer and chose the History... command. 2. I accept the default options and the History window opens. 3. Now the strange thing : I do nothing and just click on the Close button. This immediately closes the current solution. VS 2005 then automatically tries to re-open the solution but as explained in the thread titled  Using VSS local plugin remotely: problem with credentials , it prompts me again for my credentials since my VSS credentials are not ident ...Show All

  • Windows Forms PictureBox ImageChange Event???!!

    Hi All, I was wondering if there is an event I can use other than 'Paint' to capture when a picturebox has had a image loaded or changed any help appreciated. Carl. Adding an image causes Invalidate() to be called.Hence,call the InValidated event to get the change in image. Hope this helps ...Show All

  • Windows Forms Default values of control properties

    Hi all, I don't understand how to correctly implement default values for controls properties, and can't find anything in the docs or any of my manuals about it!  I have something like: <CODE> private string _HeaderText = "MyControl"; [DefaultValue(typeof(string),"MyControl")] public string HeaderText {   get{return _HeaderText;}   set{_HeaderText = value;   drawHeader();} } </CODE> This&nb ...Show All

  • Visual Basic Creating totals from imported data

    Hi, I have an access database linked to a data control and the relevant record source(s) called via SQL. Currently the data is output to a picture box and is selectable by date. What I am looking for is to select a range of items (all sales on the same date, all sales within a range of dates, that of monday through sundays date and also monthly) and show the total amounts for printing. (Sorry I'm having trouble thinking how to explain this!) Hi Mattneck, I think you'r looking for a way to filter some records by date for example: get me all records with date field between 1/12/2005 to 30/13/2005. ...Show All

©2008 Software Development Network