11,868 Topics
![]() | |
Hello everyone, I am trying to set a global variable in a module so that I can call it from any form or command button. I thought that I would declare the vairable by "public x as double" then set "x = 45" But how do I use "x" in … | |
Hi and thanks for all help. How to erase a file file.Delete (App.Path & "\backup\PhoneTel.mdb") it do not work. Or do like this instead that the file phonetel.mdb is uppdating evry time you press enter. | |
I am trying to write the information below (name, employee no., etc.) to a file using StreamWriter. I'm able to enter the data, click the save button, enter/change the save location and file name and save the document. When I open the saved document, its blank and none of the … | |
I have had a hard time setting up OpenGL to work with Visual Studio 2010,but no luck so far.I included `glut.h`,`gl.h`.I have linked the requisite `.lib` files in the Project Properties,but still I get this error `error LNK2019: unresolved external symbol _glutMainLoop referenced in function _main` ind six more like … | |
Help Need Vb Emplyee Record Program With My sql Connection example employee record database program add button ,editbutton,delete button all work will bhe done thru sql table connections | |
i make my project set up but when i install it on another computer it gives error that " can not find data in c:/document and settings.how we an solve it plz tell me | |
I've a field, say "Invoice No.", i want to be this as an auto-generated number. like DLP/001/2013-2014 DLP/002/2013-2014 DLP/003/2013-2014 . I use vb6 and Access.how can i do this? | |
Hi all, I need to read my text file that contain first name, last name, age and blood types. All of it separated by semicolon sign. Eg: `Trudy;Canavan;41;AB` What i need to achieve is read the text file into different arrays. Please help me. Thank you | |
hi guys, i am making invoice form in vb6, i have to make grid view so that user can add item details in row just by clicking on it and new Grid is open when user want to add new item. like productname description qnt rate amount ----------------------------------------------- row1 row2 … | |
i have this code an everytime i run it. `ActivePrinter = "PDF Complete on PDFC"` `ActiveWorkbook.PrintOut copies:=1, collate:=True, Preview:=False, PrintToFile:=True,` `PrToFileName:="C:\Users\srnardo\Desktop\CONVERT" & "\" & strFileName` i get this : >Runtime error '1004': >Your file could not be printed due to an error on PDF Complete on PDFC. im trying to … | |
visualbasic assignment how to draw a multicolored worm! pliz help | |
Hello everyone, Can somebody help me with Visual Studio 2008 Express Edition? I've already have THE 2010 version but I need to have the 2008 version for programming for a specific program. I've already searched om the net but there are no good downloads avalible. The ones all gave an … | |
Hi and thanks. I am wondering if there is a way to clear the screen before the program is loading. Lenny | |
.ConnectionString = "Driver=MySQL ODBC 5.2a Driver; SERVER=localhost; UID=asdsadafg; PWD=sadsadsJFKSKF9; DATABASE=SampleDB; PORT=3306; OPTION= 1 + 2 + 8 + 32 + 2048 + 16384 can anyone explain the OPTION, what this connetion string will do... i have no idea.. please explain | |
Can i convert an excel file to PDF file .. can anyone give me an example macro .. Thank you guyss .. | |
create a text file called contacts using Notepad (programs> accessories > Notepad) with n=15 records for storing their name,sex age ,telephone and email address that resembles the below. "Hiba", "M",20,1234567,"aaa@yahoo.com" "ahmed", "f",21,2345678,"bbb@yahoo.com" "ali", "M",25,3456789,"ccc@yahoo.com" write a program to read the file display contact information. | |
Need urgent suggestions. Thanks in advance. | |
Hi I have tried evrything in a list box. The listbox contain this 04-25 ene and I will deselect 04-25 when I am going to dbclick on that item the name "ene" shall I display in a book Any Help Lenny | |
I have to do final year project based of system .. i've choose to make information technology system .. i have to make it showed up at LCD sceen using database monitoring system .. i have to link to our University student database .. it such a hard work .. … | |
write a program to calculate the areas and circumferences of circles given thier radii 5.2 , 7,12,7.7 and 23.5. Round your output to 4 decimal places | |
write a program to generate 200 interger random numbers in the range [1000,9999]? can some one help me please use Visual Basic 6 write a program to generate 200 interger random numbers in the range [1000,9999].compute (a)how many of thee numbers fallin the ranges 100-2499, 2500-4999.5000-7499 and 7500-9999? (b) how … | |
I have this code. pdfCreator.ActiveSheet.PrintOut copies:=1, ActivePrinter:= _ "PDF Complete on PDFC", collate:=True How can i add a save location to this code . My default is the desktop when i save all the the file to be converted my desktop becomes a mess . can anyone help me how … | |
Hi I just started playing around with Visual Basics today and thought it would be cool if I could make a program to work out the weight and the price of a square peice of steel. I have tried to solve the problem and fixed many errors but now I'm … | |
I have a form with a calendar and a textbox with 2 buttons. The calendar is the vb 2010 tool and the textbox overlaps it so that when a day is selected on the calendar you can make an appointment for that day. i have a save button and a … | |
hi all I have a problem with the error message "System Error & H80004005 (-2147467259)", this happens or appears when I make a program with VB6 and now I have created a program that will save me. Please enlightenment, thanks for the help | |
![]() | I have a school project in which i am creating a barcode scanning system. I now want to add the ability to create and print a barcode. As far as i can see there is three ways of going about it, firstly creating an individual image of the numbers 0 … |
I am creating an app that will allow the user to click on images and then they will transform into something else, and the code to do that is below: private void Image_Tapped(object sender, TappedRoutedEventArgs e) { BitmapImage bitmap = new BitmapImage(new Uri("ms-appx:///Assets/smallImage.png")); imageHolder.Source = bitmap; e.Handled = true; } … | |
DOes anybody here know how to use send key for alt+s . can you please tell me how to do it. thank you!! | |
The default print area is upto cell H how can i extend it to I? Can anyone here help me .. thank you. | |
Is it possible to place a VB6 application working on Windows Azure and share it among several clients? If so, how? My thanks in advanced |
The End.