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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

MFC in Visual C++ Beta 2?
How do I calculate a person's age?
New WinMain?
C# EXPRESS Beta 2 Problems
Can't compile SSPI Authentication Sample
Help with creating a VB project to edit hexadecimal
How to publish a project ?
How to Connect to a REMOTE MySQL
Can I use a USB storage device like a CD
Add a web Srvice As a data source to my project

Top Answerers

Alde
Mrv153057
Wurschti
Louis Frank
Michael Nelson
BusyDay
dfgdgdfggfghg55rrgr
Lan Nguyen
Aamir Iqbal
tyron
Vegadev Inc.
Only Title

Answer Questions

  • CyberCowboyJoe Progress database and VB

    I'm totally new to everything, which has something to do with vb 2005 express edition coding, databases and so on.... but anyway I got myself interested in vb2005 express and I followed the video lessons. There I found some interesting things... databases for example, and how to access data from SQL Server. At work we have Progress databases. Now at last to my question: How can I get data out of our Progress databases, using ...Show All

  • Asha Disable The Windows Desktop

    i want to make a application In .net in which i want to Disable The Windows Desktop means only focus on my application any one who know how to disable or lock the Windows Desktop plz Share his/her Knowledge gina.dll does this, you could write your own in C++, I guess. Otherwise, I doubt it can be done. Maximize you window over the whole desktop using FormBorderStyle.None, that'll do it. If you want to lock the desktop t ...Show All

  • G1 AxWebBrowser questions

    I'm writing an app that uses the AxWebBrowser on Form2. When the user clicks a button on Form1, it opens Form2, navigates to a login page, submits the user's login info, navigates to another page after login is successful, then brings that WebBrowser to the front. The problem that I'm encountering is that I need to allow the user to have forward and back functionality, but not to be able to return to the login page. Is there a way to reset ...Show All

  • Daniel Guldbrandsen Only allow upper and lower case letters and backspace

    I am using VB Express. I am trying to allow my textbox to allow only letters and the backspace using the KeyPress Event. My textbook only tells me how to allow only numbers: If (e.keychar < "0" OrElse e.keychar > "9") _ AndAlso e.keychar <> ControlChars.Back Then e.handled = true End IF I need to allow only letters (upper and lower case), and the backspace key. Can some one please ...Show All

  • Robert McDaniel I missing the tool devenv

    Hi, If I try to build a Open Source Project with Visual C++ 2005 Express Edition, it appears a error message: ------ Build started: Project: BuildBin, Configuration: Debug Win32 ------ Performing Makefile project actions Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved. devenv Apache.sln /useenv /build Debug /project mod_ssl Der Befehl "devenv" ist entweder f ...Show All

  • Umeshpradhan Programmatically giving focus to Particular Cell in DataGridView

    How does one give focus to a particular DataGridView cell programmatically so that after some action a user can be presented with a DataGridView where a particular cell already has the focus and is already in Edit Mode allowing the user to directly edit the data in that cell (or add new data if it is any empty cell) without first having to navigate to the cell to give it focus Thanks in anticipation. it ...Show All

  • amiri Visual Basic Express Download from Site - Can't Connect

    The Visual Basic setup exe can't connect to the site to download the 60 MB files. It tries 5 times and finally gives error that it cannot connect. Tried the BITS recommendation. I am using dial-up. Get a friend with broadband to download the CD image and burn it for you. ...Show All

  • Yodasoda problem with getting correct info from MSNdis_80211_DataRates

    i have the following code that does not display the correct datarate but showing system.byte[]after Ndis80211Datarate String query = "select * from MSNdis_80211_DataRates"; ManagementObjectSearcher searcher = new ManagementObjectSearcher("root/WMI", query); ManagementObjectCollection collection = searcher.Get(); int count = 0; foreach (ManagementObject item in collection) { foreach ...Show All

  • Joe Laden USBs, COM ports ...

    How do I get my program to receive a binary file from a external device, analyze (compare) that binary and react to it. Can I get some help (in VB) about the code that I should use. I'd prefer COM ports but USBs would work. I know how the comparing should look like but I don't know how to store that data and get it! Any help HUmmm... , I need help about the code for the COM port !!! ...Show All

  • zohar.amir Reporting with VB2005 express?

    Is there any reporting tool built in or addin for reporting with vb2005 express VB6 had one that acting like MS access reports was nice for intermediate develepors. Thanks in advance Hi, Sad to say but there is no available reporting tool in the Express products. You'll have to purchase Professional edition or higher to have a reporting tool (crystal reports) to be included in the IDE... cheers, Paul June A. Domag   ...Show All

  • Morpheo I try to open excel file by i recrieve error same trianta99

    Please can anyone can help The following code works properly in Visual Basic 2003 but not in Visual Basic 2005 Express.         Dim EXL As New Excel.Application()         If EXL Is Nothing Then             MsgBox("Couldn't start Excel")             Exit Sub & ...Show All

  • guyinkalamazoo3 Debug problem - Source code/original difference...

    Any change to my source results in the following (abbreviated) message in debug mode at the breakpoints when moused over: "The breakpoint will not be hit. Source code is different from the original version. To allow breakpoint to be hit when sourcecode is different right click, choose 'Location' and turn on 'Allow.....'. To allow for all BP's disable the option 'Require source to exactly match...' under Tools>Options>Debugging>General" ...Show All

  • Lions LINK : fatal error LNK1104: cannot open file 'oleaut.lib'

    I am trying to write a simple windowed program. When I build it gets the msg above. I have searched my disk and "sure nuff", no oleaut.lib. There is a oleaut32.lib. I have no idea where or why either is called. Anyone have an idea what's going on this is my first attempt to build anything with Visual c++ Express. The SDK is installed.... Further info: When I use the search function for oleaut, I get zero references. What is this thing ...Show All

  • Gregg Boer MSFT Web design without tables

    Visual Studio Express fosters designing website layouts with tables.  However tables present accessibility problems to search engines and handicapped visitors. I'd like to see Visual Studio Express 2005 design layouts with divs and css.  This would improve accessibility to search engines and visitors.  Choosing a two column layout with header and footer, for example, could automatically set up the html for the divs and the corres ...Show All

  • MotoMoto Progress database and VB

    I'm totally new to everything, which has something to do with vb 2005 express edition coding, databases and so on.... but anyway I got myself interested in vb2005 express and I followed the video lessons. There I found some interesting things... databases for example, and how to access data from SQL Server. At work we have Progress databases. Now at last to my question: How can I get data out of our Progress databases, using ...Show All

767778798081828384858687888990919293

©2008 Software Development Network

powered by phorum