Answer Questions
MTennants Next page - HasMorePages
Hi, I fill my printdocument with handly positions. Page 1 works correct. But it doesn't go to page 2. Dim intHoogte As Integer = 120 while (blablabla) If intHoogte Mod 73 = 0 Then ev.HasMorePages = True intHoogte = 120 End If intHoogte += 15 End While After this code, the text for page 2 appears on height 120 on page 1. Guessing a bit here. I assume this code is inside ...Show All
shayke MSVCP80D.dll cannot be found when in Debug mode
I have downloaded both the MS VC++ 2005 Express Edition and the Microsoft Platform SDK. I have also carried out the changes given in the article by Brian Johnson. I have constructed a Windows project as outlined in the penultimate paragraph of that article. There are generally no problems with this project except that from time to time (and it seems to be random) in Debug mode the project faults because it cannot load MSVCP80D.dll. This dll is i ...Show All
Udi Dahan The Software Simplist Impossible to install visual studio 2005
Impossible to install visual studio 2005 because the "vs_setup_msi could not be opened", i tried with different versions of visual studio like c# or c++ 2005 (express or standart) & i've allways the same message & can't install it. Visual studio 6 is installed & works fine & i know they could work together. I tried to install framework 2 before, to uninstall it before; i also re-install dotnetfx & i had no beta or express pre ...Show All
dustbin1_uk DOWNLOADING Visual Studio 2005 Express Edition
I can't find the download for Visual Studio 2005 Express Edition I have subscribed to msdn and still can't find a downloadable version. Every Web page that I try redirects my back to the "Visual Studio Express" web page and I don't see anything for vs. The downloads for the components of vs are there but I don't see a download for vs. Can it be downloaded There isn't a specific download for "Visual Stud ...Show All
Joe Morel - MSFT How do I get text from a word.doc to use as data?
Hi Folks, I have a number of word documents, formatted into the same headed columns, all of which contain info which I want to selectively combine and put into one excel spreadsheet. My question is (and I am completely new at this), does anyone know a source to read which will explain how to get the data out of the word.docs in the first place I have tried searching various forums using words like VB extract data from word.doc but have ...Show All
burnkrome HttpWebRequest & HttpWebResponse
I am trying to write some code using HttpWebRequest but i get the erroe message "type 'HttpWebRequest' is not defined. How do i over come this For Example Dim httpRequest As HttpWebRequest Dim httpResponse As HttpWebResponse Add imports system.net to the top of your code file Thanks ! ...Show All
TravisQuerec interfacing between the computer and any external electronic device through serial and parrallel port
hi iam fikry and iam studing electronic and communications engineering in zagazig univeristy and i want to ask our engineer one question this is " how can i use the serial and the parrallel ports of the computer in vb.net" i search for help to show me how can i do it thanks "ahlan beek ya beldy" you can take a look to those articles http://msdn2.microsoft.com/en-us/library/30swa673(en-US,VS.80).aspx htt ...Show All
cahit Paint Problem at MDIChild at Opening at Startup in Maximized State
Hi guyz, I have one MDI form and one MDI Child. Both form's property windowsstate=maximized. When MDI form loads, its child forms load at the load event of MDI. But, It not paints that child form properly to maximized area. there is border appears of that child forms without title. Once we minimize that bad painted form and again maximize it. it works fine.. So, why its doing problem at startup in maximized mode I've just transfered my winapp ...Show All
wll how do i.....?
I am 17 and have recently begun learning VB 2005 express. I want to make a program that shows itself in the system tray when I click the button that I have assigned for that purpose, but I don't know how to. Help!!! Take a look at the notifyicon component . Here is a link to a sample . I tried what you prescribed, and it works. Thank you for your help sir. ...Show All
GHtokyo Adding rows/cells to an asp:Table
How do I add static rows/cells to an asp Table -- i.e., without manually coding them in Source view or dynamically adding them via code I've looked in help, but I can't see anywhere in Properties to add them, nor does a right-click offer any help, and there's no row or cell object in the Standard toolbox. I'm sure this is really really simple, but I just can't seem to find it. thanks...jon OK... I see ...Show All
TGunthorpe Generate a random number
Can someone tell me how to generate a random number that i can put into a variable Also how to declare that number an odd or even. Thank you. what is the "Mod function in the code above This should do it for you. Private Sub Button4_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click Dim _rnd As New Random Dim _int As Integer Dim _low As ...Show All
Emre just getting started
I am not experienced in writing programs. However, I am very interested in learning the proccess and familiar with computers. I became aware of Visual Basic Express and it seems like the perfect way to start. I want to develop programs that manage inverntory. Where do I start I read through some of the tutorials and they suggested learning C# first might be better. I am a little confused ab ...Show All
BrijeshK Server Error in '/' Application Failed to map the path
Need some help on this error. Everything was working fine for me. I had one site up and running with the Visual Web Developer 2005 Beta 2 and Microsoft Framework 2.0. I created a second website and put it in its own directory, configured IIS to use Ms Framework 2.0. Everything should work being the same just different directories. Unfortunately, now both websites are down. I have posted the error below. I have attempted creating the folder that ...Show All
smrshl This application has failed to start because MSVCR80D.dill was not found
The file is there in c:\windows\winsxs folder. This happens when I try a to create a simple project to test system and press f5 to bebug it. The file will create with release set and create the exe but will not debug I would appreciate any help. I have removed all re-installed all and no matter What I do comes up the same Thanks Operating system xp pro I changed my code generation too. ...Show All
David Riddiford Is this the right place for begginers?
Is this spacific forum the right place to get help with VB Express and Code Is this the right place for newbs is what I'm saying. Fantastic, I guess my first question is VB has always intrest me. I want to learn to create programs but there are so many versions out there it's a bit confusing. Is VB Express better for begginers then VB 6.0 Absolutely.... How can we help you Yes. Forget VB6 in very many ways, ...Show All
