pickedname's Q&A profile
Smart Device Development Socket c# programming on windows mobile 5.0
Hi please look at this link it my question based on c#! Thanks! Kin http://forums.microsoft.com/msdn/ShowPost.aspx postid=299042&isthread=true&siteid=1&authhash=6dcb696aa96f08b031e59fda92f84b7173ab8be0&ticks=632779917540143020 It's not that typical for GPRS to allow anything but outgoing connections on few selected ports (e.g. HTTP, IMAP/SMTP/POP3) port and even in these cases you might have to go through a carrier's proxy. Contact your carrier to find our it that is supported. To find out if your application actually works test in on a normal network (Ethernet, Wi-Fi) or on emulator with virtual ne ...Show All
Visual Studio Team System Beta2: Cannot create a Team Project
I am not able to create a new team project. I'm logged in as a domain user with local administrator membership. On the last screen of the wizard I get this Process creation failed with error: "Initializaton failed for plugin(s): "Microsoft.Pcw.wss"" Here's the log content: 04/22/2005 01:48:54.478 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://syd-3rtest:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0 seconds 04/22/2005 01:48:54.478 | Module: ELeadServiceMediator | eLead web service proxy constructed | Completion time: 0 seconds 04/22/2005 01:48:54.509 | Module: E ...Show All
Visual C++ Need help with a funtion to take a name entered by a user
I want this function to take the name of the user and then display it. However it will only display a number when I run the program. I am new to C++ and programming for that matter so any help would be appreciated. char GetNameOfInvestor( char name) { numberOfYourFunctionsCalled++; Console::Write(S"Please enter your name: "); String __gc * input = Console::ReadLine(); return name; Hi. You seem to be starting out with managed C++. I do not recommend this. Either learn C++, or learn C#, is my advice. A char is a single character, which can be represented by a letter, or a number. You're correctly rea ...Show All
Visual Studio Express Editions Problems debugging
I have a problem when I'm debugging a project. Error while trying to run project: Unable to start debugging. What can I do What kind of project is it I don't believe you can debug a class library... and probably some other types of projects. ...Show All
Windows Forms validate textbox in user interface textbox.
Hi, I have added a new page in my setup and deployment project in c# for the web. Basiclly, want I want to do it's to retreive various configuration path on the installation that I will change in the web.config of my application. IE: Database name: Database password: Path of pictures: When user will enter thoses parameters, I will have a custom action on the install that will get the value from the user and incorpore it into the web.config of my application. My question is: Is there anyway I can validate the textbox at the setup phase I want to validate the path so if the user tried c:/asdf/\#~\\/asdf it will say, sorry, ...Show All
Visual Basic VB express conecting array and table
I would like some general info on connecting an array and a table. Specific code examples that work and that I can play with would be VERY helpful. Also my Visual Basic for Dummies book talks about an Arraylist as being very good but I have found very little on using it with multiple columns. In fact there is one help page that indicates that it can only be one dimensional. I have created and connected a database to a table and am tying to find the best way to display calculations done on the database values. I do not see any choice to bind an array in the "properties:right-click-on-column:edit columns" area where I bound the ...Show All
Visual Studio Tools for Office VSTO 2005 Word Bookmarks
On the client side I created a Word Document Project using "add the datasource to the project, add the bookmark controls and then databind the bookmark controls to the fields in the datasource" and "you should be able to simply drag and drop a field from the datasource to the document to create a bound bookmark control." (thanks to Ken Laws 24 June 2005). I used the DataSet Wizard to create a strongly typed dataset connected to the DB. The drag and drop worked fine. On the server side I used a trigger to indicate added DB records and cached the record in a copy of the client side word document. On the client side I ...Show All
Windows Forms OOP and Databinding
Ok heres the senario.... I have an object called "person". This 'person' has normal characteristics like Forename, Surname etc. I am using this 'person' as a data store that sits inbetween the UI and the database (and therefore creating re-usable code). Once the data is moved from the UI and into the 'person' object, I then use this& ...Show All
Visual Basic Need Help on Displaying ContextMenuStrip
I need help displaying a ContextMenuStrip in a ListBox when I right click my mouse. I have been trying but I only get it on left click and the menu appears in my top left hand corner of my screen. (This is for VB.net 2005) If anyone knows how to do this please help, Thanks! Also I have another question about how to get a text to go to the end. Like I have a text box to show raw data of an IRC Server and I would like to try to get it to the end instead of staying at the top. In Visual basic 6 the code for it was: Private Sub txtData_Change() txtData.SelStart = Len(txtData.Text) End Sub So In vb.net 2005 I tried this cod ...Show All
Visual Studio Express Editions How do I get my free e-books?
I downloaded, installed and registered the beta editions before Nov. 7th. I have yet to get an e-mail though telling me how to access my free e-books. I have a benefits page where I can download icons and pictures but nothing about e-books. Anyone know what's going on Thanks. Since no one is replying I'm guessing everyone else has their e-books If so how did you exactly get to them ...Show All
Visual Basic Progress Bar & Status Label Problems
I am working on a web browser and have reached the step of inserting a progress bar and status text. I have a status strip at the bottom but when i insert a Progress Bar and I run the Program, it never works. For the status text I need to know what code is needed for there too. Could somebody tell me what code I need to insert into it so it will function properly. Also, will the Progress Bar disappear when I'm not loading a page then Thanks Code Samples Below: Progress Bar Code: Private Sub ToolStripProgressBar1_Click_1( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ToolStripProgressBar1.Click ...Show All
Visual Studio VSIP/Visual Studio 2005 SDK and open source language services?
In the near future I would like to attempt a language services plug-in using the Visual Studio 2005 SDK (formerly called VSIP I believe); the free version, to be specific. However, since I may or may not have much time in the future to work on it, I was wondering if a non-viral open source license - something like MIT or BSD that does not propogate up the chain - would be OK. I do not care much about the particulars of whatever licenses are acceptable; anything that lets me share the source so other people can hack on it is fine by me. Any-one know the answer to this C'mon now. There's no need to be afra ...Show All
Visual C# Why no multiple inheritance allowed in C#?
Hi , Why no multiple inheritance allowed in C# Thanks, Senthil, You should take a look at this article at C# Corner. ...Show All
.NET Development Removing \t\n stuff from XML
Hi all, im building a super cool Reporting Server in ASP.NEt that parses XML docs and generates sql to run and return results. And i must say, all you MSD's will be impressed. However i need some help still. My Xml sturcture is (very) basically like this ... <query> <sql> My SQL HERE </sql> </query> i Preserve the format in the sql block and so when i pull the sql text from the XML doc i get some \t\n and \r\n line returns in the text that comes back. How can i use Regex (or Replace()) to remove these from the strings. I am having a hard time finding a Regex pattern that will remove this fr ...Show All
Windows Forms Verisign Certificate
We have bought a code signing certificate from Verisign. The problem is the certificate will not install into the Personal Store and cannot be accessed by the Visual Studio. Without this we cannot publish a signed clickonce application. Any help is appreciated. Thanks in advance. Paril Solved the problem. The two files that make up the certificate .spc and .pvk need to converted into a single .pvk file which can then be imported into the Personal Store. This single file stores both the public and private keys of the certificate. There is a PVK Import tool from Microsoft that enables .spc and .pvk files to be converted in ...Show All
