10,987 Topics

Member Avatar for
Member Avatar for xenophobia

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

Member Avatar for Comatose
0
91
Member Avatar for kamitsin

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 …

Member Avatar for Comatose
0
109
Member Avatar for robertlees

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 …

Member Avatar for Comatose
0
1K
Member Avatar for nawal

hi please I want information in object awrem32 and how install awrem32 in vb thank you nawal

Member Avatar for nawal
0
126
Member Avatar for purplegerbil

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

Member Avatar for purplegerbil
0
165
Member Avatar for janeane_tho12n

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 …

Member Avatar for janeane_tho12n
0
628
Member Avatar for dpacamalan

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

0
98
Member Avatar for Smooth_411_2000

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...

Member Avatar for Sinha's
0
104
Member Avatar for jm50328

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 …

0
61
Member Avatar for creex

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 …

Member Avatar for Comatose
0
194
Member Avatar for yair_hak

[LEFT][COLOR=#000000]Hi,[/COLOR] [COLOR=#000000]How I can change slection of radio button in VB using shdocvw.internetExplorer object ? :sad: [/COLOR][/LEFT]

0
94
Member Avatar for k_en

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 …

Member Avatar for purplegerbil
0
127
Member Avatar for vhinehds

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.

0
108
Member Avatar for Fyeq

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.

0
74
Member Avatar for wut-da

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 …

Member Avatar for wut-da
0
235
Member Avatar for benyam_dessu

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 …

Member Avatar for Bharati Krishna
0
127
Member Avatar for astroboy_x4

Hello Guys, has anyone already tried using "CGZipLibrary", I'm using one right now and I'm having some troubles about it... thanks

0
88
Member Avatar for Eld0

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

0
63
Member Avatar for grandfilth

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 …

Member Avatar for mrmike
0
149
Member Avatar for robertlees

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 …

Member Avatar for robertlees
0
259
Member Avatar for skalra63

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 …

Member Avatar for skalra63
0
85
Member Avatar for Sinha's

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 …

Member Avatar for Comatose
0
76
Member Avatar for softwarecaz

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

Member Avatar for Kegtapper
0
94
Member Avatar for chancellor

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 …

Member Avatar for chancellor
0
202
Member Avatar for niraj.ks

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

Member Avatar for Sinha's
0
57
Member Avatar for Prahaai

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, …

Member Avatar for Comatose
0
212
Member Avatar for softwarecaz

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 …

Member Avatar for George Jump
0
118
Member Avatar for savi_karthika

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

Member Avatar for Comatose
0
50
Member Avatar for skalra63

i have a text box, which the user may enter cash for sales. however, it doesnt seem to recognise anything after a decimal point. for example, if the product costs £300.07, it will only calculate the change ( if any) or display an error message if the tender is 300 …

Member Avatar for Comatose
0
97
Member Avatar for robertlees

I'm using VB6. I want to create a small app that sets the Marquee text, and wait time. I just want to avoid the drama of navigating through Control Panel / display / screen saver / settings. I often have to leave my computer, and would like to leave a …

Member Avatar for Comatose
0
112

The End.