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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Is the VS 2005 Webbrowser really ready for prime time?
visual c++ express
App Settings Problem
fatel error c1083
Getpixel API
visual Basic Activation
Timing issue
Why Visual Web Developer Express needs Sql Server Express.
Progress bar
Converting String to Double or Int

Top Answerers

jgrant
Michael K. Barnett
Cnrb
Nick P.
ackthpffth
umanwizard
ErinMartell
mbothmer
morlando
prash123
QtUnit
Only Title

Answer Questions

  • krog Correct module handle

    Hi. How I can obtain a module handle to current dynamic link library (within itself) loaded by an another process I need a module handle within a library loaded by an application, but GetModuleHandle return an handle to application module instead to library module . For example. I put this code within a library function. LPWCH lpModuleName = new WCHAR [MAX_PATH]; GetModuleFileName (GetModuleHandle (0), lpModuleName, MAX_PATH); ...Show All

  • snegidhan Slow screen redraw

    I am in inexperienced programmer who has an application that displays many (50-60) controls on a form. The application is a production planning system, that requires many controls displayed on screen (1 for each job qued on individual machines) Whenever the form is re-draw, it is painfully slow, I have set the doublebuffer ControlStyles etc, but are unable to fix the issue. This issue is running on a P4 2.8GHZ / 500MB PC. Can anyone ...Show All

  • Marianor Using the compier and linker functions...help please

    Hi, i am relatively new to C++ programming,and as i am currently using Visual C++ verion 6 at TAFE, would like to use a similar program at home. As such,i have downloaded the new Beta Express pack,and installed it,but am having trouble using the Compiler and Link functions as i am not used to using a command line compiler. I find them too confusing for a beginner,and find using a GUI based one that is similar to the visual studio one much easier ...Show All

  • vijayaraghava How to number a item in ListView ?

    Hi I have listview to which I add items and icons(imagelist) in runtime. Now I want to have numbers in bold size below or in right hand side of the Items how to do it Mario Aoun wrote: if you want to setup the font of the list at runtime at any procedure or in the form load , then you can use the following: Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) H ...Show All

  • Fahad Mukhtar RSS Screensaver Starter Kit

    This thread is the place to ask questions and provide feedback for the RSS Screensaver Starter Kit.  I agree, however something odd occured. The first when I compiled it, the 2 files where there. the 2nd time that I made a new 'screen saver starter kit' (opening a new one) It did not show the 2 files, only 1   BigJoe wrote: How does the RSS Screensaver Starter Kit generate the *.scr f ...Show All

  • ammd Running side by side VS .net 2003, 2005 Express Beta 2 and 2005 Beta 2 Team System for Developers

    Hi, I currently run VS .net 2003 and Express Beta 2 for J# and C# on my test machine. I want to know can I also install VS .net 2005 Team System for Developers Beta 2  on same machine. Thanks Yes.  As long as your VSTS and Express versions are the same (both Beta2), you can install them on the same machine.  We fully test this case, so if you run into any problems or bugs, let us know at http:// ...Show All

  • RobertoG How to examine HTML from a web page?

    I'm a bit perplexed with this. I've got about 4096 characters that are returned from Webbrowser.documenttext property, but the rest of the page is lopped off when assigned to a string. Any idea if there is someway to get at this information with VB 2005 Express WebBrowser is type web.   Thanks,   Ben   Here's the failing code Private Sub FGSADiscountAutomator_Load( ByVal sender As System.Object, ByVal ...Show All

  • EtasystemiCKB Installing over VS 2005 Beta 2

    Question 1: What is the correct way to install VS 2005 Standard over VS 2005 Beta 2. Should Beta 2 first be removed and then install the Standard VS or is it ok to install over the Beta 2 version. Question 2: I have been trying to use the different starter kits and the .vsi files are not recognized by VS 2005 Beta2. I am hoping that by installing VS 2005 Standard this will take care of this issue or is there something else I ne ...Show All

  • Ankur Gupta "FindFileDialog" ?

    I'm trying to implement a file selector dialog. I'd like to choose filenames from the file system to just add their path and name to a textbox without opening or saving them. How can I do that I did not find anything else than the OpenFileDialog and the SaveFileDialog which both bring their own behaviour I can't change. Is there a solution or some link I didn't find yet Thanks for your help! Reiner I ...Show All

  • gnunezr Timer not working in dll called from Web Service

    Hi, I m calling a dll containing a single class from my Web Service. The methods in the class add the current set of data to a local data stack and returns, in order that the call may return quickly. The class constructor in the dll sets up a timer which processes the data at a fixed hardware-dependent rate (1 item per 40 ms or so). This works well when the object in the dll is created from a Windows program using Visual C# Express beta ...Show All

  • bfoster MyMovieCollection Starter Kit

    Gday All, I just downloaded the amazon enabled version of this starter kit and been looking over it but when i run it all is fine including the search online function but wen i try to add the highlighted result to my collection i get the follow prompt 'There was a problem adding this to the DVD collection' and in the debug window i get this. I'm rather new to VB and .net so any help would be great. " ID column is changing to proposed value 3 ...Show All

  • DaveAnson what's wrong with this?

    WebBrowser1.Url = textbox1.text in vb6 i think it would be ok, so what's the prob in the 2005 Express Edition thanks. Shaul.   Blair Allen Stark wrote: in both .Net and VBSUX, it was WebBrowser1.Navigate(textbox1.text) yup! that helped! but i dont get it, in the properties it's called "url" so why Navigate :S   ...Show All

  • Michael Shorten Converting unicode characters

    Hi, I'm making a chat client program and I'm getting information sent from the server that comes up as on my server trace. The only thing I can think of is that the information is in unicode. Is there any way of decoding the unicode characters into characters that are recognisable It's only the names that are like this and 1 part of the challenge the server uses to authenticate (this is important). The richtextbox is compatable with un ...Show All

  • Rashmin_s_saraf 'Package failed to load' errors on first start of release version

    I got this error when starting the ide. I got the same errormessage several times for different packages when trying to click on any of the links in the workspace. The program also crashed on exit. I've tried the beta version earlier, but it didn't work correctly either (header files seemed to be missing from the installation). I've uninstalled all the beta stuff before installing the release version. my setup is win xp, english home edition, S ...Show All

  • Jean-Nicolas starting an external program in vb2005 express

    Hi, I recently donwlaoded an example for vb2003 and an now am trying to use it in vb2005 express. My problem is i can't find anything to start an external application (eg. excel) in debugging mode, as this example requires. I just get an error message 'A Project with an output type of class library connot be started directly.' I also don't have some of the window's shown in the example, is this unique to my express edition The link to my exam ...Show All

474849505152535455565758596061626364

©2008 Software Development Network

powered by phorum