2,951 Posted Topics

Member Avatar for manu.machilles

Hi manu welcome abord. you can post your questions / doubts in the specific forum and definately experts of the forum will help you in solving your problem.

Member Avatar for debasisdas
0
26
Member Avatar for kshrini
Member Avatar for coco86
Member Avatar for The Dude
Member Avatar for PsyKoKill
Member Avatar for hiren pandya

can you please pass few more hints what exactly u want to do and what is the errror message taht you are getting.

Member Avatar for debasisdas
0
51
Member Avatar for x3mario
Member Avatar for guru511

it seems to be a problem with the ssyustem file getting corrupted. You need to restall VB. you can try to copy th efile from another system and over write in your system, register it with windows by using REGSVR32 key if required.

Member Avatar for debasisdas
0
91
Member Avatar for khanayub_chand

if the problem persists even after rebooting the system, it might be because of some eror in the registry or some system fiels are corrupted. Better to uninstall and install VB

Member Avatar for debasisdas
0
116
Member Avatar for dmotah

As suggested by Manoharan you can execute any command from VB . just use connection.execute with the sql u want to execute.

Member Avatar for epok13hart
0
127
Member Avatar for jamello
Member Avatar for elanch

Experts are here to help you but not do your home work. To get any help you need to post how / what y have done to solve your problem with code. and again your questions is a bit confusing. can u please clarify what do ypu mean by [B]i …

Member Avatar for AV Manoharan
0
292
Member Avatar for Serunson
Member Avatar for arjunsasidharan
0
115
Member Avatar for plusplus
Member Avatar for QVeen72
0
180
Member Avatar for sillyboy

Please post your question clearly , what exactly is your requirment.

Member Avatar for sillyboy
0
101
Member Avatar for itachi32
Member Avatar for TryUsOut
Member Avatar for TryUsOut
0
54
Member Avatar for Angie70
Member Avatar for Angie70
0
61
Member Avatar for t_yalthis

It is not compulsary to write the values in the list property of the combobox. You can also fill that dynamically at run time..

Member Avatar for t_yalthis
0
101
Member Avatar for xen751
Member Avatar for debasisdas
0
65
Member Avatar for The Dude

No 51 . My company blocking the page from the server under the catagory "Steaming Media".

Member Avatar for The Dude
0
64
Member Avatar for blondie.simon
Member Avatar for blondie.simon
0
82
Member Avatar for rinoa04

Those kind of things are spread abundantly over the net. You can easily find them by little web searching.

Member Avatar for debasisdas
0
50
Member Avatar for thithini
Member Avatar for jbennet
0
21
Member Avatar for The Dude
Member Avatar for shouvik.d

i would like to know what is the database that is being used at the backend, i guess it is oracle.

Member Avatar for jbennet
0
166
Member Avatar for crayzieghne01
Member Avatar for debasisdas
0
42
Member Avatar for altabear
Member Avatar for QVeen72
0
204
Member Avatar for planethax

Pllease specify your requirment clearly. Do u want to load the data of all the three columns into a single listbox. or you want only to display the records, in that case u can use any grid control.

Member Avatar for QVeen72
0
70
Member Avatar for cliveharber

Youare talking of VB 5 in tha age of .NET 2005. I dont think any one would be still using that. If u want to update the project you can yse VB 6.0 instead. And again VB 6.0 might also be desupported by microsoft by this year end.

Member Avatar for cliveharber
0
77
Member Avatar for piyush gandhi
Member Avatar for QVeen72
0
93
Member Avatar for ndeniche

I work as a senior software engineer in a MNC. Basically my job profile includes designing the database and the objects there off using SQL and PL/SQL.

Member Avatar for ndeniche
0
272
Member Avatar for ndeniche
Member Avatar for AV Manoharan

After all the fight between both of you ,why not also post some RDO code. That can help a some users.

Member Avatar for AV Manoharan
0
258
Member Avatar for Manitou

Hi Manitou welcome abord You have reached the right place for knowledge shairing. Here you will find a vast resource of related topics and code. Feel free to post more doubts/questions in the forum. But before that give a try from your side and if possible try to post what/how …

Member Avatar for Manitou
0
95
Member Avatar for rickyfish

Hi rickyfish welcome abord You have reached the right place for knowledge shairing. Here you will find a vast resource of related topics and code. Feel free to post more doubts/questions in the forum. But before that give a try from your side and if possible try to post what/how …

Member Avatar for debasisdas
0
116
Member Avatar for ita-yishunss
Re: Hi

Hi ita-yishunss welcome abord You have reached the right place for knowledge shairing. Here you will find a vast resource of related topics and code. Feel free to post more doubts/questions in the forum. But before that give a try from your side and if possible try to post what/how …

Member Avatar for debasisdas
0
58
Member Avatar for mashliner

Hi mashliner welcome abord You have reached the right place for knowledge shairing. Here you will find a vast resource of related topics and code. Feel free to post more doubts/questions in the forum. But before that give a try from your side and if possible try to post what/how …

Member Avatar for debasisdas
0
37
Member Avatar for I_TRY

oh god that is the funniest think i have ever heard any one trying in my entire carrier. dear EXE file are not created like you have tried(smart try) .You need to write some code and compile it to make an Executable. someday you will also learn that.

Member Avatar for shouvik.d
0
110
Member Avatar for Stefano Mtangoo

your question is too much theoritical,it is beyond the scope of this discussion to explain all that here. You can find details of all that in the above mentioned site or by any good book or material or by little web searching.

Member Avatar for Stefano Mtangoo
0
78
Member Avatar for drtanz

thats OK ,but u have mentiond only PK ,what about foreign keys . you have not mentioned how are you maintaining ralations.

Member Avatar for debasisdas
0
92
Member Avatar for jboog

it would be better to store the tags in a separate table and maintain relationship by tagid or somthing that is more suitable according to the condition.

Member Avatar for debasisdas
0
176
Member Avatar for jireh

Tool tip text is designed to be display when the couse moves on that particular control not on the got focus event.

Member Avatar for jireh
0
121
Member Avatar for A Day Old Bagel
Member Avatar for peter_budo
Member Avatar for jaasaria

try to use the microsoft commondialog control and use SHOWOPEN method to open any file and display the same in any picture box or any richtextbox.

Member Avatar for jaasaria
0
114
Member Avatar for shoby

What exactly you are trying to develop. What are the assets for the project that you are going to consider ? You need to pass few more informations before any one can help / guide you on that.

Member Avatar for shoby
0
93
Member Avatar for teklu
Member Avatar for jireh
0
128
Member Avatar for suneel kar

[CODE=vb] Dim con As New ADODB.Connection Dim rs As New ADODB.Recordset Private Sub Command1_Click() con.Open "Provider=MSDAORA.1;Password=tiger;User ID=scott;Data Source=debasis;Persist Security Info=True" rs.Open Text1.Text, con, adOpenForwardOnly, adLockOptimistic Dim str As String If Dir("c:\data.txt") <> "" Then Kill "c:\data.txt" End If Open "c:\DATA.TXT" For Append As #1 Do While rs.EOF = False For …

Member Avatar for suneel kar
0
116
Member Avatar for paodzy

can you please specify what exactly you mean by import background music. From where you want to do that. Please pass on more information.

Member Avatar for debasisdas
0
52

The End.