ChrisK0533's Q&A profile
Smart Device Development Serial Port DataReceived Event in .Net 2.0
Hi there, This is driving me crazy, I cannot seem to get the DataRecieved event to work on the Pocket PC using the new serial port class in Visual Studio 2005 with C#. The DataRecieved event just never seems to be called. I can write data to the port just fine. Here is some very simple sample code that reproduces the error:. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; u ...Show All
Visual Basic Webbrowser control
Hi, Nearing the end of my custom web browser - many thanks to everyone so far who has helped out. I have a few remaining issues I would ask for your assistance on. 1. Cut,Copy,Paste - I have attempted at least 4 code writes for this, all are failing or incomplete. In VB6 I used to use ExecWB but thats gone now in .Net is seems. 2. Accessing Favorites and Internet Options. I cannot find ANYTHING on this for VB .Net 2005 .... any guida ...Show All
Visual Studio Express Editions Authenticating Outgoing SMTP Server with SMTPClient
I am writing a program that will create an e-mail message and send through the SMTP Client. I cannot get it to authorize the outgoing SMTP Server. Here is the code I am using. Dim mySender As New System.Net.Mail.SmtpClient(My.Settings.SMTPServer, My.Settings.Port) If My.Settings.AuthRequired Then Dim EmailAuth As New System.Net.NetworkCredential(My.Settings.UserName, _ ...Show All
.NET Development access permission probelms. HELP ME!!!
I have two computers, a desktop and a laptop, both running win xp home. Both are wirlessly enabled and connect wirelessly to the internet through a belkin router. The desktop will happily see the laptop and share files, and everything seems to work just fine. The laptop, however, refuses to see the desktop. I have shared all folders properly, both are part of the same workgroup, and I have run the network set up wizard, and tried to connec ...Show All
Visual C# Using C# with MySQL
I'm asking about using C# with MySQL server. Which is better using C# with SQL server or C# with MySQL server I'm working with project that used C# as my application to read data from smartcard. The data from smartcard then will save into database. Which server is better yes.. as he sad.. you you wanna store real big amount of date is best SQL server.. but in ypur case use MySql .. is simple. is small and free ...Show All
Windows Forms DataAdapter wizard???
In whidbey, what happened to the dataadapter wizard that was in VS.NET 2003 My ADO.NET knowledge is lost... Check out the Data Source Wizard , available under Data | Add New Data Source... ...Show All
Windows Forms Serializing a Collection
I have a control that has a Collection Property on it. How would I go about making that collection serialize say by serializing it into calling AddRange and passing in all the items of the collection I tried a TypeConverter using Instan ...Show All
Visual C++ Visual C++ 2005 Extremely Disappointing vs C#, J#, VB.NET
Based on the many features available in the 4gl(ish) type languages that are NOT available in C++, I must admit that everyone on the Visual C++ 2005 team have greatly disappointed many of us C++ developers/engineers. You've made it difficult for me personally to justify upgrading our organization to the MSDN 2005 Architect suite since the majority of our organization develops software in C++. While the sourcing and bug tracking suite of produ ...Show All
.NET Development Reliable, stable and adaptable client/server solution?
I have a multi client/server project in development (VB.NET 2005) and was looking for a stable and adaptable basis for the networked communication between the clients and server. So far, i've got a tcpclient client-side and a tcplistener server-side, with a byte-based network stream providing the actual data transfer. Other posts reccomend asyncronous reads (which I have semi-implemented at the moment) but i'm not sure if my current approach ...Show All
SQL Server Transforming Published Data
Hi, I have read that the old method of using DTS to transform data during replication will not be supported in 2005. In SQL Server 2005, is there a way to use an SSIS package to modify data you want to replicate Matt, transforming published data is deprecated in SQL 2005, which means it's still supported, but will be removed in a future release. You can find more information about this in Books Online ...Show All
Visual Studio Failed to create wizard.
Follow the steps in the Walkthrough: Creating a Wizard http://msdn2.microsoft.com/7k3w6w59.aspx use c#. After step 6, I got two warnings Warning 1 "I:\test\MyNewWizard\bin\Debug\MyNewWizard.dll" does not contain any types that can be unregistered for COM Interop. MyNewWizard Warning 2 "I:\test\MyNewWizard\bin\Debug\MyNewWizard.dll" does not contain any types that can be registered for COM Interop. MyN ...Show All
Visual Studio Team System Team System for Project Managers
hi I am quoting this from microsoft site. " Design, develop, and test modern service-oriented solutions Team Suite combines the Visual Studio Team System role-based products into a set that address the needs of multifunctional roles in an organization. The Visual Studio 2005 Team Suite includes the following: Team Edition for Software Architects Team Edition for Software Developers Team Edition for Sof ...Show All
Windows Live Developer Forums IsBirdseyeAvailable() does not work
In my BODY ONLOAD I call a function that loads a map. I want to determine if a Birdseye map is available for the location loaded; however, it never works (I know this because I have tested it against locations that have Birdseye maps). Here is my code (GetMap() is called from BODY ONLOAD): var map = null; function GetMap() { map = new VEMap('myMap'); map.LoadMap(new VELatLong(33.85, -84.363192), 10 ,'h' ...Show All
Visual C++ Close Function
What's wrong with the Close function of Button3 in the following code #pragma once #include "Form2.h" #include "Form3.h" namespace TheZone { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; /// <summary& ...Show All
Visual C# Looking for Book Recommendations for C# (was: hello)
hello i am interested in c#,but i known nothing about it. i want to read some book ,can you tell me what book is i need thanks TAG wrote: itisapple wrote: hello i am interested in c#,but i known nothing about it. i want to read some book ,can you tell me what book is i need thanks Nothing can be better then language specification: For C#1.0 = http://msdn.microsoft.com/net/ecma/ ...Show All
