16,916 Topics

Member Avatar for
Member Avatar for danielwalters6

Hi all, one of my first posts, so be nice! :) Working on a piece of AS Computing Coursework. I'm currently developing an application in Access 2003. The system will allow staff at our college to book IT labs, in a single central location and email the staff to confirm …

0
58
Member Avatar for locsin

Greetings! I try to create multilanguage program "Arabic and English". But I dont know how to change the position of the title bar from Right to left. My program display the MDIform caption from right to left, but the Icon and the Control buttons like "Minimize, Maximize and Close Button" …

0
68
Member Avatar for daniweb2013

Hi, I want to make media player with VB. the problem is when i lunch components window, there isnt any item called Microsoft Multimedia control 6 What should i do?!

Member Avatar for daniweb2013
0
103
Member Avatar for locsin

Greetings! I try to make a multilanguage menu. Arabic and English. My windows xp is arabic enabled but when i try to type arabic font in Visual basic other charter appear on the screen. Is there anybody know how to accept arabic language in creating menu. I think some .ocx …

Member Avatar for daniweb2013
0
183
Member Avatar for locsin

Greetings! How to make numbering in visual basic data report? I create listing report in Visual Basic Data Report. My report works fine. The report can optionaly print by each category like : Department, Position, Lastname, Name etc.. My program print like this: Employee number employee name Position S-1 Emmanuel …

Member Avatar for jireh
0
122
Member Avatar for andrewktmeikle

Hey, i am having trouble with a project i have for school. The problem is as follows: I have one database(access), and it contains the specifications for 3 PC's( will be more but not atm), i have added a column stating the specification of the pc. I have an adodc …

Member Avatar for jireh
0
202
Member Avatar for Oblique

I am currently enrolled in a course doing OO with C++ at college. I have been assigned an assessment where using Visual Studio and DirectX, create a game of basically any sort of difficulty but I must use all aspects of OO. I have an idea of what game sort …

Member Avatar for MattEvans
0
117
Member Avatar for tgifgemini

[B][/B] Hi everybody. I have a code that formats the "Comments" field row in my spreadsheet. The objective is to begin a new paragraph whenever it encounters a date field within the text data. Below is how it is currently formating the "comments" field in the spreadsheet: [U]Example 1:[/U] Comments: …

0
56
Member Avatar for Dell XPS

I am making a backup program and I dont know the code for copying a specified folder from a source to a specified destination...... the picture attached shows how i made how to select source .... the other tab is for destination... Thank you very much Any help appreciated

0
60
Member Avatar for Dell XPS

I have made some(10) combo boxes in my project!!! i need to make them depend the one on the other... i mean if the first combobox is a car brand (e.g Ferrari) then the second combobox must only contain ferrari models! is there a way to hide the rest selections …

Member Avatar for Dell XPS
0
110
Member Avatar for plusplus

I need help with sql statement that includes two tables one table has id and name, lets call it tbluser second table has id and all other info, lets call it tblinfo Something like this Select id from tbluser where name = txtname Select * from tblinfo where id = …

Member Avatar for plusplus
0
106
Member Avatar for pmillio

Hello everybody, I am a final year student and for my final year project I have decided to try and create a price comparison website due to the fact that i feel it would be a good project to work on and develop my technical skills in C# and microsoft …

Member Avatar for pmillio
0
122
Member Avatar for thatsmystapler

I'm not entirely new to Visual Basic--I took a class with vb6 a few years ago. What would be the best (and hopefully cheapest!) way to get up to date and learn some new stuff? What books/websites would you guys recommend?

Member Avatar for thatsmystapler
0
82
Member Avatar for chait_anya

hi, i have 1 prob. i created 1 desktop database application. which i wanted to deploy on the client machine. my client machine dosent have sql server installed on it , neither .net framework is there. so i used setup and deployment project for creating the setup for my application. …

Member Avatar for JerryShaw
0
85
Member Avatar for upstream

hi everyone, im Rico from Philippines, 20 years old...i can program with visual basic 6 and vb 2005 but i dunno much about vb.net though i tried using it before, but i dont have big project with vb2005, i also help other students with their programs with vb series...i just …

Member Avatar for jasimp
0
79
Member Avatar for countryboyz

