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

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

Shinra

Member List

catdesign
Chicho Mendelevio
Brian Norman
oz4000
Mihir Vaidya
Tony Chun Tung Siu
Padschild
Bernard Yves
Tarkan G.
Itay Sagui
Mr. Hanky
Trying_hard_to_get_Vista_to_work
Nazgob
Ste Moore
The Happy Friar
Saqib Ullah
markgoldin
momark
eperales
Dave Gep
Only Title

Shinra's Q&A profile

  • .NET Development All versions of Framework?

    I'm not sure which forum to post this question in ... none of them seem right. We are migrating our 1.1 WinForm app to 2.0. Our app uses a few third-party .DLL components. At least one of these is compiled under the 1.0 Framework. I have two questions, I guess. First, will an app that was compiled under 1.1 run under 2.0 I was under the impression that it would not, so I wanted to load the 2.0 runtime on a clean machine and see if the app would still run ... IOW, I wanted to see by loading the 2.0 runtime (as if I were an end-user), if the 1.1 and 1.0 runtimes were also loaded. (Which is my second question). Unfortunately, I ...Show All

  • .NET Development STARTTLS support?

    I'm struggling a bit with a VB.Net 2005 app that requires SMTP STARTTLS support, both from the client (initiating) and from the server (receiving) side. STARTTLS allows email clients and servers to begin with a non-encrypted TCP/IP session and then "upgrade" the connection using encrypted TLS upon the client issuing the STARTTLS command. I believe I can use the standard socket class and then overlay the SSLStream class, also bringing in the certificate class. Thanks for any insights, code snippets, etc. that you may have. -Jim Are you using the System.Net.Mail.SmtpClient object   It sounds like you ...Show All

  • Windows Forms .NET with IE

    I am unsure of the technology direction/selection to be used here. In the past when writing an application to be hosted in IE we would build simple ActiveX controls to meet advanced UI requirements. Moving forward with .NET what is the recommendation to meet similar needs Basic searches have all turned up ASP.NET but this requires server side IIS use and that may or may not be the infrastructure from location to location. Client stations have IE but servers might be running Apache. Any suggestions/recommendations/direction Thanx You might want to consider writing a distributed application, where you would h ...Show All

  • Visual Studio 2008 (Pre-release) ListView not using Style when data bind

    I have a ListView control on the screen. In one of the columns, I want to display a complex type, "DistributorInformation". In the <Application.Resources>, I have defined < DataTemplate DataType = " {x:Type src:DistributorInformation} " > ... If I display something of this type in a ListBox, it works great. However, when I try showing it in a ListView, it doesn't pick up my default DataTemplate. I defined it like this and assumed it would pick up the default template: < GridViewColumn Header = " Country Earned " DisplayMemberBinding = " {Binding Path=DistributorInfo} " ...Show All

  • Visual Basic serial port - com

    I toke from the VB6 the example about using the serial port with MSComm. I run this program in VB2005 after it was upgrade ofcourse by the VB2005 and try to send and receive strings in a loop(1-1000). But sometimes in this loop the string that I'm sending is stuck or something that I don't understand why I run this loop with the some strings a lot of times and everytime is a different string that stuck. if someone can tell me why In VB2005 there is something similar to MSComm that I can use Hi, Visual Basic 2005 has a separate SerialPort control which you can use for serial com ...Show All

  • .NET Development xpath won't give back xml-node when attribute is added

    Hello   I have the following xml-document < xml version = " 1.0 " encoding = " utf-8 " > < DIDL xmlns = " urn:mpeg:mpeg21:2002:02-DIDL-NS " xmlns:xsi = " http://www.w3.org/2001/XMLSchema-instance " > < Item > < Descriptor > < Statement mimeType = " text/xml " > <SomeXML/> </ Statement > </ Descriptor > </ Item > </ DIDL > in the XmlNode node. When I ns = new XmlNamespaceManager ( new NameTable ()); ns.AddNamespace( "mpeg7" , "urn:mpeg:mpeg7:schema:2001" ); // used in SomeXml ns.AddNamespace( "didl" , "urn:mpeg:mpeg21:2002:02-DIDL-NS" ...Show All

  • Smart Device Development Sql Server CE Licencing

    That licencing SQL Server CE is free when not connecting to a SQL database, and when a copy of Visual Studio .NET is used to write the application (not the embedded VC++ as discussed in the EULA). Is it possible the EULA is too old to include the newer .NET Thanks, Jeff To use SQL CE with .Net you'd need VS 2003 Pro or above. SQL CE is included into VS 2003 and is covered by it's EULA. Since you're obviously very concerned with licensing issues, you might want to hire an attorney to eliminate all uncertainties with SQL CE and other products you're planning to use. ...Show All

  • SQL Server Connecting to MS SQL DB in other server ?

    Hello, All I have been checking out VB Express for over a week now and I have to say, Im very happy with this Software. Thanks MS Ok, so far so good I have created a basic APP for use in my office that contains information about clients. Now what I just cant get is, How do I connect to a SQL DB that is in a server at a hosting company I have created the DB in the server and all tables now how do I get the connection going If any anyone can show me how to do it I would appreciate it or if you can show me a link to a site that has steps by step that would be cool also. Thank you for your help, ...Show All

  • SQL Server Restricting number of records

    I want to restrict the number of records coming from an OLEDB source. I have 500 records in my source table and I want to process one record at a time I have I set the MaxBufferRows parameter to 1and it l sends 8 records from OLEDB source Any help is appreciated. Sorry but I don't quite think I have enough info to answer your question. It is of course possible to get the record you want to process by using a sufficiently restrictive SELECT statement; i.e., Select * from TableXXX where ID = 123 or some such thing. It would seem to me that if you want to process a single record at a time, that doing something like this in a loop wo ...Show All

  • Visual Studio Tools for Office Is it possible? excel named ranges.... subtotaled?

    I have an excel spreadsheet with named ranges on it, I am total the named ranged: this is one named range column header1 column header 2 columnheader3 sum of column header2 this another column named range So what I would like to do is add another section just below this one…. this is one named range column header1 column header 2 columnheader3 ...Show All

  • Visual Basic I have some questions

    Hi, I was wondering if there was a guide for new people to learn vb or are there any good site for learning also when you register how long can you use the program it says unlimited, does that mean 365 days also after I register how long before I get the online guides thank you, theguy ah ok thank you that makes it clear for me I got confused because it said if you regiter you use it for unlimited use. ...Show All

  • .NET Development how to get some text into a XMLWriter?

    This should be sooo easy. I've got a XMLWriter object I've got a XMLNode How do I get the XMLNode.OuterText into the XMLWriteObject without having to go through hoops messing about with streams, textwriters or any other derived stupidity or otherwise writing lines and lines and lines of code when I should be able to do this in about 3 lines These new readers and writers are rubbish. They just bend my head backwards every time I have to use them. Either I'm very very stupid, or they are just long-winded and illogical And please microsoft, tell w3c they can have thier own xml dom, just ignore them and write us one that isn't soooooooooooooooo ...Show All

  • Visual Studio Express Editions Populating/selecting/manipulating windows file names in a checked list box

    After many hours of trying to solve this problem I can't proceed without some assistance. Thanks Shakalama for the previous helpful information. I need to read in multiple windows filenames into a checked listbox component with the multiselect option. Wrox page s855-857 has some clues but I still can't solve my problem. After the following initialisation: Me .lblApplicationStatus.Text = "Started to retrieve text files..." OpenFileDialog1.Title = _ "Select the required text files..." OpenFileDialog1.InitialDirectory = "c:\ACCESS\somefoldername" OpenFileDialog1.FileName = " " ...Show All

  • Windows Forms book for learning to develop controls

    I can't seem to find a good book focusing on developing custom controls.  Every book I've bought or looked through seems to just skim the surface of creating controls because the book as a whole focuses on either asp.net or win forms or something larger in scale and therefore only devotes maybe 1 chapter to custom controls.  I've looked through&nb ...Show All

  • SQL Server Complex XML Parsing/Shredding

    Hi, I have generated a sample XML document from the XSD file using XMLSpy and used these in XML Source stage. While I was parsing/Shredding the XML file and to write to sequential files I got the following error message. The XML Source Adapter does not support mixed content model on Complex Types. Additional Information: Pipeline component has returned HRESULT error code )xC02092A1 from a method call. [Microsoft.SqlServer.DTSPipelineWrap] Can anybody give a sample code with Complex XML type.  -----------------------------------   Find attached the XSD format. This is FYI. Not sure I understand the ques ...Show All

©2008 Software Development Network