Charlese's Q&A profile
Smart Device Development GSM modem com port on a WM 5 device
Has anyone been able to open up a com port to the GSM radio (modem) on thier WM5 device and send AT commands I think this was possible with WM 2003 but I haven't heard of anyone trying it out on WM5. I've tried a bunch of things, and nothing seems to be working. I can't open a handle with CreateFile to my COM port, I get a "requested resources is no longer available" response. I've tried opening the cellular line in datamodem passthro ...Show All
Visual Basic Dynamic Menu
I wanted to create a menu system that would load the names for the items from a text box. Could someone please help If you're using the VB Whidbey beta, you can create dynamic menu's in VB.Net using MenuStrips and adding menu items. The menu strip can be assigned to many controls. Here's some good links: Changes from VB6 menu's: ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en ...Show All
Visual J# Reference to vjslib.dll fails after RTM Framework 2.0 installation
After installing Framework 2.0 from MSDN subscriptions my previously working reference to a J# assembly fails with 'Could not load file or assembly 'vjslib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.' The assembly is COM interfaced, strong typed and is being called from an ASP page. This also occurred when using an early beta of 2.0 and was reported ...Show All
Visual C# Repeating Sequence
You how you put Console.WriteLine("Press Enter to continue"); and then you put Console.ReadLine(); Now i want it to say would you like another entry Y or N if they enter Y how do i repeat the process of going back to the excution of the program....basically how do i start it over... I know it seems i am asking very basic question...but i started programming very differently than most developers... Hi, Yep, you got it right... . Your ...Show All
.NET Development .NET 2.0 Remoting Versioning HELP!!
We have a Remoting solution that we designed. We want to add methods to our interface to expand the functionality and was wondering what the best plan of action was on implementing this to have the greatest success with backwards compatibility ...Show All
SQL Server Can SSIS package be run from WebService?
Dear, Can SSIS package be run from WebService P.S. SSIS package and Webservice are located in the same computer. Thanks much! It is solved. And 1 more quest. How can I check the saved SSIS package in Microsoft SQL Server Management Studio Thanks much! ...Show All
Visual C# Is there a function which can add a user to a role in ASP.NET ?
Is there a function which can add a user to a role in ASP.NET In ASP.Net 2.0, I create new user by CreateUserWizar, how can I add the user just created to a existed role Hi, Please post questions related to ASP.NET in the forum for ASP.NET http://forums.asp.net/ Regards, Vikram ...Show All
Visual Studio Team System Set permission to some specific group to create new WI
Hi, There is a way to give permission to some specific group to open WI - permission for only opening the bug Thanks in advance, Shmulik. You can restrict the ability to create a new work item to members of a specific group by modifying the work item type definition. For example: <TRANSITIONS> <TRANSITION from="" to="Active" for="[Project]\Administrators" & ...Show All
SQL Server Cannot Install SQLServer 2005 Express
When I try to run the install it detects some previous versions components. The remove all previous beta components fails and I have removed everything from the Add/Remove Programs. Any advice would be helpful Irina Hi Irina, Take a look at your setup logs to find out exactly what pre-release component is being detected. Once you know which component it is, it should be easier to remove. Regar ...Show All
Windows Forms Global application error handler
Is there an easy way to define a global error handler for my windows app Something to catch the exceptions that fall through any other specific try / catches I may have I've tried the following 2 methods and errors still seem to&n ...Show All
Visual C# multiline linklabel ???
hi, How can i have a multilined linklabel thanks Check this http://www.gotmono.com/docs/gnome/bindings/gtk-sharp/misclabels.html ...Show All
Windows Forms Refresh Designer at Design Time?
Hi, I’ve created a simple user control which resizes its height automatically according to the image size loaded by a user at design time. After loading the image my control resizes but the control selection area doesn’t resize automatically - only when I click on the control. My control also has a custom control designer which restricts the control user to set the user controls height at design time. ...Show All
Visual Basic How to add CheckBoxcolumn to Datagridview?
Hi, I'am using DatagridView to display particular data .In this i had already added one checkboxcolumn manually through Datagridview Task. Now i had created new instance of datagridview and i want to show data of different table in it. so i had added column through code. But it is taking the previou CheckBoxColumn though i had created new instance so will u tell me why this is happening.And how do i use one datagridview to displ ...Show All
Windows Forms Accessing Form Caption in Subclass
I'm using .NET 1.1 I have a form class called BaseForm, and I create a subclass of BaseForm called SubclassForm. In the constructor of Baseform, I add text to the end of the Text property: public class BaseForm:Form { public BaseForm(string sSuffix) { this.Text+=sSuffix; } } public class SubclassForm:BaseForm { public SubclassForm(string s ...Show All
Visual Studio Team System Visual Studio Team Suite Licence
Hi, I checked many pages about software assurance and volume licence, i tried to know if someone has the Visual Studio Team Suite with msdn premuim edition, can be able to install on his lab for many developers or he needs a volume licence or a client licence for each developers Thanks, Tarek Ghazali SQL Server MVP Hello Tarek. Unfortunately you will have to purchase one copy of Team Suite for e ...Show All