I made a macro to sort a form and it works fine as long as every thing that it searches for is there to find. If not it times out waiting for an event. I do not know VB, The only reason I put the [ ] around [rcEnterPos, "30", …

Member Avatar for Prozeen
0
251
Member Avatar for nobody2ph

hi guys, i know this might look like a n00b's homework assignment - but it aint, im studying VB for myself. Im trying to do this tutorial over here, cuz everybody said it's good [URL="http://www.profsr.com/vb/vbless04.htm"]http://www.profsr.com/vb/vbless04.htm[/URL] Prob is when i try to press the confirm button, error message pops up saying …

Member Avatar for Dell XPS
0
573
Member Avatar for getz

Hi, I am new to vb.net and mysql. I am using Ms Visual Studio.NET 2003. After scan 2D barcode, it will retrieve information from mysql and display the info in Symbol Pocket Pc. The problem is I dont know how to connect the 2D barcode with MySQL in vb.net and …

Member Avatar for getz
0
113
Member Avatar for mr_fany

I want to draw text on JPEG and save it in file. But me need that this picture didn't visible. Please help me! Thanks In Advance!

Member Avatar for bugmenot
0
81
Member Avatar for vbcielle

i have three arrays below [code] l = 0 For k = LBound(Tstk) To UBound(Tstk) Tstk(k) = stk(l) l = l + 1 Next k [/code] [code] z = 0 For x = LBound(qty) To UBound(qty) qty(x) = Text5(z).Text z = z + 1 'Tstk(x) = stk(z) - Text5(z).Text 'Print …

0
112
Member Avatar for tgifgemini

Hello everybody, my program have been working and today I'm getting run time error 1004 - invalid number of arguments on this line of code: [code]mystr = "Comments:" & "'" & xlApp.Clean(Trim(rsin![Comments]))[/code] Also, I am getting a "Runtime error 1004 - unable to set the RowHeight Property of the range …

Member Avatar for tgifgemini
0
525
Member Avatar for vpns.praveen

hi! i m nu to VB pl.explain how to connect VB to Access data basic using ADO control, if any other way, pl do help me. than u.

Member Avatar for debasisdas
0
100
Member Avatar for ristine33

HOw are you all. Can i ask about vb 6.0 in creating a progress bar. please let me know on how to create a progress bar. plz plz plz

Member Avatar for debasisdas
0
32
Member Avatar for vishjoe

I want to use the chart control. I have the data in a recordset which i need to show in Chart. can anybody help me

Member Avatar for debasisdas
0
31
Member Avatar for Sunzara

I am developing a program in Visual Basic .Net 2005 to launch an external program, using the Process Control. I am trying to use FindWindow to retrieve the handle of a top-level window. Declare Auto Function FindWindow Lib "USER32.DLL" (ByVal lpClassName As String, ByVal lpWindowName As String) As IntPtr However, …

0
55
Member Avatar for eoghan

In the code below I get a runtime error 13 or error 2036 or error 2007. The program uses Solver in excel to find best fit solutions for a matrix of i and j values by minimising error values (Val8a). the run time error message occurs at 1 of 2 …

0
68
Member Avatar for ocean001

hi all, i am using visual studio 2005 C++ to developing a pocket pc dialog. But this error occur when i try to compile. Error 1 error LNK2001: unresolved external symbol "public: void __cdecl CTryDlg::OnBnClickedBackBtn(void)" (?OnBnClickedBackBtn@CTryDlg@@QAAXXZ) AddTryDlg.obj can anyone tell me what is the possible solution?

Member Avatar for ocean001
0
175
Member Avatar for vbcielle

i have a search program that when searched i will make a receipt, a reciept form will be displayed, the 1st item searched will be displayed on text1(0).text and the quantity also will be displayed in text5(0).text my problem is how to subtract the stock items minus the quantity text5(0).text(its …

0
132
Member Avatar for raydogg57

I am using the VB editor in Microsoft Excel and have come upon a slight problem. Basically, I wrote a macro that allows me to copy an array of data from one worksheet, and then paste it into another worksheet. (So by using the macro, I can automatically update the …

0
65
Member Avatar for murigah
Member Avatar for mustoora
Member Avatar for stealthdevil

Hi, I'm working on a new project and I would like to use VB.Net in Visual Studio 2005. I'll import data in a row/column format.I've been playing around w/ the datagrid control a little and I've gotten my data to import, but I'm not sure if this control has the …

Member Avatar for Ranx
0
103
Member Avatar for Jim LaVine

I am trying to write a simple CRC calculator in VB6 I am converting a C code(listed below) I need to use a bitwise & operator. I have read that the Imp operator is what I should use, but it does not give the correct results Here is the code …

0
76
Member Avatar for tgifgemini

[B][/B] Hi Members, please can anyone show me how I can write a blank line after writing each records? My intension is to space out the data in the spreadsheet for readability. So far the code I'm using is not doing it. Seem my module below: [code] i = 5 …

Member Avatar for binoj_daniel
0
221
Member Avatar for tgifgemini

[B][/B] Hello everyone, I have a spreadsheet that has data in a report format. The last column "Description", has long text value which are all bunched up inside one cell. My intension is to merge(expand) the text to fill other cells (G, H, I) and make it readable. [B]See spreadsheet …

0
51
Member Avatar for Mikepf

I have successfully created a command button on a form to do a search on a primary table for a key, entered data on the form and saved it into a second table. However the key for that second table does NOT get saved (but does show on the form). …

0
67
Member Avatar for mungelwar

Hi guys, Is is possible to pass the parameter to autocad thru VB6 and generate drawing. Or already developed design in Autocad and is it possible to modify thru VB6. If you have any information abt it. Plz suggest me. Regards kishor Mungelwar

Member Avatar for P2P
0
72
Member Avatar for nanoscientist

Dear helpful members I would like to know how to make a batch of files--> save data into them--> close them For simplicity I was planning to call each file "i j"(i space j), where i=1 to 30, 1 and j=0 to 90, 10 so there would be a total …

Member Avatar for nanoscientist
0
34
Member Avatar for itekchandru

I am currently developing audio player project in vb6. i have downloaded a dll file named "WinampPluginWrapper.dll" i make this dll file methods inherit from vb class. But i try to execute the file i got error that " WinampPluginWrapper.dll" not found. Then i Placed this dll file available to …

Member Avatar for debasisdas
0
532
Member Avatar for choudhuryshouvi

Hi, can anyone tell me from where can I download and install the crystal reports to use in vb6? I need the site url. Help please... Thanks in advance

Member Avatar for debasisdas
0
94
Member Avatar for nourbee

Hello,friends.. im a new gurl here.. i want to ask, how to transparent the background of the image on PDA/Mobile Simulator. Actually,im using Pocket Mobile at Microsoft Visual Studio 2005. now im using .gif image format. if i built it at windows application, i can get the transparent background image,but …

Member Avatar for cutepinkbunnies
0
108
Member Avatar for nanoscientist

I have written my code in VB6. I would like the code to pause when variable x = 1, and the program will continue when I hit a key or something of that sort. Could you give me a hand on this? ThanX

Member Avatar for binoj_daniel
0
107
Member Avatar for tgifgemini

Good people, Please can someone show me how I can add a permanent comment to the end (footer) of my spreadsheet. I want this comment to be visible when the spreadsheet is printed. I know how to add the comment on the spreadsheet that is visible only when you hover …

Member Avatar for tgifgemini
0
105
Member Avatar for FairyL

Hi. First i want to say taht I'm relly glad I found site like this. I LIKE IT!:) I'm noob in vb. I'm trying to work in vb6.0. i have some ideas like: creating some picture catalog, or making a game, i'm intersted in animcion...But my cnolege in vb is …

Member Avatar for Lavendor
0
81
Member Avatar for danlexter7

i have a question..I have a problem of rotating a 6 pointed star or a star david.. What codes do i need to rotate it?? it rotated in every angle and it somewhat like in 1 revolution around 32rotation..and how do i animate it??can u help me please..thank you very …

0
55
Member Avatar for Dell XPS

i want to make a program that you can add some product details later in and you can then type the product code of a product and it is added to a report that you can print as a receipt to a customer showing the price of each product and …

Member Avatar for jireh
0
90
Member Avatar for edek

[code] Set Worksh = Worksheets("SampleWorksheet") Set myRange = Worksh.Range("F1") msgbox myRange.Value, , "" 'WORKS: current value in "F1" cell is displayed myRange.Value = 100 'DOESNT WORK! : value in cell DOES NOT change [/code] I have no idea - it was supposed to work. Any ideas? Thanks

Member Avatar for edek
0
120
Member Avatar for prettyboy

Hi. This is my first post and i'm a newbie. I'm learning to use VB6 and i'm trying to create a simple alarm clock but having a type mismatch error. It seems that the input time does not match the clock time. i have here the code. Hope u can …

Member Avatar for prettyboy
0
160
Member Avatar for Nelly1965

I am trying to reference a LOGO (the LOGO was inserted in the document as a picture) so that I can set its visible property to true or false as required. However I havent been able to find out how to reference the inserted picture file. Can anyone help me …

Member Avatar for Nelly1965
0
117
Member Avatar for locsin

I try to open excel file in visual basic 6. Somebody gave me this code to open excel file. But when i create a my new form and type this code. An error occured for this code Private Sub Form_Load() Dim x_app As Excel.Application Dim x_wbk As Excel.Workbook Dim x_wsh …

Member Avatar for kb.net
0
333

The End.