JStorm's Q&A profile
Visual Basic Creating Charts using OWC11 in VB6
hi, can we draw surface charts that are in excel in VB6 applications. i thought they were incorporated in OWC11 (office web components 11) but this componet has all the chart types except surface charts. is there eny way thru which we can have surface charts in VB6 applications since these charts cypes are supported by Excel there can be a way to use them. can anyone suggest any third party tool. ...Show All
Windows Forms Sorting a listbox by "type" in a non detail view?
I have a listbox that has folders listed and then files, like Windows explorer I would like to have the folders show up first A-Z then the files A-Z, does anyone know how I can go about this I am using Managed C++ for this so&nb ...Show All
Visual Studio Express Editions Save projects in desired location
How to save a project in the desired location Should the projects always goto default folder Will Web projects be available in Express Edition hi, no you can change the project location , just creat a project and click save or save as it will show up message box has browse button select the location that you want you can develop network projects in express edition, if you mean windows program run on many pc's you can search for ...Show All
Visual Studio Problem installing Visual Studio 2005 Beta 2
I am attempting to install VS 2005 beta 2 and have run into a problem. This is the setup I am using: Installing on Virtual Server 2005 with the following already installed: Sql Server 2005 CTP Foundation Server beta 2 I am trying to install from the en_vs_2005_team_suite_dvd_beta2.iso file. When I get the installer going it begins copying the files to temporary and stops with the following message: Setup has encountered a problem while try ...Show All
Visual Studio Express Editions Add New Record Binding Source...
Hi everybody, I new with binding source control and binding navigator control of .Net Framework 2.0. I having problem with adding new record. I have binding source control and bindingnavigator control, it displays the data ok and data navigation between records is ok. But when I try to add data using "+" icon on binding navigator control, it causes error on data type...What is the problem and how can I make it work &nb ...Show All
Smart Device Development VPC Network Driver not installed
Hello, I have a system where I just installed VS 2005 beta 2 for the first time (no exisiting previous version). The installation went smoothly until the installer tried to installed the Device Emulator. It complained about the emulator not being installed although it was. But now, when I try to launch the emulator, I always get a message telling me that the VPC Network Driver is not installed and indeed, it is not. I have tried to re-install th ...Show All
Visual Studio Express Editions Registration benefits
I just read the announcement about the benefits of registration. I already had registered so of course it didn't let me register again. Is there a way to still get the downloads or should I now know never to register an MS product until they have some registration benefits announced I've seen this problem when the Passport I registered VS Express with is different from the Passport I'm using to access the Expre ...Show All
SQL Server Problems installing SQL Server 2005 SP 1
SQL Server installation fails with the message: "A recently applied update, KB913090 failed to install" The last executed task was: Integration Service The last installation message was: Checking for lock files via Windows installer sqlrun_tolls.msp Alvin, unfortunately your issue is a different one. Your log contains the following snippet: Using PrevRegRootPath: Software\Microsoft\Microsoft SQL Server\MSSQL ...Show All
SQL Server Why do all packages in the project open when running one in debug mode?
Does anyone know why this happens When I run one of the packages in my project (by hitting the play button in the designer), all of the other packages in that project open before it starts running Thank you. To add more info ... this didn't happen before I copied the project files to a different computer and changed the security settings to "don't save sensitive", modifed the packages, then changed ...Show All
Visual C++ PDB/Debugging configurations...
I'm a little new to VC++... So please bare with me if this is a newbie type question that should be obvious and I've looked around and just seem to be missing the answer apparently... We have 3 projects in VC++ 2k5. 1 is a lib, 1 a dll, and the other an application. We'd like to be able to step-in-to (when necessary) the source of the lib and dll when/while debugging the application. So far the only way we've been able to get that to work 'relia ...Show All
Visual Basic Problem with Socket?
It is possible to create a client/server system with sockets without having that to define an IP to connect itself to the server I have a system in vb6 but I am not obtaining to translate into net 2005 Thanks Bottom line is no. You could rephrase the question: Is it possible to send an e-mail to someone without knowing their address Having said that, you can 'broadcast' messages to everyone: this is really only useful to ...Show All
.NET Development Pondering over web services
Hay all, I have been working with .net for over 3 years now, and have developed 2 enterprise level web applications. I have been coming across stuff over WWW where an asmx has been deployed and then examined using WSDL standards in order to find what are the methods, objects and their details. Wonderful, but what worries me as a developer is, am I on the wrong track or what I have been working on commercial, enterprise level softwares who ...Show All
Visual C# Correct me!
Here my code and I need your help... This is a game about number guessing, computer generate a number, and the user try to find it... Firstly; The user choosing these 3 selection; digits: 0-9 we do it by combobox; chance: we do it with textbox... Digits repeatable and nonrepatable(I NEED THIS);(with radio buttons) And then; The user write his guess in to theTEXTBOX... And we must compare this digit by digit. Because we will give a hint abo ...Show All
Visual Studio 2008 (Pre-release) Getting Started with Interactive Designer (blur with XAML & CS code)
I am just getting started in Interactive Designer. The problem i facing now is unclear with the XAML code as well as the CS code. Do the XAML is only control the UI and CS is to control the page events Secondly is regarding to code some interactive events in page designer So, it is code through the XAML or CS code Thanks ... hi steven, i'm new to xaml. i may not answer ur questions, but i could clarify one thing that what ever ...Show All
Visual C# Difference between internal-public and internal internal?
Hi, I'm wondering if there is a difference (in accessibility) between public methods in an internal class and internal methods in an internal class I can't seem to find anything about that in the C# Language Specifications. Thanks. There is no difference in method accessibility. The reason is that when the class level is more restrictive then the member level then the more restrictive access will be applied. ...Show All
