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

Software Development Network >> Jesse Arnold's Q&A profile

Jesse Arnold

Member List

Inaam
Count Zero
knallbunt
JDL440
Shanzz
v_seyedan
TonyV
Cha Chunchadatharn
apex1
Alan Creaser
Henry Gusakovsky
Brian Merz
dDude
phoenixcu
Jason Lau
thesmileman
Dockboy
EvelynR
baderboy51
Matthew Watson
Only Title

Jesse Arnold's Q&A profile

  • .NET Development Finaly!!!! [:D]

    Bit of a strange one, i made an application using .net 1.1 and it worked fine, but now its in .net 2.0 (and after moving the send_mail from the .web to the .net name space) its not sending the E-Mails when i call the .send method... When i close the application however i see all the E-Mails that i tried to send go out.. this is very strange Below is the code i use to send out my E-Mails, which like i say, worked fine in 1.1 usign the .web names ...Show All

  • Visual Studio Team System MSF4ASD vs. RUP (More MSF v4.0 information)

    I want to make a comparison study between Rational Unified Process and Microsoft Solutions Framework for Agile Software Development (MSF4ASD). At the moment, only general information about MSF4ASD is on the web public available.   Can you please give me an indication when more information (whitepapers, books) about MSF v4.0 will be available Or can you tell me who to contact to get the information   Kind regards,   ...Show All

  • Smart Device Development SQL Server CE - Creating Tables via Code

    I'm working on some SQL CE development and I need the ability to create tables via code. This isn't a problem, however, I'm having issues figuring out to to create a table that has a column that is UNIQUIE, NOT NULL, and is a PRIMARY KEY. Does anyone have a SQLCE example they could show me on how to do this Thanks a ton! -Tony Valenti You need to run respective query which would create table you need. Something like this (details in link ...Show All

  • Visual Studio 2008 (Pre-release) How can I use custom color in xaml?

    For ex. in Background. Atribute like this:  Background = " #FFFFFFFF " call compilation warning :( ...Show All

  • Visual Studio Team System How do I properly utilize static COM member in [ClassInitialize] and [ClassCleanup]?

    I am trying to set up some basic unit tests in the VS2005 testing framework, and I am running into some issues with static COM member variables in my [ClassInitialize] and [ClassCleanup] functions. Basically, I am using a static license initialization object to initialize an appropriate license on startup and to check out a particular application extension for later tests. This functionality is called in a method with the [ClassInitialize] ...Show All

  • Visual Basic minutes to hours and minutes

    Hi everybody! for example; label1.text=1655 --minutes I want to see this like; textbox1.text=27 --hours textbox2.text=35 --minutes How can I do Try this: Dim allMinutes As Integer = 1655 Dim hours As Integer = CInt (Int(allMinutes / 60)) Dim minutes As Integer = allMinutes Mod 60 ...Show All

  • Visual Studio Team System Creating project bombs due to lack of admin sharepoint rights

    I've been trying unsuccessfully to configure users of TFS to be able to create new projects. I continuously get an error message (below) that the domain user accounts do not have administrative priviledges in SharePoint. Assume a single server install. Here's what I have tried: 1. New user account Xuser is created on domain. 2. Xuser is added as a Team Foundation Administrator. 3. Xuser is added as a Content Manager to Reporting Services 4. ...Show All

  • Windows Forms Welcome to the Whidbey Forums

    Please use these forums to discuss Whidbey features, ask the Windows Forms team questions and report any bugs found. thanks  - mike hmm, I didn't concider partial class as a step toward Xaml. <a href="http://www.myxaml.com">www.myxaml.com</a>&n ...Show All

  • Visual Studio Express Editions CD Deployment

    I am developing an application using Visual Basic 2005 Express Edition. I need to deploy it via CD. I want it to: install an icon on the user's desktop autorun install on computers without internet access Can ClickOnce be made to do the above Will Visual Basic 2005 Pro Edition do the above How much is it What other options do I have Yes, Visual Sudio.Net 2005 can do it... For the autorun, you mu ...Show All

  • Windows Forms Binding DataGridView to XML node or document

    I've spent some time looking into this, but I cannot seem to find a way to bind a DataGridView (or a DataSet for that matter) to an XmlNode or XmlDocument. I don't have access to the xml file, I get the XML from another method call so DataSet.ReadXml() seems useless for me. It seems like there should be an easy way to do something this simple. Anyone know how to do this TIA,  DarrelC The DataGridView only ...Show All

  • SQL Server How can I move the system databases?

    I have been attempting to detach and reattach the model database.  I tried to set the Trace Flag 3608, but it is having no effect. Just to be sure I am setting the flag correctly, here is the startup parameters string in my Configuration Manager: -dD:\MSSQL.1\MSSQL\DATA\master.mdf;-eD:\MSSQL.1\MSSQL\LOG\ERRORLOG;-lD:\MSSQL.1\MSSQL\DATA\mastlog.ldf;-T3608 Has the process of moving system databases changed in 2005 ...Show All

  • Visual Studio Team System Team Foundation Server Setup Error 32000 returned non-zero value: 6

    --------------------------- Microsoft Visual Studio 2005 Team Foundation Server Setup --------------------------- Error 32000.The Commandline '"D:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools\createds.exe" /setup /install " http://TESTERVER/ReportServer/ReportService.asmx " TfsReportDS "Data source=DEVSERVER;initial catalog=TFSWarehouse" "Domain\TFSREPORTS" "01000000d08c9ddf0115d1118c7a054e65365465477536754674575474574 ...Show All

  • Visual Studio Team System Past VSTS Web Webcasts not availible for "On-Demand playback"

    Hi! Why aren't all past VSTS Webcasts available in form of a recording I am especially interested in following Webcasts: Change Management With Visual Studio Team System Unit Testing, Code Coverage, and Policy with Visual Studio Team System Thanks, Ana This can happen for any number of reasons (recording quality, recording success, etc.), but I don't know why those two aren't availabl ...Show All

  • Windows Forms ParseException on manifest when installing ClickOnce App

    I get a ParseException on the manifest when installing ClickOnce App.  I can access the manifest just fine with a browser.  I have searched the forums and not found asolution to this. Any help is much appreciated.  Thanks, Rich PLATFORM VERSION INFO  Windows    : 5.1.2600.131072 (Win32NT)  Common Language Runtime  : 2.0.50727.42  System.Deployment.dll   : 2.0.50727.4 ...Show All

  • Windows Forms Redrawing buttons...using inheritance

    Hy, I'm interested in How can I iherit and redraw a controll > button, textbox, toolstrip menu etc. I have been searching for tutorials and documentation and I haven't found anything yet. I'm trying (for example) to make a hexagonal button.> to redraw it (not to draw one whith the gdi....i know how to do that)....I whant to inherit it from vb and redraw it... How hard is this Are there any tutorials Have you done this before Ok...i'l ...Show All

©2008 Software Development Network

powered by phorum