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

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

sibemolll

Member List

PedroBernardo
nogs
Azita Mangoli
Bikram
reza bazghaleh
wtr989
davidgyates
S!ava
Pan-Wei Ng
Yael P
Pablo A Castillo
timecop
Strauslin
lovemory
JL2
Stan_M
P Mallory
Mohamedwaly
Etienne VSTS MVP
Ian Logan
Only Title

sibemolll's Q&A profile

  • Visual Studio Express Editions my first program

    hy ive made my first program today after watching some of the videos on this site. Now i made a calculation program and it works fine until u type in numbers that deal with a , . like 0.00675. first my val1 and val2 were integers so they cant have , so i maked then double. but it still dont work. heres my code for the calculate button: Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As Sy ...Show All

  • Visual Studio Team System Problem configuring TFS for SSL access (have already followed advice in other posts)

    Hello, I have partially succeeded in configuring access to TFS through SSL. The final problem I have is that the "Documents" node of Team Explorer does not work (it has the dreaded red cross next to it). I have searched the forums and followed the instructions here: http://forums.microsoft.com/msdn/showpost.aspx postid=103796&siteid=1 However, my problem is not resolved. I have a single tier installation of TFS, access ...Show All

  • Visual Studio 2008 (Pre-release) Unable to data-bind to a PasswordBox

    When I attempt to bind to the Password property of the PasswordBox (binded to a property on an object that returns a string), I get the following error: Object of type 'System.Windows.Data.Binding' cannot be converted to type 'System.String'. Is string the wrong type....I tried char[] with the same result. Hi, I want to use the Password of a PasswordBox as CommandParameter of a Button. Since the Password ...Show All

  • Windows Forms after dialog is shown...

    I need to paint something to a picture box that's in my dialog after it shows for the first time.  But I can't seem to find the event to use.  I've tried the shown event for the dialog but it just paints the background last.  I've also tried the paint event for the picture box and that doesn't seem to work either. Any ideas -Devin Try Application.Idle   This fires after all the events have be ...Show All

  • Visual Studio Express Editions Icons

    This isn't really relevant but does anyone know any free software (downloadable) that lets you creat icons to save as the ico. format or atleast save jpegs to ico. The best one is probably microangleo , which works as free trial. Otherwise there are lots of runners' up in second place, as usual, google is your friend. ...Show All

  • Visual Studio Team System Unable to access Team Foundation Source Control

    Hi,    I m using Team Foundation server Beta 3 Refresh and new to this.My project Manager created a Team Project "<TeamProj1> " who is a member of [server]Team Foundation Server administrator Group.He added me as project administrator in ,[TeamProj1] Project administrator group. I m unable to open Sourec conrtol explorer when i double click Source control in Team Explorer, getting follwing error Either source control has ...Show All

  • Windows Forms Help me out here. Newbee to SmartClients

    I have my site, www.tirnaog.com, on on a page I have put a hyperlink that is suppose to launch a windows app. This app is a JPG viewer that reads the All Users shared pictures folder. What do I have to do to get this to run on&nb ...Show All

  • Visual Studio Express Editions 2005 Express

    Hi all, Just a few quick questions, i have been working with Visual Studio 2003 for a while now, however, i've downloaded the free 2005 Express Web Developer IDE on my home PC to create my own websites, and there appear to be a few things I can't seem to do with express edition... i just wondered if they are just me or if they are actually excluded from the IDE 1. When I create a Web User Control, there appears to be no .cs file ...Show All

  • SQL Server Service Broker in Express edition

    I'm trying to figure out if I can use express edition for service broker. Documentation says it can be used as Subscriber only -- but what does that mean Can it only be a target for service broker messages Or can it send messages as well as long as the other end of the conversation is a licensed server thanks! The limitation only applies if messages have to be exchanged between two separate SQL instances. If th ...Show All

  • SQL Server Combining text data rows

    I am working with a database derived from text documents. One of the tables (TEXT001) contains the text of the documents with each paragraph of each document assigned to its own row with a paragraph number in a SectionNo column. I want the entire text of each document in a single row with its own unique number (so that I can do a full text search with SQL Server 2005 that will search and return the entire document as a result). How do I comb ...Show All

  • Visual Studio Team System How do you run a webtest programatically from an add-in or VSIP package?

    Can anyone provide C# code that demonstrates how to run a webtest programatically Assume I have a project item which is named webtest1.webtest. Thnx in advance. There's no api for doing this, you'll have to run the test via the command line, mstest.exe using the Process class. Ed. ...Show All

  • Visual Studio Tools for Office help regarding MS ACCESS

    can any one tell me abt how the access table can be updated using excel file or spead sheet Kamii, You can update tables from Excel spreadsheets a number of ways. As already mentioned (assuming you are on Office 2003 here), you can do an XML import, becauses Excel 2003 offers its data through SpreadsheetML. It's a breeze using the Import method. Now, if you want to do more targeted updates, for example, you want to grab a List or a n ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Drawing Custom Model Format

    hi, im started with DXSDK a few days and i want to know if there is a way to fill a ID3DXMESH with my custom format my code: namespace my_work {    struct my_vertex    {       int vIndex;       D3DXVECTOR3 vPosition;       D3DXVECTOR3 vNormal;       D3DXVECTOR2 vUV;    };   ...Show All

  • Visual Studio Team System Exception on import: It was String, but now is HTML.

    Exception Type: Microsoft.TeamFoundation.WorkItemTracking.Client.Provision.ProvisionValidationException Exception Message: TF26038: Field type for Microsoft.VSTS.CMMI.ImpactOnArchitecture does not match the existing type. It was String, but now is HTML. I mistakenly imported a beta2 WI type. Now the proper template will not import. How can I correct this Interesting. I'm not sure how I changed the type. This is a test server. I exported th ...Show All

  • Visual C# Adding time display to a website

    hi im trying to add a time display to my website im programing it in c# using microsoft visual web developer express any help would be great thanks. add a label to the location where you want to show the date and time. then assign this values to it in the page_load event. label1.Text = DateTime.Now.ToString(); this should show the date and time on your website. ...Show All

©2008 Software Development Network

powered by phorum