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

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

kad

Member List

mjackson6969
Henry Gabryjelski - MSFT
Quinn Dexter
grnfvr
Patrick Bristow
Tomo-hawk
Cairn
Mark Wilson
kharera
cincyreds
petxa
Arun Goel
ebdrup
John Lyon-Smith
Ketema Harris
kjmorford
alert
Saurabh Jain MSFT
Wakefib
Chris Nurse
Only Title

kad's Q&A profile

  • .NET Development Storing MailMessage?

    With Dim mClient As New System.Net.Mail.SmtpClient mClient.DeliveryMethod = Net.Mail.SmtpDeliveryMethod.SpecifiedPickupDirectory mClient.PickupDirectoryLocation = "c:\\myMails" it is easy to store mails for further use... maybe send them later... nice, but I have 2 problems: 1. the mailclient creates a filname with a GUID... how can I find out, wich filename was used to store the current mail 2. Is there a convenient way, to convert such a file back to a System.Net.Mail.MailMessage ...Show All

  • Visual Studio Team System Web deployment projects

    I am using these for the first time and am pleased to see that Team Build makes use of deployment projects too, Anu has a blog on the subject http://blogs.msdn.com/anutthara/default.aspx I am wandering if there is any scope for a divergent process between the way Team Build interprets the deployment project and Studio does. Basically I want Team Build to deploy to a remote IIS machine rather than just to IIS on the build machine for example Yes - you can merge the web site dlls into a single/multiple dll(s) and find this under the _PublishedWebsites\webDeploymentProjectName folder in the drop site. ...Show All

  • SQL Server How to get detailed info of views?

    Hi. We're using Sql Views to access data from our database, and I need to validate the views so that we don't loose anys data. By that I meen that e.g. if a foreign key column is nullable, we need to use an outer join to secure that we get all the rows from out "main" table in that view + some other checks on the joins and the joined columns. But I couldn't get this info from the Smo.View-object. Do I have to parse the CREATE VIEW-statement manually, or is there a better way to do this Any experiences Any good sql-parser to recommend Regards, Tomsi Thanks - that did it. I've got a lot ...Show All

  • Windows Forms binding listbox to xml element

    Hi, I have a listbox control. How can I bind the listbox to an element of xml  I want to bind the list panel control to the "id" element in the xml. <Accounts>     <Account>         <id>Test</id>         <Password>PwdTest</Password>         <Previliges>          &n ...Show All

  • .NET Development Can't get a TCPClient Connection working

    I've been working on this same thing for quite some time now. I'm trying to make an admin console to manage my IRC server, but I can't get past the beginning stages of establishing and maintaining a connection. I finally copied the code out of the project and made a new one with just a textbox, trying to just dump every bit of data I'm sent into that box, but even that isn't doing anything now. I've looked into IRC communication, so I know I'm using the correct syntax. Can someone look at this and tell me why I'm not seeing anything in my textbox In the project I copied this out of, I was getting one messagebox, which was good, but a little ...Show All

  • Windows Forms Browse Control

    Hi, I'm writing a small windows application. Is there control for browse file, i.e. a textbox browse Thanks. ...Show All

  • SQL Server Sql Enterprise Manager Customization

    Using SQL SERVER 2000 - Enterprise Manager Can add-ins be made against the Enterprise Manager snap-in I wanted a way to filter tables so only those matching specific text are seen. Ide also like to do more, so the ability to create an add-in would be ideal. Thanks E ...Show All

  • .NET Development Is it possible to convert XML into a Class?

    Given an XML stream as below, is there any possibility to convert the same into any treditional class style with . (dots) as seperator of the nodes of the xml file... for instance bank.code.tostring() should reslut me " 5070 " and bank.description.tostring() should result " ICICI - Bangalore " bank.location.destination.code should result " MB " bank.location.zone.code.tostring() should result " 12 " etc ., And the XML file being ... < xml version ="1.0" encoding ="utf-8" > < MainBank > < bank > < code > ...Show All

  • Visual Basic Displaying a file if hexadecimal format.

    I am a beginner at BASIC and I am using Visual Basic 2005 Express. This is what I am trying to do: I want to open a file, the file can be any format or size. I want to open it kind of like a hex editor would, except I want to be able to read the values of certain addresses in decimal format. Here is an example: I have 3 textbox controls: txt1,txt2,txt3. When I open the file I want to take three values from it. The first value is from address 10 and I want it to be 8-bits. The second value is from address 14 and I want it to be 16-bits. The third value is from address 26 and I want it to be 32-bits. Value 1 will go in txt1, value ...Show All

  • Visual Basic vb express 2005 and drive compression

    Hi: I'm new to VB and I am getting ready to compress my drive, I'm running Winxp sp2 build 2600. Will VB run on a compressed drive Thanks, Ninajean ...Show All

  • SQL Server extracting sql table column names

    I am using the following to extract the column names of a table. I would like to do this for the whole database. Currently I am cutting the results into an excel spread. Is there a better way of doing this Here is the query SELECT name FROM syscolumns WHERE [id] = OBJECT_ID('tablename') These are Aliases for the Views mentioned, its much easier to reference them in the select statement than typing the whole name as identifier again for the case that the views / tables have the same columnnames. But anyway, use the following add-in to make sure that the columns you are getting are only from us ...Show All

  • Windows Forms User Controls And Delegates

    Hi, I've got a user control inheriting from System.Windows.Forms.TextBox and I've added a ListBox as a child.  I would like to expose an event when the ListBox changes visibility and I need help coding a delegate.  Any help appreciated. Code Snippet Follows==================================== public class TextBoxLookup : System.Windows.Forms.TextBox { private System.Windows.Forms.ListBox listBox1; public TextBoxLookup() { // This call is required by the Windows.Forms Form Designer. InitializeComponent(); // TODO: Add any initialization after the InitComponent call this .listBox1.Visible = false ; thi ...Show All

  • SQL Server Row and Cell Segurity

    I am trying to implement row-security in SQL 2005 but i make a query to make a view CREATE VIEW vwVisibleLabels AS SELECT     ID, Label.ToString() FROM       tblUniqueLabel WITH (NOLOCK) WHERE ID IN --Classification (SELECT ID   FROM tblUniqueLabelMarking WITH (NOLOCK)    WHERE CategoryID = 1 AND IS_MEMBER(MarkingRoleName) = 1) AND --Compartments 1 = ALL(SELECT     IS_MEMBER(MarkingRoleName) FROM tblUniqueLabelMarking  WHERE     CategoryID = 2 AND UniqueLabelID = tblUniqueLabel.ID) GO And the error is Msg 208, Level 16, S ...Show All

  • Microsoft ISV Community Center Forums Products Roadmaps

    I wonder if MSF does help to create, or at least to follow, a product roadmap... Or what is the best way to create a software product roadmap Ximena Per the product team: Yes, MSF v4.0 provides clear guidance on creating a vision statement for a product and planning a series of releases of that product based on prioritized functionality described in usage scenarios written around a set of personas that are representative of segments within a target market. The prioritization is done using Kano analysis. However, in future MSF releases, we hope to include more material aligning day-to-day ac ...Show All

  • Visual FoxPro selectedItem problem

    Very unexpectedly I ran into this problem today. I think similar statements are working fine in many parts of my forms. o_Ole_TreeViewP7 is a treeWiew on page7. When I turn the pageframe to page 7 I want to make sure that accidental clicking on some buttons on the page won't result in a break up. I mean BEFORE the cursor is positioned on a certain item of the treeView. After the first selection has been made the treeView.SelectedItem is defined. It has type "O." Before that it is "U" - undefined. The trouble is the first statement is ignored despite the fact that there has been no selection made yet and the type is &qu ...Show All

©2008 Software Development Network