Software Development Network Logo
  • Windows Forms
  • Visual FoxPro
  • SQL Server
  • VS Team System
  • SharePoint Products
  • Visual Basic
  • .NET Development
  • IE Development
  • Visual C#
  • Audio and Video
  • Microsoft ISV
  • Windows Vista
  • Visual C++
  • Smart Devicet
  • Visual Studio

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

xRuntime

Member List

Drksrvnt
CJW99
hollow
Amelia_Dev
CodieMorgan
Mike V T
jewelfire
David S. Anderson
NessDan
rmichaels
wnuku
Darrell Davis
dan.maniac
Nishith Shah
.net sukbir
Oren Solomon
Lechal
Igor24
JGP
syhzaidi
Only Title

xRuntime's Q&A profile

  • Visual Studio 2008 (Pre-release) Finding logocal Address of a service

    Hi , I am Vittal, I have developed a WCF service which is exposed in four different endpoints(Logical address). myservice.svc(base address) myservice.svc/secure(logical address). myservice.svc/anonymus(logical address). ...... ...... And my question is there any way to find all the four logical address by using the base address of the WCF service in WCF Client. Thanks in Advance. Vittal. hi how about : OperationContext .Current.IncomingMessageHeaders.From regards, Allan ...Show All

  • SQL Server Foreach ADO Enumerator?

    my setting in foreach component like below shown Enumerator: Foreach ADO Enumerator ADO Object source variable: user::strsql strsql like "select distinct name from table" Enumeration mode: Rows in the first table my goal: transform data according to the distinct every name however execute error prompt: Variable "User::strsql" does not contain a valid data object pls help,thanks in advance The foreach ADO Enum, needs and OBJECT type. You need to create a Execute SQL Task with the SQL you want, then asign the return to the object variable. Then use the object as the ADO Object. See this example: http://blogs.conchango.com/jamiethomson/archive/2005/07/04/17 ...Show All

  • Visual Studio Express Editions Are all express editions (vb,c#,c++vsj) interoperable at runtime?

    hi, i read that express editions or .net based softwares are interoperable at runtime. a module written in c# can access a module written in vb and vice versa. i have not tried it yet because i have no knowledge of programming in c# . can someone verify this for me thanks! hi stephen, thanks for the reply. what i need to do is to integrate some modules that my client had made in the past in vc#. i am currently doing some modules in vbx2005. the compiled dll from c# is fully documented so i know what variables & types i need to pass & retrieve answers. so i can now write the modules in vbx2005 and just call on the dll from within the program written in vbx2005. you mentioned ...Show All

  • Smart Device Development SystemProperty.Date/Time data type

    Hi All, I am trying to use the managed state and notification broker API (Microsoft.WindowsMobile.Status.SystemState) and am struggling with date / time values. For example: SystemState.GetValue(SystemProperty.Time) returns a byte array of length 8. Does anyone know what this represents and how to convert it to a usable time value Ultimately, I want to launch an application when the time equals a specific value but I need to understand what to use for SystemState.ComparisonValue before I can do this. Thanks, Joe Hi Fabio The binary representation of a 64 bit integer can be expressed as an arry of bytes. Good articles on how this work are available here: http://en.wikipedia.org/wiki/Little_endian and h ...Show All

  • SharePoint Products and Technologies Programming for WSS 2.0

    Hi, I am very new to WSS. The present situation is : the exisiting is in WSS 2.0 i need to write an webpart which has Dynamic Tabs and the information should be stored in the sql server 2000 data base. To go about it, Right now i have set up the environment with instalation of WSS 2.0 in Windows Server 2003 and have installed VS 2003(for ASP). Can any one tell me the links or snippets how can i start with with the programming part. As i could see examples but in WSS 3.0 regards, Alex bps007, sorry to say i did not find a solution for the that. came to know writing a web services could help to solve the problem. ...Show All

  • SQL Server SQL 2005 Express and VB 2005 Express

    Does VB 2005 Express have the ability to design a SQL report I have SQL 2005 Express Reporting Services installed and VB 2005 Express installed, but when I go to create a new project in VB 2005 Express I do not get the option for Report Designer like I do on another machine with the non-express versions installed. Does the order in which I installed them matter - Max You will also need the SQL2005 Express Toolkit install. You can find the toolkit at the link below. http://msdn.microsoft.com/vstudio/express/sql/download/ ...Show All

  • Visual Studio VSIP

    Hello, Does VSIP is providing any support for hadling clicks on windows or dialogs I want to get control of the SaveAs dialog before clicking OK on it. Can i retrieve data from fields on SaveAs dialog Kindly help me out. Regards, Ruhina Parveen The SDK does not handle this for most windows (we may have a few events, but not for everything). The best thing to do for mouse clicks is to use a hook such as CBT Hooks. MSDN has information about this. For the save as dialog box, this is not the dialog box provided by the OS but rather code that we share with Office. It does not offer modifying the dialog like the common file dialogs. Craig ...Show All

  • Visual C# Validating a URL

    I am looking at how to validate a url. Not the format of a url but to see if the actual website is valid and it does not return a 404 error. Thanks in advance. Here is one way to find out about a page or site: .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: Consolas, "Courier New", Courier, Monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpco ...Show All

  • Visual FoxPro Emailing newly converted reports.

    Hi; I have converted some older Foxpro reports to VFP9. Everything looks great, but: Before the conversion I could very easily save the report to file and then email it. After the conversion, obviously, I can't do that anymore. I have tried the ASCII option but it is not very good with spacing and columns don't line up etc. What is the best way to solve this issue Do I need to create a pdf/rtf/tif etc or is there a built in VFP feature that can help me Thank you all. Wow!!! What I wanted and much more. Thx. I didn't venture into report listeners yet, but I guess that gives me native graphic functionality for report output files. Thank you so much!!! Alen. ...Show All

  • SQL Server Asp.Net not finding the SQLServer for setting up Security problem

    I have just reciently installed and started upgrading the last beta code to this beta and am having a problem conecting to my sqlinstance with the WebSite Configuration Tool. The error indicates it is looking for a file in the app_data directory. (empty), but everthing else points to  SQLServer (express) as being the issue. I have run aspnet_regsql.exe (both on my default instance of sql (a sql2kas) and the beta2 instance that shipped with VS. Both created datasases and eveyting  looked good inside the db's. However when I click the "Securtiy tab" I get a message "Unable to connect to SQL Server Database." When I go to The Provider Tab, there is nothing to configure, just a test Hlink that generates the following when clicked. ...Show All

  • Windows Live Developer Forums VE in XAML application

    I am trying to embed VE in a WPF application (XAML). From this forum, I have learned how to embed VE as a web browser control in a WinForms app, and then load a .js script into the webrowser and talk to the script methods inside (I don't like kludges like this, but then that is what I get for trying wacky things). But ( VS-Studio, Sparkle (interactive designer)) do not allow web browser controls to be placed in XAML pages. So I am stuck as to do do this. no webbrowser poor boy ;) well, there is an alternative, check out this link http://viavirtualearth.com/vve/Gallery/VEMobile.ashx ...Show All

  • Visual Studio 2008 (Pre-release) Sometimes MediaElement plays streams without sound. Bug ?

    I've been using MediaElement to play WMA audio streams. I use only one instance of MediaElement: <MediaElement Name="mediaElement" LoadedBehavior="Manual" Stretch="Uniform" HorizontalAlignment="Left" Width="83" Height="Auto"/> and I access this instance from code so that each time the user chooses a URL here's what I do: mediaElement.Stop(); mediaElement.Source = uri; mediaElement.Play(); Volume is always set at 0.5f and Mute is never set to true. About 1 out of 10 urls plays with no sound. I know it's playing because I not only received the play event but also see that the Position is increasing. This happens independently of the URL. However, I never have the problem ...Show All

  • Visual Studio Express Editions HOW TO: PInvokeStackImbalance was detected

    I have a problem with my application. I created a system that integrates the contactless smart card reader. Before I used VB6 to integrate the reader but as of now, I used VBX2005. When I run the program, I got an error: PInvokeStackImbalance was detected.!". How can I prevent this error Anybody here can help me or give an idea how to handle this please help me... This article I ran across summerizes most of the situation you are looking at: I quote: As a developer going through the ‘.NET’ change, so to speak, I come across a few situations where the framework doesn’t support the specific functionality I require (admittedly the lower down stuff) and I've had to revert back to the Win32 ...Show All

  • Windows Live Developer Forums How can i restrict pushpins displaying after searching?

    Hi, Here i am using Version4. i am using the method find(what,where,...) after searching i found out that pushpins are placed automatically by this method in the map. I dont want these pushpins displaying. Can any one know how to restrict these pushpins displaying after each search. Thanks Sarath. Hi, No jeff, after finding the results i want those results to be displayed in a panel like in local.live.com and the user if required can add those pushpins into the scratchpad. At that time only i need that pushpin to be displayed in the map. else the other thing i can do is. When pushpin is added i cant able to catch the event of mousehover over those find results pushpins in ...Show All

  • .NET Development EDI Adapters

    Hi, is it possible to list all EDI Adapters registered in the system and let them connect I want a modem to connect and then use the internet connection with it. Is that possible Thanks in advance! ...Show All

©2008 Software Development Network