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

Software Development Network >> Robert Haycock's Q&A profile

Robert Haycock

Member List

MLange2064
Leebert
DanTakacs
csaba legany
katghoti
otakung
Brian Altmann
fozia
sweetie
Art Johnson
AldoDey
Robert Housedorf
Greg Kane
iSpeakGeek
Dragon123456789
Nirupam Pratap Reddy
Dan Violet Sagmiller
Laser AOC
venkatakrishna
keeperman
Only Title

Robert Haycock's Q&A profile

  • Smart Device Development Back Key Problem

    I am writing a Smartphone App.  I have things running pretty smoothly but I have hit a brick wall with an error I can not trap. Basically I call the data input form like this: Private Sub MenuItem1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem1.Click 'New Record    Dim f As New frmRecord    f.ShowDialog() End Sub THe problem is that if the user presses the BACK key in the new form, I get an "Argument Exception" error the occurs on the end sub line after the form closes. I tried to trap the Back key on the frmRecord using the code I copied&nbs ...Show All

  • Smart Device Development What is the best Pocket PC

    Hi Everyone, Looking for a palm pocket pc to run a program for my computer. This what is required. 1. .NET Compact Framework capabilities 2. Networking or internet connection capabilities, we need to some how connect it to a point, so we can upload new information, and download current information.  3. A palm that does not require any program to connect to  ...Show All

  • Windows Forms multiple files search in a directory?

    Does anyone know of a simple way to return multiple files extensions from a directory search.   This is what I'm trying to do. Dim strFiles as String() strFiles = Directory.GetFiles(p_strSourcePath, strFileNum & ".jpg* " & strFileNum & ".bmp*") I think this is possible, I'm just having trouble with the syntax.  Any ideas Thanks, Rick ...Show All

  • Visual C# Saving A MDI Child Form From Its MDI Parent's Toolstrip

    I have searched the web and I cannot seem to find out how to call a public save function in an mdi child from its mdi parent’s toolstrip. I’m basically after the same functionality as you get in something like Word. You can have several documents open, but when you click on save from the toolstrip it only saves the active document. How do I get this to work   Either: a) create a save event on your MDI parent and add a handler to it when the child window is opened. The toolstrip button triggers the save event. b) when the child window is opened, add a click handler directly to the toolstrip ...Show All

  • Visual Studio Team System Process Templates - Check-In Policy / Build Types

    The documentation for creating custom process templates doesn't mention how I would set the default check-in policy (I wish to force code-analysis and customize which rules are turned on/off), or how I would include one or more build types by default. Is there a way to do this within a process template No checkin policies are not part of the process template.  They are configured separately.  Perhaps in the future, we will add them.  After you create a project, using a process template, you can modify the project properties to set the checkin policies. Brian ...Show All

  • Visual C++ How can I get the CheckedListBox for a Com project?

    Hi, I'm developing a in process COM server to add prooperty pages to Active Directory. i'm using V.S. 2005's C++ with only the standard library. When I create the GUI resource file for the property page, there is only standard listbox availble in the Toolbox. I know that checkedListBox is availble if I were developing a window application using VC++ from the toolbox. Does anyone know how I can get that added to my toolbox for this project Thanks. Hi Martin, I inserted the List Control onto my Dialog and then sent the following message to add item but it's not working. Are you sure the List Control is the same as List View Tha ...Show All

  • Smart Device Development datagrid cannot change content?

    I binding a datatable to a datagrid control: datagrid1.datasource=datatable1 when I change the datatable, the datagrid cannot change content what's matter How do I do DataGrid should reflect changes to the bound DataTable, but not to the data base this DataTable was populated from. Please post some code so we could see what you doing. ...Show All

  • SQL Server How to incorporate exec sql describe select list

    Hi, What is the "EXEC SQL DESCRIBE SELECT LIST" equavilent in .NET using MS SQL Server Thanks in advance. If this gets the metadata of the result then you can just look at the SqlDataReader object returned by calling ExecuteReader for example. There are many ways to do this depending on your requirements. Check out the .NET SDK on SqlCommand object for some examples. ...Show All

  • .NET Development TcpChannel: uniquely identifying clients

    I would like to be able to obtain the IP address of my TcpChannel clients, or better yet, some other unique identifier which I could use to distinguish my clients and track them. Is this possible Regards, Robert There may be a built-in way to do this, but here's one approach: Could you implement IServerChannelSink, and add your transport header on the client side (and pass the client IP address), then extract it in the same method on the server side Aha, someone else is on the same track. See: http://www.dotnet247.com/247reference/msgs/32/164918.aspx -- Tim Scott http://geekswithblogs.net/ts ...Show All

  • Windows Forms .Net Framework on other operating systems

    What is the status of the .Net framework running on operating systems not made by Microsoft  I have done a lot of Java development to get applications running on various OSes and .net looks interesting, but will I eventually be able to deploy .net to say MacOS  Redhat Linux And I just saw a reference to the <a href="http://www.gnu ...Show All

  • Visual Studio Express Editions Amazon-enabled movie collection starter kit

    This kit works fine for me but the movies I add to the collection are not saved. For example, I add movies to the collection and they show in the movie list, but if I exit the program and restart it, the movies are no longer shown in the movie list. Any suggestions Thank you. This forums is for installation and registration question. I could move your post to a forum for a specific programming language but I don't know which one you are using. You will be able to receive better help there. ...Show All

  • Visual Studio How to print access report through printdialog with VB.NET 2005

    I used the VS 2005 Professional to build a Khmer Unicode Application of Restaurant Management System and I have a problem with interval space as the print dialog control to execute the print dialog box.  And the next step, I built reports in Ms Access 2003, then using the VB.NET 2005 to execute the report, but I have some problem that I do not want the Access Application to open when I print.  Here is the followong code: with adding the reference of MS Object 11.0 Library, then Imports Access = Microsoft.Office.Interop.Access Public Class Form1 Dim oAccess As Access.Application Private Sub Button1_Click( ByVa ...Show All

  • Visual Studio Team System Web Test recording unreliable - help!

    I've just installed the release version of VisualStudio Team Suite 2005, to use the web testing tools. (I had previously used beta 2 on a different PC). I go through the standard process of recording a web test. However not all the posts are recorded. In more detail:  - Start recording - OK  - Type in the URL of our logon page (we use our own authentication) - OK  - Enter the logon credentials and press Logon - OK  - We do a Response.Redirect to our 'main page'. Our URL remains fixed after this, including the query string.  ... The web test recording does not spot this, so type in the URL manually - OK  - S ...Show All

  • .NET Development why we hide away the "lock" and give away a "key"?

    My application uses a text file that i would like to encrypt. I know .NET encryption classes and routines, but i am not sure how i am going to secure a "Key", that generates the cipher Most security experts suggest to keep "Key" in more secure location,I wonder where is it What exactly is secure location where is it we hide the "lock" and give away a "key" The input in this post has been extremely helpful so thank you for those that have contributed. From what I have read the Private Key for a X509Certificate2 object is protected using the same methods that the D ...Show All

  • SQL Server Need Help For SSIS Package Creation With INSERT,UPDATE Large Amount of Records Through Business Intelligence studio

    Hi , How to INsert and Update Large Amount of Records (4 Lacs) into Destination Table Through Business Intelligence Studio Using SSIS Pacakge .How to Achieve this .i tryed with left outer join & conditional split but the problem its not able to insert & update records simultaneously . can any one give me a sample . Thanks & Regards Jeyakumar.M Hi ! Thanks for your repley.i was tried using LeftOuter Join but it doesn't work. because the Updation and Insertion Action symultaneuosly happened,so that it didn't work. how to rectify this problem or how to do Updation and Insertion at the same time.i was tried ...Show All

©2008 Software Development Network