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

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

Bjorka

Member List

petemod
CalvinH
Grendizer
phe
alindblad
richard12345
JaganReddy
julio5101989
CFQueb
StevenLK
ParthasarathyT1980
Jim Spath
james_cline_
prof.gabi
iNemo
Kate Wells
rabin
Gonza981
rosiew1956
bdub042
Only Title

Bjorka's Q&A profile

  • Windows Forms Changing Parent Items From Child

    How can I change parent items such as menu items from a child First of all, the menu items aren't going to be hidden, right  They're disabled.  And, they will be disabled if there aren't any children. That's the point. You up ...Show All

  • Visual Basic Getting rid of the VB6 MAPI controls in .NET

    Hi, I'm upgrading an app from VB6. I used the MAPI controls in several places. They've upgraded successfully and appear to be working. However I would like to replace them with some pure .NET solution as I'm trying to get rid of all Active X controls. What options are available Regards Michael MAPI is an obsolete technology with respect to .NET and Microsoft doesn't support it in this environment. ...Show All

  • Windows Forms What constitutes a Windows Service failure?

    So I was tasked with making sure that IIS/SQL services don't die and never come back to life.  I was looking in the Services manager on my server ...  right-clicked on the W3CSVC, chose properties, then clicked on the Recovery tab. Within  ...Show All

  • Windows Forms Continuous forms

    Is there a simple method of producing continuous forms for diplaying data in the same way that is done in Access ...Show All

  • Software Development for Windows Vista Task Dialogs and Aero Wizards

    Hi, I want to start developing with Vista and WPF, and want to take full advantage of the latest & greatest features in Vista - especially Task Dialogs and Aero Wizards, but I can't find any documentation on how to use either. Can anyone tell me how to use either of these with WPF If I develop the application using these techniques, will it run on XP Thanks in advance! Aero Wizard is gotten usin ...Show All

  • Visual Studio Team System VSTS Web Test

    Hi, 1. I recently recorded a web test. When I run it, it runs fine but while running I don't see the web pages being accessed. I mean no browser opens. Am I missing something 2. Once I was done with the recording, I generated the code for that. And I changed something in that code. Now can I see those changes from the code back in the web test Amit. Hi Amit, Be sure to be running the test fr ...Show All

  • Visual Studio Team System SQL2005 Named Instance

    I have seen several posts regarding the lack of support for SQL Server named instances and the fact that TFS also only supports extending the default web site for WSS. Several MS folks that I spoke with said that these issues would be address by RTM, but this does not appear to be the case. From Visual Studio Team Foundation - Session 2 (February 24, 2005) allclark_MS (Expert): Q: What is the word on requiring a dedicated SQL Server insta ...Show All

  • Windows Forms Threading, Binding

    Could someone tells me how can I update a List (of objects) from thread other then control's thread. I have a DataGridView bound to the list and when I update the list from other thread I got 'InvalidOperationException': Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on Regards, Vasil Hi. I've got a solution to update dataobjects/databound controls i ...Show All

  • Windows Forms How can I put a combobox in a column of a datagrid?

    I need to put a databound combobox into a datagrid.  I would appreciate it if someone would tell me the steps I need to take in order to implement this and/or send me a source code See here: http://64.78.52.104/FAQ/WinForms/FAQ_c44c.asp#q480q and here: http://64.78.52.104/FAQ/WinForms/FAQ_c44c.asp#q480q ...Show All

  • Visual C# How to determine week no. of a given date?

    For example I have a list of dates 5/11/2006, 5/18/2006, 5/25/2006 How can I categorize these dates sample output: Today: 5/25/2006 Last Week: 5/18/2006 for Today,compare with DaysOfYear for Date.Now with DayeOfYear of the passed Date.Time and if 0,then today Use this method to categorize weeks- First time pass DateTime.Now - get week Next time pass the date to determine-get week (if 1 then last ...Show All

  • .NET Development Route add with C#

    Hi, i need to add a persistent route to route table of os with c# and controlling if it's present, simply like command: "route -p add xxx.xxx.xxx.xxx mask 255.255.0.0 xxx.xxx.xxx.xxx". How i can add a persistent route with c# Thanx Use this code to add route: using System.Diagnostics; Process p = new Process (); p.StartInfo.UseShellExecute = false ; p.StartInfo.FileName = &quo ...Show All

  • SQL Server Remote Error Problem

    Hi all, I created a report that uses resultset generated from integration service. I managed to run the report on BIDS and also by command prompt on both server pc and remote pc. (I created the report from remote pc and deploy the report from remote pc also). When I try to run the report from report server, the following error came up (I already enable remote errors): An error has occurred during report processing. Cannot c ...Show All

  • Smart Device Development How to shut off PDA (wince ) background light by prgoram ?

    I just want to shut off background light temporary , not permanent . it mean when I touch the screen of pda or hit the keyboard , background light can light again . I know the power button of pda can shut off the light , but it also let pda sleep , it would pause the current program  , but it is not I want to do . thanks for your help ! calvin no , when I set off background light in the standard power settings menu . it c ...Show All

  • .NET Development Private key public key signedXML

    The signing key of the signedXML object should be the public key or the private key How do I use a .cer file to sign a signedXML object.  How do I find the password for the files I should be using a .cer file correct and not a .pfx or other type of certificate Try the following approach:         XmlDocument doc = new XmlDocument();         doc.Load("..\\..\\xmlfil ...Show All

  • Visual Studio 2008 (Pre-release) how to do a simple username token authentication

    hi, i am new to wcf, can some body tell me how to do a simple usename token authentication in wcf using configuration. i am using <security mode="TransportWithMessageCredential"> <transport clientCredentialType="Certificate"/> <message clientCredentialType="UserName" negotiateServiceCredential="false" /> </security> </binding> i am getting error n ...Show All

©2008 Software Development Network

powered by phorum