Answer Questions
wrb302 RSS Screensaver Starter Kit
This thread is the place to ask questions and provide feedback for the RSS Screensaver Starter Kit. Open the *.vbproj file with notepad.exe, scroll to the bottom and you will find: <Copy SourceFiles="$(TargetDir)\$(TargetName).exe" DestinationFiles="$(ProjectDir)\bin\ ssNews.scr " SkipUnchangedFiles="true" /> </Target> Change ssNews.scr to the new name. ...Show All
Marcello Consolo TVTuner-Video capturing Preview Problem WME 9 SDK
Hi, I am working on a project Using WME 9 SDK in which Video Clips are creating every 30 min. the source is TVTuner Cable. using following technique for breaking the clips in 30 min.(using timer) Step 1. stop encoding Step 2. redefine file name Step 3. start encoding Every thing working perfectly, except one thing that is when timer completed its 30 min. and redefine the file name and start encoding, the preview is stoped but enco ...Show All
Marnel selling programs built with vc express
Hi! Ive got a question: Is it legal to sell programs that were made and compiled with the vc2005 express edition The FAQ provides a simple answer to your question: http://msdn.microsoft.com/vstudio/express/support/faq/ See General Question 4. There is a copy of the EULA on the CD-ROM in the root directory. It's name is eula.1033.txt and it contains the same license provisions that I recall seeing in o ...Show All
Michael G. Emmons Controls Not Working When Published
Hi Using the Visiual Web Developers Express Edition I have created pages with various controls including some bound to an AcessData Control. When I publish this to my service provider non of the controls are visible (bound or otherwise) exept labels. The service provider supports FrontPage extensions and asp and other asp pages developed with FrontPage 2003 work fine. What am I missing Regards Rob Smith ...Show All
raulhsj Scorching SQL server from computer?
Hey all, Anyone know of a utility that scours SQL server from your box (not beta cleanup tool, tried that, errors out). I installed the Beta 1 a while back, then un-installed it, but there seems to be pieces left alive cuz the beta 2 fails to install saying in the log that a previous instance is present. There are no more items in Add/Remove programs to remove. I also at one point had MSDE installed as well. Any help would be appreci ...Show All
Stephen Joseph Numeric 101
Okay, can a knowledgeable programmer explain to me numeric types with examples such as... Long short double Int32 int64 Integer My main problem is I will be working with numbers ranging from 1 to billions and I want to know when to assign value types. For example, if a variable will not exceed 300, what's the best type to use... whereas, if I'm working with billions, I'll have to go long. ...Show All
DarrylW Cannot open file.
Okay I click new project , then I click windowed application and then finish. all works fine then I push F5 to build. I get the following information in a dialoge box. ------ Build started: Project: zane, Configuration: Debug Win32 ------ Compiling... stdafx.cpp c:\program files\microsoft platform sdk for windows server 2003 r2\include\windows.h(157) : fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory Project : wa ...Show All
rene-poepperl New to the whole, Visual Basic Express Edition
I'm quite formal with Visual Basic 6.0 that my school uses, But the VBEE kind of gives me problems because of its whole user interface... Question 1: Is there a way to make VBEE look and feel like the old floating boxes where you can see your desktop Question 2: Now how do I take an image and make it an array, I could do that in the 6.0 but this seems to bug me alot Question 3: I want to know if whether DragMode can still be applied to the pic ...Show All
Soso2K notify icon not hiding
i have created an application which is using notify icon. now when the application closes the notify icon should be removed from task bar. but it shows after termination of program. when a user move mouse over it then it stops showing. why is it If you terminate the program abnormally, it will linger - every program does that, unless it is given the opportunity to remove the icon. When you mouseover the icon, the OS is trying to pass ...Show All
marc bichara Error OLE_E_CANT_BINDTOSOURCE when upgrading Visual Basic 6 Project
Hi I have a Visual Basic 6 project which I tried to upgrade into Visual Basic 2005 Express. It asks me the project type (EXE) and the path. Then on page 5 of 5, status bar entitled 'Invoking Upgrade Engine' I get the above error - Unexpected Exception ... : Not able to bind to the souce ( HRESULT: 0x8004000A OLE_E_CANT_BINDTOSOURCE). And the upgrade engine stops. The upgrade directory is empty. System is clean install WinXP SP2 + updat ...Show All
Kjelle No ASP.NET Selector IIS
hi, i am using VB 2005 Express Beta 2 & VBW Express Beta 2 on XP SP2 machine. recently i noticed that theye is no ASP.NET seletor in IIS, i tried to repair by resintalling the .NET 2.0 Framework, i even tried "aspnet_regiis.exe - i" command but it says error were generated .......... Finished installing ASP.NET (2.0.50215). Setup has detected some errors during the operation. .......... and when i view the erroe its says the server service f ...Show All
Mitch L NotifyIcon for beginners
Hi, I would like some help generating an EXE file that is able to receive arguments (or switches) and display a balloon popup with whatever info it receives (like TITLE, BODY,TIMEOUT,ON_CLICK_ACTION or something like that)... No forms are needed in this project - I only need the balloon in the systray (to display important messages). I will probably use NotifyIcon - but how is this done and is it possible to do when I'm a n00b Using VB ...Show All
Mary Hinge How to print receipt in a picture box?
Hi, I made a simple program that would generate a receipt preview, but I wander on how to do it in Visual Basic Express. I am going to use Picture Box because, other said that picture box can hold up a text or an image. How can I do this with my example format below: MyCompanyLogo MyCompanyAddress DATE: 05/06/2006 RCPT: 34566 STAFF: 23455 SND: 3467785667 1 480MLNSTEA ICE 18.00 2 SFGUAR SOAP 5 ...Show All
JordSTAR C# and GDI+
Hello everybody I am very new to C# So I am wondering if anyone can explain to me what is 1. graphics paths 2. GDI+ and its use in 2D graphic application development and if it possible to give Microsoft Visual program examples of drawing graphics to the screen I really really appreciate your help and God protect you Hello I really appreciate your help Thanks very much. It is very useful and if you ca ...Show All
Stephen G Custom Queries for Combo and Listboxes
If I have a form with multiple combo boxes and a few list boxes, is there a way to create custom query sources for each one It would appear that I have to create a query view for each control, even though only this one form will be using it. I'm thinking along the lines of how MS Access can have a custom SQL for each control. Thanks. That worked perfectly! protected F ...Show All
