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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

ListView sorting question
SQL Server 2005 Express
Adding data to a table
Programming Languages
form.showdialog problem
Multiple Data Files (SQL Express) can be used in one application ?
C# and Data Source in Design View
How do I Drag-and-Drop file on my Form ?
Free VB Book
Windows Forms Opacity where is that ?

Top Answerers

Sanjay_msdn
KitTexas
LosManos
Martin Born
Adrey
erymuzuan
Reginald
ubsman
GoldenFingers
NewC#
Topix: Heavy Metal
Only Title

Answer Questions

  • Eugene Kogan Username/Password dialogs

    When attempting to run or debug a page, I'm receiving a dialog ("Enter username and password for "" at http://localhost:xxxx") to enter a username and password before accessing it.  I've tried entering my ASPNET username and password, my administrative password, etc., but none of them is working and I'm receiving the following error: Server Error in '/<webpage>' Application. HTTP Error 403 - Forbidden. I've also reviewed my IIS sett ...Show All

  • small_mountain_0705 Learning curve verses production

    So here I am for the first time. I've been working with the videos to learn more. It seems that Bob T. even mentioned something about being productive. I am disapointed then if production people are the target audiance. I played with a working model only of VB6 from SAM's publishing about two years ago and am just now getting to learn about this .NET stuff. Great, where were you when I was going to school and just learning to program in BASICA. ...Show All

  • Zische validate integer input

    I want to validate user input, make sure its an positive integer. i have: "if (txtInput.Text == "" || txtInput.Text == null) "to avoid empty input. i have "if (txtInput.Text< 0)" to avoid negative input. i have "if (txtInput.Text== 0)" to avoid zero input. I also want to avoid 1. decimal input 2. string input please help hi, ssfftt welcome back you can try someth ...Show All

  • Gabest Problem creating a querry with an embeded variable when using access datafile as connection source

    When a Data Connection is established using Microsoft SQL Server Database File (SqlClient) as a data source the following code works perfectly SELECT * FROM ProdMaster WHERE (PRODMASTER.DESCRIPTION LIKE '%' + @DESCRIPTION + '%') The ToolStrip on the form opens an input box so you can type in a choice of DESCRIPTION and when the button is clicked the dataset returns only those values that meet the criteria input BUT If you ...Show All

  • Rickiev VS C# Express hangs during install

    I have Visual Web Developer Express succesfully installed along with Sql Express, .NET 2.0 Framework & SDK. But when I try and install C# Express it gets about 3/4 through the "Setup is loading installation components, this may take a minute or two" and then just hangs there, no errors or dialogs. Any suggestions on how to diagnose this I have cleared out temp folder and tried to re-install to no avail. Thanks. ...Show All

  • WiGo Color Selector Question

    Ok I have this code under a button. ColorSelect.ShowDialog() Dim tmp As Color = ColorSelect.Color chat_backcolor.BackColor = tmp ColorSelect is the colorselect dialog chat_background is the button How can I make if they hit cancel while selecting a color, it doesn't use the color that was already selected on the color select Dim tmp As Color = Color.White Dim tmp_sec As Color = tmp ColorSelect.ShowDialog() tmp = ColorSelect ...Show All

  • luai7 Painting/Drawing on Panel vs. PictureBox ("See it as you draw it")

    Hi, New to VB2005 and have run up against a wall, am wondering if I'm just missing a concept somewhere, would greatly appreciate any help/illumination. THE TASK -- Graphing two functions, end result is two very curvy curves that intersect in many places. Ultimately want to manipulate the resulting picture (erase certain "intersection areas", etc.). WHAT'S WORKING -- Currently using e.Graphics.DrawLine statements in the _paint ...Show All

  • Grumbler85 wallpaper changer

    hi geeks, i m a vb.net developer , and i m trying to make a wallpaper changer, i know that i have to do that by calling function from user32.dll, but as i am not great in dll coding,i need some help, if somebody can tell me how to get a good start in dll coding, some tutorials or site,it would be great, ashish Hi, look here: http://msdn.microsoft.com/coding4fun/inthebox/wallpaper/default.aspx ...Show All

  • ETUX Video Tutorial For MS VisualWeb Developer 2005 Express Edition !!!

    Hi Friends I badly need of MS VWDE video tutorial for all the chappters; anyone like to share the resouces of video tutorial, please do. Thank you. If you have a look on www.asp.net , you will see that they have information on VWDE and also have links to tutorials on the product. Also if you follow this link it has a video tutorial and also has the resources so you can download the video and code. ...Show All

  • dborgohain Registration Benefits

    Having just registered, I was very keen to get of the e-book as mentioned in my welcome email: We are pleased to provide the following registration benefits for registered customers: Stock photography — Download 250 royalty-free images from Corbis for inclusion in your applications Icons — Download a collection of professional, royalty-free icons for use within your applications Components — Download a selection of components ...Show All

  • Will Barns Sound

    Hi im making a VB Program in Visual Basic 2005 Team SUite the problem is ow can I add sound to my prog You don't without writing some code to talk to the Windows Media player classes. Well, it's obvious that the person who replied does not know what wav files you are shipping with your app. So, he's shown you how to play *a* wave file, you need to change the code to play *your* wav files. ...Show All

  • Manuel_Sukerman Help needed on creating a chat program in visual basic 2005 express edition

    I have created a program but i would like to add a chat program in it as well, so it's built in how do i do this I don't want single users connecting to it but i want Multiple users like msn messenger but slighltly simpler. Im using visual basic 2005 express edition and would like help tj Try going here http://s13.invisionfree.com/Visual_Basic_Dot_NET/index.php showforum=30 ...Show All

  • FearTec Windows Media Encoder SDK 9

    I have two Saperate Projects that is to Capture a Video from TV tuner card and Audio from Sound Card. I have some Issues about Windows Media Encoder SDK 9 in Visual Basic 6 Sepcification of hardware is Pentium 3 800 Mhz windows 2000. Builtin Sound,VGA, 256 MB RAM. Pinical or PixelView TV tuner card (testing on both) 1. When i record from TV tuner card the CPU Usage goes to 100% and maintain as 100% usage 2. their is a option of auto stop recor ...Show All

  • LFerg displaying a number

    how do i get an object to display a number between 1 and 9 i have used the code object = 1 Or 2 Or 3 Or 4 Or 5 Or 6 Or 7 Or 8 Or 9 however, it only displays the number 15 instead of a number between 1 and 9 i'm creating a sudoku solver, for killer sudoku. And for each box, i am supplying the possibilities that the computer can choose from. they are between 1 and 9. ...Show All

  • UKAndrewC Unable to "require" or "use" classes and functions from a included .cs file

    I am using Visual web developer 2005 Express Edition and i have right clicked the project file in SolutionExplorer and included a .csharp file.It got added inside a App_Code directory. When i created an object for the class constants the dropdown was visible and constants class was selected. Constants cons = new Constants(); When i ran the webform an error occured indicating: CS0246: The type or namespace name 'Constants' could n ...Show All

535455565758596061626364656667686970

©2008 Software Development Network

powered by phorum