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

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

ScottW1

Member List

VandyDave
Expressmann
atnoslen
Josey
Chris L60969
drpavan
Grote Oerk
Steven Fowler
kagemusha
nberardi
Beniton
Rizon406
TheOzzmanDPG
timleong
RichLeah
JeffreySax
Sandeep Bhatia
12power4is1 left over
senfo
s_a_p_k_o_t_a
Only Title

ScottW1's Q&A profile

  • Visual Studio Tools for Office Developing Add-in for Office XP: Open Issues

    Hi All, I've been doing add-in development for the past 1 month (in VS.NET 2005 for Office 2003 using PIAs). Things have been going fine though there were few issues. Now, an add-in has to developed for Office XP. I tried using the one that i had developed for Office 2003 and rightly enough it didnt work! What I wanted to know is that if I take the same code change the PIAs to that of Office XP and run the code will it work Are there a ...Show All

  • Windows Forms postdata in webbrowser.navigate

    Hi, I want to navigate to a site "anysite.php" and sending postdata. If I call Navigate method "anysite.php" is shown. But there is no postdata. Source Code (in J#): String postdata = "u=idcode" ; System .Text. ASCIIEncoding a = new System .Text. ASCIIEncoding (); ubyte [] byte1 = a.GetBytes(postdata); webBrowser1.Navigate( "anysite.php" , "_SELF" ,byte1, "" ); The webbrowser shows Method=post instead of met ...Show All

  • Visual Basic reading file LINE by LINE

    I already built a New Character Page that you gill out information like name gender and class that auto-generates stats for the specific character (Stamina, health, mana, strength defence, agaility, and wisdom) and saves each of those stats as individual txt files and puts them in a folder depending on what you put in as your name. Now When I start my game I want to chose what account to play as. I am thinking when I save my character it saves a ...Show All

  • SQL Server Replication Isues After upgrading subscriber to 2005

    Hi There A while ago i migrated a 2000 database to a new instance of sql server 2005 and succesffully setup replication from a 2000 publisher. However to experiment i took an existing 2000 instance with a subscriber databases and upgraded the default instance to 2005. (Upgraded from 2000 Enterprise to 2005 Enterprise) After the upgrade the setup logs were all successful, i also run upgrade advisor before and made sure there were no issu ...Show All

  • Visual Studio Express Editions windows control library

    Hi to all, I installed express edition.I want to create custom controls.For this windows control library is needed.In express edition there is no template for control libary.Please help me How to get it. Do you know what the difference between a Class Library and a Windows Control Library was in VS.NET 2003   A Windows Control Library had references and imports for System.Windows.Forms and System.Drawing by default, plus the ...Show All

  • Visual Basic Delete Key

    i am using a a textbox and a keypress method i need to capture when the user presses backspace or delete i have the backspace but i cant get delete as it does not call the keypress method. any help would be appreciated Thanks for the help :) we figured out that the keypress only handles ASCII characters and to handle Delete you needed to use key down below is the code we used for any future referrence. If e.KeyCode = 8 Or e.KeyCod ...Show All

  • Visual Studio Team System ASP.Net Unit Test produces 500 Internal Server Error

    Hi there, I am running ASP.Net unit tests using IIS (with the HostTpe and UrlToTest attributes). The tests occasionally work but fail most of he time. When I load the page in question manually it loads fine every time. I did find an old web link that talked about this error being caused by the test case inserting and xmlns tag in web.config but it was talking about a beta and didn't have anything about a solution. The test case code was ...Show All

  • Visual C# Sending automatic emails from C#

    Hi Friends, presently am doing a project in ASP .NET 2.0, C# . i want to know how to write code for sending emails automatically to a specific address . for example ,in developerfusion's discussion board, when someone replies our doubts we get an email with a link to that posted reply. how it is made possible. am using .net 2005. in this mail sending is handled bye system.net.mail class. the code i tried is System.Net.Mail.MailMessage m ...Show All

  • Visual Studio 2008 (Pre-release) No Designer View in VS

    I have just recently tried to load up Cider in the VS 2005 RTM, but for I do not see the Designer Tab anywhere. I do see the DataGrid view when looking at the xaml. I have the latest January Orcas CTP release and see the new templates installed when I create a new WinFX project. The WinFX Runtime Components - January (CTP) are installed and the WindowsR (SDK) January 2006 WinFX Runtime Components (CTP) are installed as well. I am runnin ...Show All

  • Visual Basic I am looking for 2.0 framework code for uploading files via FTP.

    All I have found so far never mentions setting the properties of the password, login and remote directory. I do have 1.1 code that worked but I am gettting an error in the 2.0 framework Here is the line of code: m_Buffer.Clear(m_Buffer, 0, BlockSize) Here is the error: Access of shared member or nested type through an instance; qualifying expression will not be evaluated. D:\Visual Studio Projects\CBI Class Library\CBI Class Library\Classes ...Show All

  • Windows Forms ListView items

    Would it be possible for me to make items in the ListView to run a bit of code when they're double clicked (like in a folder view) Code samples please Handle the ListView MouseDoubleClick event and use the HitTest method to return the list view item: Dim i as ListViewItem = ListView1.HitTest(e.Location).Item i.ForeColor = Color.Red   -mark Program Manager Microsoft This post is provided "as-is" ...Show All

  • Windows Forms Format ListView Value

    Hopefully this is something simple I am missing, but how do you apply formatting to value in a listview The datasource of the Listview is set to a DataTable where one of the columns is of type smalldatetime, and I just want to to show&nbs ...Show All

  • Visual Studio 2008 (Pre-release) Track only with Thumb (bug or bad design?)

    It seems that Track can be used only with a Thumb. I would like to replace Thumb with my own implementation. Is it possible ...Show All

  • SQL Server SQL help request

    Hello.  I have two tables connected by a one-to-many inner join.  The second table only has one field that i need.  Take by example it is a status table. Items Table                              Status table id-------------------------/--   item_id name               ...Show All

  • Visual C# Unlimited Controls

    Dear sir/madam I want to create a windows application and I need some help : 1. Can I add buttons or any kind of controls which handle click event and double click event in “sub report” control 2. Can I use some kind of data repeater in windows applications 3. How Can I make unlimited instance of ‘label control’ or any other controls in my form I mean the number of instances would be dynamic. Best regards, ...Show All

©2008 Software Development Network

powered by phorum