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

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

Andrew101279

Member List

davidemile
Charles Wildner
sParc134758
TechAvenues
stalag
mmickas
HOODEY
halfasleeps
coolash
Adam Finster
oshea00
tqlashot_kk
slack7219
Kiku
John Whattam
Shilpa Shashitej
oozsakarya
egghead2006
sturdy
roguck
Only Title

Andrew101279's Q&A profile

  • Visual C# adding Favorites Functionality from IE to a Form??

    What needs to be done to add "Favorites" Functionality to a Form like in Internet Explorer I'm not sure what needs to be done to get that kind of Functionality in my Project.. Thxs for the Help in Advance.. Well, does your app show HTML pages If not, what sort of 'favourites' do you want to show. At the core level, whatever you want to browse to, you need to store it's name, and some associated data that allows you to complete the request, probably as an XML file. ...Show All

  • Visual Studio Tools for Office how to turn off outlook security warning dialog box using C#

    Hi, How can one get rid off the  Security Warning dialog box which pops up when you try to access a property of ContactItem in Outlook 2003 I'm using Visual Studio Team Suite Beta 2, Microsoft Outlook 11.0 Object Library, Outlook 2003. I've written a webform to get the list of contacts and display it in a listbox. But everytime the webform loads, an outlook security dialog box pops up. I'm not sure if this is the right forum but I couldn't find another one specifically for Outlook 2003 programming. Here's the code. protected void Page_Load( object sender, EventArgs e) { Outlook. Application app = new Outlook. ...Show All

  • Visual C++ VS8 2005 Projects only work on my PC

    Until recently I've been using VS.NET 2003, now I have VS8 2005.  And none of the project I make work on other computers.  They only work on my PC, when i try to run the program on another PC I get this error: C: \FilePath This application has failed to start because the application configuration is incorrect.  Reinstalling the application may fix this problem . Why is that   How can I fix it Also, when I compile VS.NET projects with VS8 2005 they work fine, but when i make a project with VS8 2005 and build it with VS8 2005 is when it doesn't work. File path File-path Filth Footpath Telepathy Edit... Revert t ...Show All

  • Visual Studio Team System Getting and using cookies

    I'm having trouble getting a cookie from a respons before I need it in a request. The following line uses a cookie as a request parameter. I'm unable to get the cookie before I need it in the request. Is there anyone that can try this If you would like to record it yourself go to http://www.ancestry.com | Click the subscribe link and then click on the Sign up now button. Enter a first and last name and some bogus email address (make sure you don't uses the some email twice in the code) and then click continue. THe post from the continue button will return an ATT cookie that is needed to continue to the next page. I can't get this cook ...Show All

  • Windows Live Developer Forums Just too be 100% sure

    Just to be 100% sure, are you allowed to submit multiple entries Because I allready have a working application, but I am working on a better (and differend) one too (and will submit that one if you are only allowed to submit one entry). The bonus prizes are completely separate from the main contest prizes.  It is absolutely possible to win a bonus prize as well as one of the overall contest prizes.  -Scott ...Show All

  • .NET Development Socket, detect message boundaries for objects - working code?

    Hi, I'm stuck with a problem that is bugging me for days. I'm custom serializing objects and sending them across async TCP sockets. However, I have a problem deserializing messages when the receive is split up in different packet sizes and I just can't figure out how to get it right. The problem is, that all works fine for a couple messages but then the header size is read incorrectly (I'm sending a header for each messages that tells the length of the incoming message so I can detect the message boundary): 2005-11-21 16:13:12.0468|INFO|Test.Server.ClientCommunicator.Server|Received connection from: 127.0.0.1:1990 2005-11-21 16:13:12.109 ...Show All

  • Windows Forms DataGrid TableStyle Problem and ScrollBar Problem

    I have an Expense Data Entry form which contains a DataGrid showing various expense categories. There are three columns Description, Cash Exp, Credit Exp, where Description column is readonly.  Users have to press a checkbox to specify whether they want to use DataGrid to provide break-up or provide total value in textbox. Now when checkbox is unchecked I am&nbs ...Show All

  • Visual C# DLL with .exe

    Is there a way to when compiling the release version all the DLL used in the solution go together with the .exe and not separated Thanks Hi, Nope i don't think its possible. But if you want, you can create an installer and bundle all of yourr dll's and exe into a single installer exe... cheers, Paul June A. Domag ...Show All

  • Visual Studio Team System Reverse Engineering C# projects

    Hello, I'm trying to reverse engineer a UML model from my very large solution and it's not working. I'm hoping someone reading this can help. I've got a solution with 170+ projects. Three are C++ projects, the others C#. I've got all but 9 C# projects unloaded. I select the solution node in the solution explorer, then select Project->Visio UML->Reverse Engineer. DevStudio says it completed, Visio starts, but all I get is an empty UML model. Below is the output window results: Performing pass number: 1. Performing pass number: 2. Number of warnings: 0. Exporting UML model to Visio... Reverse engineering succeeded. ...Show All

  • .NET Development SerialPort Class Help DataReceived

    I'm using the DataReceived from the V.2 .NET SerialPort class. I'm communicating with a microprocessor board and i can write to it fine. I'm having trouble reading from it. It sends a single byte at a time without an EndCharacter. I can see the byte being sent on my oscope and with an older Turbo Basic program it does read the byte. My problem is that my DataReceived event isn't being thrown. I have my ReceivedBytesThreshold set to 1 and i still can't see anything. Here is my code just see if the event can be thrown: Private Sub SerialPort1_DataReceived( ByVal sender As Object , ByVal e As System.IO.Ports.SerialDataReceivedEve ...Show All

  • Visual Basic For Each??? Questions

    Dim rNode As Infragistics.Win.UltraWinTree.UltraTreeNode For Each rNode In UltRepairCodes.Nodes If e.KeyCode = Keys.Enter Then rNode.CheckedState = CheckState.Checked Next I just want to access one element and if i hit enter it will check but i am getting them all checked...I know i am saying "for each" node in the list but i just want it to be one item in the list to be checked when i hit enter....what should i do a lil lost! I'm not fimiliar with the infragistics treeview control, however the VS version has a selectednode method that retrieves a reference to the currently selected node on ...Show All

  • Visual Basic Can VisualBasic send an SMS message?

    Can VisualBasic v8 (.NET 2005) send an SMS text message to a mobile phone# Mine's running on Windows server 2003. This would be ever so cool !!! Well, yes, Visual Basic can certainly be used to create a program that sends SMS text messages.... BUT... You need to talk to something that knows how to send SMS messages. This something can either be a mobile phone that is connected to your computer (exactly how you talk to the phone depends on the model and how it is connected), a publicly available server that lets you send SMS messages (the only ones that I've personally used were located in Sweden, and did not allow ...Show All

  • .NET Development Impersonation

    hi. where can be a resource or documentation found(or some code example, appreciated) as to configuration from the code, yep there are plenty of config file examples all around. But in my case I have to make a call ( ISomeInterface ) Activator . GetObject( typeof ( ISomeInterface ), "tcp://........" ); And there should be a line of code where the TokenImpersonationLevel.Impersonation could be set, not in the config file of course(that one is easy). Thanks in advance for attention. Hi Anar, you can programmatically set the TokenImpersonationLevel when you create your channels.  For example ...Show All

  • Visual Studio Team System Installing TFS - Error 28002

    Over the past few days we have been installing a single server deployment of TFS on a Win2K3 server with a domain administrator account. The error we get is Error 28002 (about 90% through) during the install. We tried this install many times on two different servers, as well upgraded the Domain Controller from 2000 to 2003. We even setup the install TFS account to have full domain administration rights. The error in the system logs: ------------------------------------------------------------------ Product: Microsoft Visual Studio 2005 Team Foundation Server - ENU -- Error 28002.Error unknown. For more information, see Help and Su ...Show All

  • Smart Device Development Help! about the Menu!

    I noticed that in vs2005(smartphone 2003 SE app), MenuItem can only be added into right softkey popup-menu. But I want to get a popup-menu when I press the left softkey, how I can do Thank you T.T Sriram Krishnan MSFT wrote: That would be a violation of the logo guidelines. Dont do it! That is a lie. http://download.microsoft.com/download/5/6/8/568a922b-b62c-46d3-a745-0172c2638686/sp_handbook_may2004_final.pdf "Required: Menu on Right Soft Key If the application uses a menu, the menu must be located on the right soft key. The left soft key must be for quick (common) actions, such as ...Show All

©2008 Software Development Network