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

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

drfoxs13

Member List

DivyaNSingh
jgodfjhgojfd
Vignesh Kannappan - MSFT
samr3t
etrynus
kkam
Therkildsen
Andrew Matthews
Mathavan
Jim Teeuwen
Krishnan MSFT
mcvoid
John Mark Howell
cwes99_03
SickByte
Brian P
TScott
vispper
mleible
BermudaLamb
Only Title

drfoxs13's Q&A profile

  • Visual Studio 2008 (Pre-release) Passing a token between services and InfoCard

    I would like to use InfoCard to authenticate and acquire a token on one channel and then I would like to create a second channel and pass the token I acquired in the first channel to it so that I am not prompted by InfoCard again. Something like this (pseudocode). Is this possible or would it by nature invalidate the token All of my services require the same claims, and my application calls into multiple services, so I want to get the token once and reuse it for each service. I thought about using InfoCardClient.GetToken(), but I'm not sure what to do with the resulting GenericXmlSecurityToken. How can I tell a channel to use it // Host my ...Show All

  • Visual Studio 2008 (Pre-release) Getting started with WPF. What do I need?

    I have Visual Studio 2005 but what else do I need to download http://msdn.microsoft.com/windowsvista/downloads/getthebeta/default.aspx and see "I want to develop WinFX applications." section ...Show All

  • Visual Basic Creating a subclass

    Hi, I have a class, named "yehidote", that has a lot of functions. I want, that to call the functions, I'll need to call them like: YehidoteObject.MassFunctions.Function Instead of: YehidoteObject.Function How can I do that Thanks, Ofir. You can do like this: Public Class Main Public Shared Sub Main() Dim YehidoteObject As New yehidote YehidoteObject.MassFunctions.MyFunction() End Sub End Class Public Class yehidote Private _massFunctionsObject As New MassFunctionsClass Public ...Show All

  • Smart Device Development ContextMenu on WinCE 5.0

    I am trying to use a context menu on a Windows CE 5.0 device. When I run the program on a Windows Mobile 2005 Pocket PC device or the Windows Mobile 2005 Pocket PC Emulator, the context menu opens just fine. When I run the program on a Window CE 5.0 device, the context menu will not open up. Anyone know why it doesn't work How can I get the context menu to open Thanks in advance! I have found on msdn's website that you are able to get to the tap and hold events to possibly override them to enable to context menu. However, it is in C++. Anyone know how to convert it http://msdn.microsoft.com/library/default ...Show All

  • Windows Forms Questions w/Web Broswer & Windows Form App

    We have a vb6 app that has a form with the AxSHDocVw.AxWebBrowser (web broswer). In the VB.6 app it takes very little code to give it a url it opens it and then when it is closed it comes back to the Win App. Question: Is there currently a WebBroswer control in vb.net where you can place the control on a form and give it a url& ...Show All

  • SQL Server Duplicate Dimension Members

    Hi everyone, In AS 2000, some of the dimensions I was using had both the key & the name of the dimension as the same text field (dimTable.name).  This grouped duplicate dimension members together.  Browsing the dimension only showed unique members. In SSAS, my understanding is you need a key attribute that links to the fact table, or another reference dimension.  Since the dimension I was using had an intermediate key on another dimension table, I created a key in the dimension, and used a reference dimension to link indirectly to the fact table to another dimension. Now I'm getting duplicate dimension members, si ...Show All

  • Visual Basic How long a computer is on, and writing after some text

    Well this is a two Q topic. First i want to know if there is any code for getting the time for how long the computer has been on Comptime.. Second how can i input text after some text in textbox For instance button1.click inputs the text "you" into textbox1.text But if the textbox1.text already has some text like "how are" then when button1 is clicked text should be input after "how are" and the text should be "how are you"   If you want to do anything to or with a particular class the first thing you should be doing is reading help topic for that particular class and its member listing.  That would have brought y ...Show All

  • SQL Server SQL Server Expess vs SQL Server 2000

    I have SQL Server Express (and VB Express) installed on my computer. My client has SQL Server 2000. Can I develop a database using SQL Express (and VB Express) and later transfer to my client's computer Or can I export from SQL express to SQL 2000 Secondly, and not related to above question, can SQL express be used for large databases. I am aware of its limited features, but that does not matter to me. Thanx. Hi, "Can I develop a database using SQL Express (and VB Express) and later transfer to my client's computer Or can I export from SQL express to SQL 2000 " Sure, you can, but you always have to keep in mind that some ...Show All

  • Software Development for Windows Vista How to prevent an Workflowinstance from terminating

    Hi there I'm currently working on a (runtime-)service that should start a workflow for errorhandling if an instance faults. The service works fine as long as I trigger it by the instance's terminate event (Runtime -> WorkflowTerminated), but I want to prevent  the instance from terminating and instead suspend it so it could be resumed and starts at the State that caused an error previously. Is anyone there who could give me a hint how to stop the instances termination By the way: I can't use the Sequence Workflow's Fault view to handle errors 'cause I've got to implement my Errorhandling in base classes from which our w ...Show All

  • SQL Server Uploading images to SQL Express

    Hi, Could someone help me on how I can store images into my SQL Table I'm using "Image" as Column Name and I use VWD 2005 Express. I saw a lot of C# examples, but not VB.NET examples. Please help !!!!! Bart Thanks Lars.... can you believe it, I actually figured it out... but I didn't know that there was an auto increment with the ID Key... so I guess I'll go back and take a look at it. I really hate to keep asking questions, but is there a BOOK that helped you learn all this stuff   I did VB6 (Novice - had to use VB4 manuals - VB6 didn't ship with any).  I want to be an expert and not a dummy. As for books, I'm interested ...Show All

  • Visual FoxPro object is not defined but uncatchable

    It is a very strange situation and I have tried various combinations to beat it for a few days--to no avail. The code kept getting more complicated so bear with me please. The issue here is that there is a treeView and an outside button that is supposed to trigger some action. This action (search) needs TreeView.SelectedItem.Text and Tag properties. If I forget to make a selection beforehand the Type (" SelectedItem") is Undefined ("U") and I hoped to catch it and issue a warning. It turns out I cannot . I do not understand why. It seems in many other situations similar traps work fine. In desperation I began using two co ...Show All

  • Visual Studio Express Editions Print to File

    Visual Basic 2005 Express Edition: My application creates a one page report and prints it out. The page includes an image. Now, I would like to save that page to a file, so, that it could later be retrieved and viewed on the screen and also have the ability to reprint it. You have several options: 1. create a file format which you write out, storing all the information necessary. When you want to print it, your application can read it in then print it as normal. 2. Use a PDF Printer Driver to print it to a PDF. 3. As above, but create the PDF Formatted file yourself (it's an open form ...Show All

  • Visual Studio Tools for Office Reading data from Excel through VB.NET

    Hi friends, I need to read symbals(like ALPHA,BETA,MEU) from excel and show it in a data grid through VB.NET.Later insert it into Oracle 8i DB. I am able to read entire data but i am getting 'a' instead of ALPHA symbal and 'b' instead of BETA symbal. I am querying excel via OLEDB provider.The following snippet is using for accessing excel. Dim MyCommand As System.Data.OleDb.OleDbDataAdapter Dim MyConnection As System.Data.OleDb.OleDbConnection MyConnection = New System.Data.OleDb.OleDbConnection( _ "provider=Microsoft.Jet.OLEDB.4.0; " & _ "data source=" & ExcelFilePath & "; " & _ "Extended Properties=Excel 8.0") ' Select t ...Show All

  • Visual Studio VSS Setup with Dreamweaver

    I am trying to implement VSS with Dreamweaver in the following way: (a) We have test code on one server. (b) We have production code on another server. (c) I have created the VSS db on a third server. In Dreamweaver, I created a new test project as follows: Local View points to a directory on my own PC. Remote View points to the VSS db (c). Testing Server points to the site on the testing server (a) It looks like I am setup to do the checkout, checking process which updates the testing server correctly. My main question is how do I publish the file changes into our production server (b) Do I need to create ano ...Show All

  • Visual Basic Run, Message, Delete

    Ok heress what i want to happen when i click a button, its saves a .bat file(which i already have working) Next it runs the bat file when the operation is done a message comes up saying "Done" Once that is done it deletes the .bat file Process.Start("c:\myBat.bat") MessageBox.Show("I've done all sorts of nasty stuff") File.Delete("c:\myBat.bat") ...Show All

©2008 Software Development Network