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

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

tjwhiteh

Member List

Im Greatest
burly
MrShenanigan
JohanBarnard
Jay P
meetshums
IbexMark
Lorenzo Colautti
Ado_CiVoN
faustoferreira
Vl.K
kroot
Dan Burnip
KayJay
Princess77
oktek2002
flamingwoodchuck
jcarranza
Davenmcd576
TRexian
Only Title

tjwhiteh's Q&A profile

  • Smart Device Development Native development - Survey

    Hello to all native developers. I'm with VSD team and looking for your inputs in making VS platform better for future release. I'll appreciate if you all can spare few minutes and send me answers to the following questions. Thanks, Manav Are you existing mobile developer Yes No I’m looking to start mobile development What best describe you as a developer Professional developer/ISV Enterprise developer Student/Hobbyist/Casual Developer Other What kind of applications do you develop Enterprise Line of Business Entertainment/Media Productivity Gaming Retail L ...Show All

  • .NET Development SSL Tunnel through ISA

    Suppose a client-server app. communicates via a non-HTTP protocol over TCP/IP. To add "Basic" proxy support is simple - you initially send: CONNECT 203.202.137.58:443 HTTP/1.1 Host: 203.202.137.58:443 Proxy-Authorization: Basic b2NlYW5pYVxkYWx0b25wMjpQYXNzd29yZDE= Not all proxies allow Basic authentication - eg ISA may insist on NTLM. Does anyone know an implementation of NTLM at this level (ie NOT using WebRequest) Wal > What exactly does the proxy send in case of NTLM What it sends is not documented by Microsoft. It has been documented by others but only by oberservation. I *could* implement ...Show All

  • Windows Forms Why is ClickOnce enforcing me to sign my application when there is a COM object referenced?

    Hey, I have an application that used to be published with strong keyed assemblies but without a digital certificate. Now that I have a reference to a COM object (that is deployed isolated, so I am targeting x86), it seems even if I uncheck signing, when I try to publish it creates a temporary digital certificate and tries to sign the dll. Why does it do that Hello, The Signing Property Page holds all the settings regarding signing the project. The top half of the property page deals with signing information for ClickOnce applications. The ClickOnce runtime requires that the manifests (the .appli ...Show All

  • Windows Forms error occurred while validating. HRESULT = '8000000A'

    Hi, I use VS 2005 and office 2003 and i have created a shared Add-In , now when i build my Add-in , building is succeded but i get following error Error 1 An error occurred while validating. HRESULT = '8000000A' C:\IgnitoVirtualSite\IgnitoVirtualDirectory\Ignito\IgnitoAddIn\IgnitoAddInSetup\IgnitoAddInSetup.vdproj IgnitoAddInSetup I have moved your thread to the appropriate forum for VS Extensiablity so that you get correct responses. Regards, Saurabh Nandu ...Show All

  • Windows Forms Event for Dynamically Created Controls

    Hi All, i have a form which creates the controls according to the no of records present in dataset  and then these are binded to the certain row of the table of the dataset and my code for this is  Sub createcontrols()         Dim newtextbox As TextBox         Dim newbutton As Button         Dim x& ...Show All

  • .NET Development HTTP-GET through a proxy

    Hey I am working on a proxy testing program as a personal project for a friend of mine, and for the life of me I cannot figure it out.  I have searched the forums and MSDN till im blue in the face for something I figured would be very simple.  maybe you can help,  all I need to do is do a HTTP-GET to a specified URL ( his website ) through a third party proxy ( my proxy ) from c# application.  Can anyone point me in the right direction Thank you very much for your help.  I was able to get the application to work using the "new Network Credential" line. However, I was surprized that the  .UseDefaultCre ...Show All

  • Software Development for Windows Vista WF and WSS (Windows Sharepoint Services) 2003

    Hi, I have to make a document's workflow that host in Sharepoint 2003. Can I use Windows Sharepoint Services 2003 with WF If not, then, must I use partner products like K2.NET Thanks in advance Ignacio You can use WF with pretty much any current Microsoft technologies -- it's not so much a 'is it possible' so much as it is a 'how much work is it.' You might consider hosting WF in a windows service on your host machine that receives messages from a document library event handler. You can also add smart doc capabilities to the documents that communicate with the WF windows service as well ...Show All

  • Windows Forms Dynamic textbox formatting with databinding IDataErrorInfo feedback

    I have my own textbox that inherits the standard textbox. I use it for a few simple things that the regular control doesn't allow. I'd like to extend this to having some awareness of the databindings to provide some visual feedback to the user. For example, if the particular column/property that is bound to the textbox's text property has a column error, I'd like to turn the textbox red. I have two problems to solve in implementing this. First, I need to catch when the textbox is being painted/refreshed so that I can toggle the background color. The databound object and the form already deal with each other regarding when to refresh and red ...Show All

  • .NET Development WebService inheritance+WSDL

    I got some classes which I use as return types for web methods - works all fine - but the WSDL of the web service reflects too much of the structure in my opinion like inheritance which is visible trough the extension base. Is there a way to "flatten" the structure described by the WSDL So that something like Class A with property PA Class B inherits from class A with addition property PB (where class B is used as a return type for the web method) will be described in the WSDL as complexType B with two properties PA and PB instead of complexType B with property PB and extension base A Thi ...Show All

  • Visual C++ _itoa "identifier not found" once ported to VS 2005

    I have recently installed VS 2005 and loaded my VS 2003 project. I quickly realized that I needed/wanted to define "_CRT_SECURE_NO_DEPRECATE" bc I need to be up-and-running with a clean compile fairly soon. After adding the underscore to many of my string related calls, my only remaining problem is with four existing _itoa() function calls. I get the following compile errors: error C3861: '_itoa': identifier not found Sure, it seems that I have just forgot to include stdlib.h, but of course this is not the case as this is old code. What am I missing I have even created the simplest of VC++ Win32 test programs and adde ...Show All

  • Smart Device Development basic operational problems

    Hi All, I am a novice in this WinCE/Mobile environment. Somehow i managed to compile a SmartPhone emulator image (From the New Build Wizard). Before I state the actual problem, a little background : I have an external board kit hosting the modem and processor and a GSM SIM card . I have connected to this board through a COM port(1) of my dev WinXP PC and using Windows hyperterminal i can send AT commands to it to make calls and do all related operations.It works fine from hyperterminal. The smartphone emulator, when started from Windows Platform Builder 5.0 (doing Target->Attach Device after loading diskimage.nb0 in PB 5.0 ) is running ...Show All

  • Visual Studio 2008 (Pre-release) Canvas

    Hi, I would like to know how do you get the position of elements without calling Canvas.SetLeft() etc. Canvas.GetTop, Canvas.GetLeft, etc. only seem to work when you have used Canvas.SetTop, etc., and not on elements that are positioned with Layouts like the stackpanel, gridpanel etc. I would like to know how do you retrieve the position of elements added within the .xaml file and not in the code-behind. Example: (Assume the code works) <Canvas> <Grid Height="30"> <Grid.ColumnDefinitions> <ColumnDefinition Width="20" /> <ColumnDefinition /> </Grid.ColumnDefinition ...Show All

  • SQL Server Now what do I do?

    OK, I was able to create a database using the SQL Management tool easy enough. I called it HitCounter. I created a table, no problem, called it HitTable, so I want to connect to the database from inside my web server. I made 3 columns, IP, Hits, and Last to generate a modicum of statistics as a test case. Also, I presume its easy enough to change the database as I think of something to add.   here is the code so far, icky as it is.....   <html> <head> <% Dim strServername, strLocalname, strServerIP strServername = LCase(Request.ServerVariables("SERVER_NAME"))   ' Server's name strSer ...Show All

  • Visual Studio Express Editions Printing in VB! .. No one has tought me!

    Hey guys, im doing some corcework but unfortunatly I havent been tought how to PRINT in visual basic. Ive soarted the program, its all finished, i have two buttons that want to print, but i dont know the code What i need to do PRINT BUTTON 1: This button will need to print the contents of panel1 and panel2 PRINT BUTTON2: this button will need to print the contents of panel3 I understand, if its not possible to do it that simple, but if you could help me with the code i can like output the values of what is in those pannels. to annouther form, or whatever. THANKS!   Guys You believe there are no women here   Printing ...Show All

  • Smart Device Development visual basic 2005 - Where is the dataform wizard?

    Dear Sir/Mdm, Please advice where can I find the dataform wizard I am trying to create a link for Access Database, incorporating it into a form. Thanks & Best regards, David You can only connect to SQL Server 2000/2005 or SQL Mobile, all other DBs requre 3rd party providers or some sort of proxies, e.g. Web Service running on the same box as Access DB. Please see this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=292305&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=221300&SiteID=1 ...Show All

©2008 Software Development Network