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

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

amontania

Member List

Juvenn
skyhawk7ma
Ayman Shoukry - MSFT
PauCl
johnFromJersey
kingy0489
Jonathan Caves MSFT
HemantKumar
Casey Quayle
mblaustein
The SZ
Ken
Igor_Bsa
NetRider
jkj13
Iain M
JongAm Park
wabbit
Patrice Pelland - MSFT
theresa valentine
Only Title

amontania's Q&A profile

  • Visual C# Serial Port Readline() method

    Hi all, Im currently developing an SMS interface. I have managed to successfully read the incomming messages using hte DataReceived event and the looping through the lines. However, the loop does not seem to exit properly, but its not looping either. Here is my code private void OnCom4Receive( object sender, SerialDataReceivedEventArgs e) { string x; SerialPort pt = ( SerialPort )sender; //Trap the received messages try { while ((x = pt.ReadLine()) != null ) { MessageBox .Show(x); if ((x.Length >= 5) && (x.Substring(0, 6) == "+CMGL:" )) { string [] msg ...Show All

  • Smart Device Development Set colour of ListView Items(rows) or even columns (or ColumnHeaders)

    Hi all, I have searched the net but to no avail. Is it at all possible for me set/change (programitcally) the colour of ListViewItem rows, and/or Columns and/or ColumnHeaders Thanks Tryst Please check if the following posts may help ...Show All

  • Visual Studio Express Editions .NET tag

    I have installed "Microsoft Visual Studio 2005- 8.0.50727.42(rtm.050727-4200)" and this is what I see when I open the Help menu.In the installed produts,it shows"Microsoft Visual Basic,Microsoft Visual C#,...but at my friends place I see "Microsoft Visual Basic .NET ,Microsoft Visual C# .NET ,....."Why is it that he has got .net tags at the end as shown above but i don't and yes he is using VS 2003. I am also not able to create or start a ASP.NET,why is this so.Am I using the Enterprise edition So what exactly am i using is it VS 2005.net or VS 2005,are both VS 2005 .NET and VS 2005 one and the same. ...Show All

  • Visual Studio Express Editions Can I Safely Install Visual C# Express if I have ...

    Hi, I was wondering if I can I Safely Install Visual C# Express if I currently already have an important application that uses dotnet 1.1 My priority is to not interfere with the stability of this application that I use daily. Thanks, Steve Yes you can. When you start a .NET application the system tries to run it with the version of the framework it was built for, so if you still have 1.1 installed then it will run without even knowing 2.0 exists. ...Show All

  • Visual C# When Using a "C" style comment /**/ how do I disable the automatic * on every line?

    How do I disable or stop the IDE from adding a new * on every line after hitting the enter key when I am creating a "C" style comment /*  * I don't want this line to start with *  * I don't want this line to start with *   **/ Like This: /* My comment is now easier to read. Because, there is no * in front of every line */   First of all I must say that I sofar like the VS2005 environment a LOT! Good job! If you consider the possibility to modify the apperance of comments then I also hope that you consider the possibility to modify the indentation of the comment. I, for example, usual ...Show All

  • Windows Forms Help Button

    In a 2003 VB.Net windows-based app, if your form has the Maximize Box and/or Minimize Box properties set to True, then the Help Button is not displayed. Is it possible to move the "What's This" Help button functionality to be accessed as a menu item  If so, how would this be done Thanks. Well in order to have a help you&nb ...Show All

  • SQL Server SQL Server 2005 - 180 Day Trial Edition

    Can this trial version be upgraded to a fully licensed version once a license has been purchased without the need to re-install.  I will be buying an Open Volume license once it is available but would like to set up the server initially with the trial version If you mean the Evaluation Edition, yes it can be upgraded through setup to: SQL Server 2005 Enterprise Edition SQL Server 2005 Developer Edition  SQL Server 2005 Standard Edition SQL Server 2005 Workgroup Edition SQL Server 2005 Express Edition Dan ...Show All

  • Visual C++ errors with winreg.h

    Hi, I am using Visual C++ 2005 Express Beta 2, with the Platform SDK and the DirectX SDK installed. Whenever I try to compile a program that includes headers like this: #include <dsound.h> #include <string.h> #include <io.h> I get these errors (over 100): ------ Build started: Project: CPP DX Simple, Configuration: Debug Win32 ------ Compiling... CPP DX Simple.cpp C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\winreg.h(170) : error C2065: 'HKEY' : undeclared identifier C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\winreg.h(171) : error C2146: syntax error : missing ')' befor ...Show All

  • Windows Forms DGV w/ CalendarControl

    I have a DGV with a calendar control. The calendar control works fine for those rows that have an entry in the field. When clicking on the DGV to enter a new (line) entry, the default value which was in the calendar cell from the code is replaced to a NULL value. This change causes an understandable "InvalidCastException" in trying to convert the (Null) value to a date. The default value is set at the table.column database default as (CONVERT([datetime],CONVERT([varchar],getdate(),(1)),(1))). I've also tried just getdate(). --- [I'm having a second issue with the combo filter which I'll inquire after sorting the first ...Show All

  • Visual C++ GetDC function

    "anonymous@discussions.microsoft.com" <lewix@discussions.microsoft.com> wrote in message news:5c171357-414c-4815-a105-05f8076d448d_WBRev3_@discussions.microsoft.com > This post has been edited either by the author or a moderator in the > Microsoft Forums: http://forums.microsoft.com Hi, > i hope i'm not posting a newbie question. > I have to get current DC handler of my window dialog, so (as > suggested on most forums on the net) i use GetDC() function. > It is explained (in MSDN site too) GetDC has one argument: HWND hWnd. > But if i type > HDC hDC = GetDC(m_hWnd) > on my ...Show All

  • Visual Studio Team System Things I miss from Source Safe... any suggestions?

    I have found myself missing Source Safe many times over the last few months as I have worked with TFS. Usually this is due to quirks in the UI (which hopefully are related to the fact we are still Beta3), but there are a few other things that I miss that made my life as a lead developer easier. Maybe someone has some ideas on how I should be doing the following in the new version control system... 1. Search for Status / Wildcard Search Sure in the Source Control Explorer you can view all Pending Check-ins and see everything you have checked out. Very cool and easier than Source Safe. But how do you view ALL pending check-ins for ALL de ...Show All

  • SQL Server Grouping a query in 30 seconds

    Hi, How can I make a query and group the registries in a interval of 30 seconds...like for each line I have a datetime field that have all the day, and I need it to return just like TIME Contador_type1 Contador_type2 Total 01-01-2006 00:00:30.000 2 5 7 01-01-2006 00:01:00.000 3 7 10 It's just an example...but that's the result that I need and my table is data_hora -- datetime field tipo - 1 or 2 -- count nrtelefone - that's is the number dialed. Thanks Hi there and welcome to the groups, see ...Show All

  • Windows Forms I don't know how to deserialize multiples objects from a binary file - help!

    I'm having a trouble. I'm working in an application that allows to the user designs a form at design time (drag controls into a form)... The problem is that a form can't be to serialize. Then, I use a foreach bucle for get all controls in the form.Container.Components collection. Each control is serialized into a file called "myserialize.bin" (using append in the stream). All working until here. I don't know how load or re-create each component (into the "myserialize.bin" file). How to deserialize the objects (stored in a binary file) and that this files allow in the original state (at design time). I need help in this point. Regard ...Show All

  • Visual Basic Current Record

    Hi, How can I display the current record info(Record X of XXX) in a ADODC control Is it possible Greatly appreciate your suggestions and feed back. Struggling to teach myself. KPLG OK, I fyou want to develop using vb6 which is old technology from 8 years ago. Then your in the wrong place to get advice. These forums are for VB.NET and there are better places to find answers for older versions of VB. Maybe the VB6 newgroups - http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.vb.general.discussion&lang=en&cr=US Or perhaps the VB6 resource center http://msdn.micro ...Show All

  • Visual Studio Express Editions It is possible to use SQL svr instead of SQL Express

    Hi all! I am using the Visual Web Developer 2005 Express Edition Beta, I am doing the tutorial which are very interesting, I want to use databases with this, I have SQL server installed on my computer and I don’t want to use the SQL Express, how do I change this any little hint a tip a link anything will be great apreciated. Kind regards. Oscar Catana. Friends, Thanks. I got the answer, I create a new connection and it works. Kind regards. ...Show All

©2008 Software Development Network