10,989 Topics
| |
I had a MDI form. I need a function that are going to create a MDI child form when i call the function. But things is i want to clone the MDI child form, because the child form that going to be create are all the same form. [U]Example:[/U] 1st … | |
the user should enter a digit instead??? what shall i use??? | |
I was developing a database software where by every month it will automatically create a new database with the same table i had specified. So what is the code for creating the database? HELP!! Thx | |
I was saving some data to a new XML file using the following code [CODE] Public myFileName, NewFileSave As String Dim xml As New ChilkatXml Dim outXml As New ChilkatXml Dim node As ChilkatXml Dim nextNode As ChilkatXml Private Sub Command47_Click() CommonDialog1.ShowSave NewFileSave = CommonDialog1.FileName MsgBox NewFileSave xml.SaveXml NewFileSave MsgBox … | |
I want to create popup menu. There will be a variable number of items in the popup menu (dont know how many). If an item is clicked, some action might be performed (I'll work that out), but a sub-popup menu might need to be produced. Can anyone get me started … | |
hi please I want information in object awrem32 and how install awrem32 in vb thank you nawal | |
Hi, I have a toolbar on an MDI form, this works fine. I am trying to add a Buttonmenu to one of the buttons on the toolbar to add extra options. This is the problem, I cannot get it to work. Any ideas? pG | |
can anyone help me w/ this one? code: [CODE] dim msg as boolean msg = msgbox ("Save this one?", vbyesno) if msg = true then 'code goes here else 'code goes here end if [/CODE] when i run this one my code jumps to [U]else[/U] though i choose yes to … | |
| Im using Data Report Designer on my VB project how do i group using the report designer. Im also using ODBC on my Database. Please Help me. Thank s Lot |
How do i use a preset password on my visual basic program that will check first the username and and then the password and make sure that if username is this then the password should be that... | |
I am having a problem I am using a VB form that will complete the web form as the vb form will be loading info to our mainframe system and a database the issue is with the first part. I have it completeing the web form then it submits the … | |
Hey, I need to write program, which will do some action after 11 minutes. I have that action done, but I dont know how to write to wait 11 minutes, and how to write to wait 20 secs after 1 action. [code] Private Sub Command1_Click() Dim hWnd As Long hWnd … | |
[LEFT][COLOR=#000000]Hi,[/COLOR] [COLOR=#000000]How I can change slection of radio button in VB using shdocvw.internetExplorer object ? :sad: [/COLOR][/LEFT] | |
i have created a textbox, and if the user have enter an invalid value, the textbox must be able to check whether the value enter by the user is a string or an integer. I have set the CausesValidation to true. If i tried to enter a character, and the … | |
i have this strange activity of my program. it is creating tmp files, and its somehow annoying...really. i would just like to ask how can i avoid this and how was it created by my program...thanks a lot for your help. | |
I have a large document (MS Word) of around 300-400 pages in which there are lots of page and section breaks. I want to create a macro by which I can delete all the page and section breaks in the whole document. Please tell me the code. | |
Hye, im new here. Need some help on Vb6 coding. I've look up some of the treads on timing in this site but i have problem implementing it. [CODE]Public CHours As Variant Public CMins As Variant Public CSecs As Variant Public CMSecs As Variant Dim StrNested(4) As String ------------------------------------------------------------ Private … | |
Dear Colleague: In vb I could retrieve a data sored in SQL 2000 server, using grid object placed on the form object. But when I tried to do it using code, meaning with out placing ADODC object in the form object, I couldn't go any longer. Is there any one … | |
Hello Guys, has anyone already tried using "CGZipLibrary", I'm using one right now and I'm having some troubles about it... thanks | |
Hello, I got a french version of VB 6.0 installed on my pc. Is there a English language patch I can download? Not talking about the msdn but about the IDE. thanx in advance, Eld0 | |
I wish to password protect my worksheet. However, I have some Macros which have to unprotect the sheet in order to add a text box and then protect the sheet again. Is it possible to unprotect a password protected sheet?And then password protect it again after the object has been … | |
I would like to create a spell check facility. I have a huge flat file of words. This file has no cr/lf. How should I do this ? I think I want to read this file say 500 characters at a time. I'll store this data in a variable, adding … | |
i have the following code, however, the table that is created always starts at the begining of the document. so none of the text written beforehand can be seen. i also dont know how to write things after the table. [CODE]Private Sub wrd2() Dim c As Long Dim wrdApp As … | |
Frens, I want to know that is there any way to change or access properties of msgbox. Plz mind that I am not talking about the properties found in the code editor. Special properties like it's size, backcolor, font style etc. Plz help me out. I will be very thankfull … | |
hello on some examples, if the user presses F1, the help file comes, how do i create a .help file, is there a components for that | |
I need to be able to preview a report in Landscape format. I've set all the margins etc to be landscape format. However, it still previews as portrait now that I've removed some of the fields. I've not yet tried to print the report. When I leave the other fields … | |
Hi, Can anyone guide me in implementing Vertcal and horizontal scroll bar in the Form in VB6.0. tnx in adv for bailing me out :) Niksi | |
1:) Please, how can i make Visual Basic 6 open a HTML file (with Iexplore, let's say), or one MP3 (with Media Player instead of Winamp, let's say), when i click a button? It is possible? I mean, for the HTML, i need the default program to open the file, … | |
hello i have been told that there is a different method of writing this, such as using if, then , else, i have tried it and am getting all sort, do i need to use, if else then, or if else, condition to get the same result, i don't want … | |
hello, I dont want my copy/paste to work when i am viewing my form. When I select a text and right click my mouse , I don't want either to copy or paste. how can i make it disabled.That is to clear clipboard |
The End.