Answer Questions
Bob Torres Impression etats - vb express 2005
Bonjour, Comment imprimer des etats dans un projet dans Vb expres 2005. Merci d'avance. hi, what does it mean in english best regards Start by checking out the help files for 'Printing' there is some useful information here. Also check out the following URL which deals specifically with printing. http://msdn2.microsoft.com/en-us/library/xdt36c58.aspx Do a search of the forum for pr ...Show All
Vikas Verma [MSFT] How to Specify Form Location when Maximized
Hello, I have a single form that starts up in the Normal State and StartPostion set to Manual. When the user clicks on the Maximize button, I would like to specify the location the form, instead of the upper left corner. Is this possible Thanks, steve Hi Steve - So if I understand you correctly, you always want the form docked to the bottom of the screen, but you want to allow the user to change the h ...Show All
Agnes Returning a string from within a string after a known point
Returning a string from within a string after a known point. ok heres what I want to do: Return a string ( a fixed number of places after a fixed point) from within a long file name. In the example below I'd like to extract the string of 8 digits following the "T" but before the "300" (22951573) and then have them returned as a single string. If anyone knows how I can acheive this, I would be most grateful. Di ...Show All
Mike Anderson Benefits Portal not available after registration
I registered and received the email with a link to the portal. However when clicking on the portal link I get a message indicating that either the page is not available or I don't have access. Are there currently problems with the benefits portal I'd like to download the graphics and other tools etc. Update: Things started working at 6:50 EST. So far the 250 images are ...Show All
Jared Wennstrom My very first F5
I just recently installed VB Express. Every time I press F5 (etc) to run a Windows Application project, the image of the form flashes on the screen and then I am immediately returned to design. Any ideas as to what I might be doing wrong hi, are you sure its windows application project because what do that is the console application not windows application, anyway try to use ctrl+f5 hope this helps ...Show All
George K Storing Value from SQL Queries
Hi The current project I'm working on involves me to retrive and generate new ID from my SQL tables. I have already worked out an algorithm but is having problem with the implementation. The algorithm involve me to have a custom query to retrieve the highest ID in the table and then storing it as a variable (int) in VB Express. Then using that variable, I can generate new ones by incrementing it. My question is, how do I store data from SQ ...Show All
ThunderCrash Hide property disables list boxes
Whenever we set the visible property of a list box to false, we can no longer access the list box. When it is not hidden, we can get whatever information we want out of it. If anyone can help with this problem it would help us out greatly. Thanks, Hoofe What Development Language are you using for your solution I would suggest to post your question over at http://forums.asp ...Show All
Subi Test MFC.sln won't compile, VC++ Express
The "Test MFC.sln" project installed in "My Documents" when I installed VC++ Express. When I try to compile it I get an error Error: Additional include file afxhh.h not found FWIW, I do have the Microsoft Platform SDK installed and I did make the changes to the directories and such that the instructions recommend. Am I missing something Thanks. Thomas Hi, I suspect that the project contains ...Show All
vvatclor Graphics to Image
I'm new to VB 2005 Express Edition. I have created a program that allows users to drag and drop pictures into a form and print them out formatted and with text added. I'm trying to find a way to save the output to a jpeg or gif but can't find any info on saving the graphics to file. I found how to save image to file. Is there a way to convert the graphics information to image class Ron You can create a gr ...Show All
TACSY beta 2 expired
I just downloaded and installed VS 2005 beta 2 and when I went to run one of VS programs I got a dialog box saying it has expired. why is this coming up after I just installed it and how do I get to use it Had the same problem with Manual Download (wanted to install on a PC not connected to the Internet) August 4, 2005 weekend. Installation of Framework 2.0 beta and VB Express 2005 went well. But VB Express dis ...Show All
MaryJones HTML and VB
In my application i want to have a search bar powered by google. I would like the textbox to correspond to the textbox at www.google.com and the "search" button to correspond to the search button on google, and for the results to be displayed in my Webbrowser. Is that possible ANY information would help Thx Dim u As New Uri( "http://www.google.de/search q=" + Uri.EscapeDataString(TextBox ...Show All
Sagar Raut Installation problem
Hi, just downloaded and installed VB express for the second time. Both installations appeared to go fine, but when I try to create a new project it fails, with a message at the bottom of the screen saying "Creating project 'whatever i called it'...project creation failed." Hi, Can you provide more details about the failure What platform did you use have you installed/uninstalled VB Express on t ...Show All
Wes Dyer What gets installed
When installing VB 2005 Express Edition, does SQL Server 2005 also get installed. If so, how do I gain access to SQL Server You get the SQL Server Express edition to access this you will have to use the command line tools or the CTP Version of the management studio. If you have a look at the SQL Express home page you will find the links to the management tools as well as some guides to get you started. ...Show All
GreggM MCAD 70-306 Certification
Who got any ideas for this examination I need some information for this. Hello, This forum are meant for programming related issues for VB Express Edition. I think the below link should be of some help. Link: http://www.microsoft.com/learning/exams/70-306.asp Thank you, Bhanu. Is there any links we can find some books and reference on this exam. Thanks The link provide provides relevent course materials in th ...Show All
Nomad Guru still not right
if i declare iosteam like this #include<iosteam.h> i get " libcimtd.lib" is missing else #include<iostream> cout is an undeclared identifier the only thing that adds Libcimtd is UseOldIO.h but _mt isnt defined so it shouldnt be accesed Can anyone help id apperciate it. Add the line: using namespace std; If this doesn't work then please state which edition and ...Show All
