11,868 Topics

Member Avatar for
Member Avatar for shena

Hi friends, How do i calculate the week number of a year? The week number should be calculated from the first day of a year. For example, this year 1st January 2010 falled on Friday, so week 1 should be calculcated from Friday(01/01/2010) till Thursday (07/01/2010). therefore, given any date, …

Member Avatar for shena
0
5K
Member Avatar for malvi

Hello, My work is like making interface with visual studio, like preparing GUI for rs 232. For that i have to purchase Microsoft Visual Studio. can anyone tell me which version is suitable for me to purchase ?

Member Avatar for Ancient Dragon
0
86
Member Avatar for harikumar86

Hi Here i have found macro code to extract URL from hyperlink(anchor tag) in MS Excel. This code is very useful to fetch the particular URL from the hyperlink by single click. No need to view the website to view and copy the URL. First in MS Excel go to …

Member Avatar for Eric Raj
0
160
Member Avatar for sujimon

HI, I want to transfer a text file from local machine to linux server using ftp in Visual Basic 6.0. Can you please share your thoughts on how to acheive this?

0
95
Member Avatar for rajid
Member Avatar for tmdeeps
Member Avatar for kinwang2009
0
65
Member Avatar for hell_tej

Hi Frends, I m creating an project. In this project i need to store image in oracle database. I don't know how to store image in Oracle Using VB6 i want to add image by add Dilogbox How can it is possible? Please Send me answare and Coad if needed. …

Member Avatar for tmdeeps
1
157
Member Avatar for ryan311

i have a problem generating auto number. can someone help me to solve this? here is my code [CODE] Try If IsConnected() = True Then strSQL = "Select max(*) from Supplier" End If myCmd.CommandText = strSQL myCmd.Connection = myConn myDA.SelectCommand = myCmd myDR = myCmd.ExecuteReader() If myDR.HasRows Then Label5.Text = …

Member Avatar for kinwang2009
0
89
Member Avatar for TOROOOLOLOOLO

Hi I have a problem, i have designed a database program with vb6 and ms access. and the program is suppose to display specific records using datareport. eg ,display records of student whose fees are> 10000. But i dont know my way out. hope to get help from anybody.thanks in …

Member Avatar for anandlalroy
0
628
Member Avatar for ChristinaOrchid

Hi Expert, I already create a datasource name for my Access database. However, I failed to connect to that database using this code: Set db = DBEngine.Workspaces(0).OpenDatabase("dbsourcename", ,"DSN=dbsourcename;UID=MyUID;PWD=Mypassw") Could anyone help me please. Thank.

Member Avatar for zainab saleem
0
3K
Member Avatar for reezox

Please Somoene Help Me i'm using visual basic 6 in platform windows xp how i want to use skin vista in myproject.exe? >>>can someone share with me an activex for vb6... :) :) [snipped email]

Member Avatar for amit208
0
89
Member Avatar for RahulV

Kindly tell me how can I insert data from a bi-dimensional array [I]ex. array1(10,10) [/I] to a DataGrid/DBGrid and visa-versa. Please explain with a sample source code.

Member Avatar for pankaj7040
-1
719
Member Avatar for shaileqs90

Its about visual basic. I am making an application for loan system.. I don't know whats the code. It goes like this, the situation is: * Count how many times does the CO-Maker grant already a loan. Need help for this.

Member Avatar for James cuck
0
327
Member Avatar for SuzyDavis

Hi there, I am a Microsoft Word developer and I sell Microsoft Office solutions, to companies. I am beginning to be concerned that my solutions are being copied - which is fairly easy. I am hoping someone can give me some advice about the best way to do this. I …

Member Avatar for the_carpenter
0
157
Member Avatar for leverin4

Is it possible to check which version of Excel a user's computer will open while in a VB6 application? Some users will be using Excel 2003 and some will be using Excel 2007 and, in theory, a single command button will open one of two excel sheets based on which …

Member Avatar for AndreRet
0
516
Member Avatar for rcutieshia

hi can u help me..i have project in visual basic that can teach me how to design and encode the attendancr monitoring system ..hope you will help me..thankyou,,

Member Avatar for kinwang2009
0
70
Member Avatar for Krs13

Hi, In vb i use Data Form Wizard and connect access database and create a form which automatically creates update,add,delete,etc buttons. Now what i need is when i open the form and enter (say some student id)in a field then the next field is the student name which should be …

Member Avatar for AndreRet
0
169
Member Avatar for jemz

hello can you help me please i have exe file and it runs okay in my computer...but when i transfer it from another computer my exe file will get run time. here is the message.. Run Time error '339' Component 'msflxgrd.ocx' or one of its dependencies not correctly registered: a …

Member Avatar for kinwang2009
0
160
Member Avatar for AncieV

I would like to know how to increase the speed of data loading into flexgrid from Database(SQL Server).currently im using a loop but this takes a lot of time when there are alot of data...pls give me a solution to this problem.. Thank you

Member Avatar for PoisonedHeart
0
195
Member Avatar for Krs13

Hi, In vb i used data form wizard to create Master/Details form from a database. When i run that code i get a error in the below line: Private Sub Form_Load() [COLOR="red"]Set grdDataGrid.DataSource = datPrimaryRS.Recordset("ChildCMD").UnderlyingValue[/COLOR] End Sub It says Data error event hit err:[ADODC]: Unknown error. [ADO] then it says …

Member Avatar for AndreRet
0
283
Member Avatar for xirosen

HI, can anyone help me pls on how to set the paper size of my datareport on printing. here is my code but it doesn't work. I don't know the reason why it does not work on me. Printer.PaperSize = 5 'SET TO LEGAL PAPER SIZE dr1.Orientation = rptOrientLandscape dr1.Show …

Member Avatar for AndreRet
0
243
Member Avatar for sutanu_halder
Member Avatar for exekiel101

ive already run the installation wizard and why i always run the main setup the thing that comes out is this "a previous installation of visualsourcesafe at D:visual basic 6.0\VSS\ select yes to replace it with VSS6.0 or no to install and no to its default" 5then i encountered this …

Member Avatar for Duki
0
101
Member Avatar for gertails

please help me on my problem about visual basic 6.0 my problem is how to add music background .... please give me some code or some idea thank you....

Member Avatar for AndreRet
0
500
Member Avatar for bluerdanblue08

Anyone please help me! I would like to learn and create a crystal report with ms access database and view it with crystal report viewer for our special project in school, I have no idea and I tried to look for some tutorials in web but I didn't saw a …

0
80
Member Avatar for Samir Mishra
Member Avatar for AndreRet
0
46
Member Avatar for samurai14

I just want to know how Can I display an asterisk pattern like if the user selects on the combobox.additem = 1 then it will display * ** *** ** * If user selects combobox.additem= 2 then * ** *** ** * ** *** ** * then so on and …

Member Avatar for AndreRet
0
319
Member Avatar for kinvieb

I am developping an user interface in VBA to manage an MS access database. I am confronted with a task that consists to open any document file store on a computer using a VBA command. I can do that that for any MS office document but failing with other document …

Member Avatar for AndreRet
0
244
Member Avatar for AncieV

hi..i wanted to know how to set focus from form2 to say a desired textbox in form1.. Problem tht i face is if i give a setfocus() in form2 it gives me an "Invalid procedure call or argument error"....i have already set the focus in the form load event of …

Member Avatar for AndreRet
0
99
Member Avatar for Seba Sama

Hi I'm trying to send some text to LPT1 port. [url]http://www.logix4u.net/[/url] this seems to work but there is nothing happening on my printer. can anyone tell me how to do it? thx

Member Avatar for AndreRet
0
432

The End.