12,425 Topics

Member Avatar for
Member Avatar for sameeraict

i know some about vb.net programming and i'm interested in developing some software which is able to Get Data From Serial Port /parallel Port to my working form. can somebody advice me ,how to start such kind of developing and what should i refere (web sites /e books) for this …

Member Avatar for sknake
0
621
Member Avatar for andy999

Helo all, Can anyone help me .I want to put dilimiter in the substring of a whole string. Here is the string Amitav 12/3/2009,234,201,210,222 I want to put dilimiter in the left most substring like this Amitav,12/3/2009,234,201,210,222 ______________ How can i do that. Thanks

Member Avatar for andy999
0
93
Member Avatar for jghowatt

I know how to change the master volume control level, but I also need to know how to get the current level so I can change it back to what is was when exiting the application. Does someone know the vb code for this?

Member Avatar for vb5prgrmr
0
157
Member Avatar for RECrerar

Hi, I'm trying to do a paste special (values) of Excel data into an Excel sheet but coding it from word VBA. I can get a normal past to work however with the paste special the 'Paste' argument is not recognised. I have tried the following (only the paste special …

Member Avatar for RECrerar
0
278
Member Avatar for stevenaseron

Cashier 1.0 is a C++ program that displays on the screen item codes with corresponding item description and price (at least 10 items). It asks the user to enter the code of the item purchased by a customer. Then, its description and price are displayed on the screen too. Also, …

Member Avatar for cgeier
0
220
Member Avatar for crackerjacker

so basicly what i want to do is get a list of the open windows, like all of the tabs in the taskbar. thanks for your time!

Member Avatar for vb5prgrmr
0
136
Member Avatar for Hoaxygen

I've been trying to compile several C++ tutorial files that include the standard Microsoft header files, such as 'windows.h' to create a basic window. I'm fairly new to this C++ business, but I have a bit of experience with writing console applications on C. The problem is that the command …

Member Avatar for Hoaxygen
0
306
Member Avatar for monq

help please... i'm into vb6 developing and it's my first time to incorporate a barcode reader into my system.. can someone give me a hint on how to do it.. the codes would be much greater... i'm going to use a handheld scanner...

Member Avatar for Ole Raptor
0
172
Member Avatar for MansoorAhmedK

Hello everyone, i want use EnterKey in my Project ,i write some code in from load,but still TAB key use in my project. Here is a code, [B]If KeyAscii = 13 Then SendKeys vbEnter End If[/B]

Member Avatar for PoisonedHeart
0
225
Member Avatar for firoz.raj

can anybody explain me.the use of redim statement and preserve keyword over here.kindly let me know the idea .any help would be Highly appreciated. [code=vb] Public Function LoadData() As Boolean Dim codeString As String On Error GoTo LoadData_Error Dim Obj As IProducts '// The classinterface Dim rs As ADODB.Recordset '// …

Member Avatar for PoisonedHeart
0
220
Member Avatar for lakshay
Member Avatar for PoisonedHeart
0
92
Member Avatar for staticvoyager

Okay, I've tried my professor, and he's impossible to get timely feedback from... When he has responded, he has sent me coding - most not even close to containing the proper elements to complete the assignments, and he isn't much for explaning. Although I could copy and paste all my …

Member Avatar for fuego2008
0
84
Member Avatar for Agent-of-Chaos

hi i am making point of sale system.. i want to make empty grid and i want to add list box in first cell of each row, that list box contain items name so that when user select item all other cell of that row is filled by the respective …

Member Avatar for Agent-of-Chaos
0
155
Member Avatar for PoisonedHeart

Hi! i'm a newbie in VB6, and I'm creating a program that reads arabic numerals and converts the specified Arabic numerals to Roman numerals. Is there a function in Visual Basic 6 that converts Arabic numerals to Roman numerals or vice-versa?:-/ ..,,If none,..would someone , post some code snippets about …

Member Avatar for PoisonedHeart
0
146
Member Avatar for Jack.He

hi,all Just like the title,i want to programme a update software for my softeware,but i don't know how to start. Is there a function that can download in VB6?And how to check the version? Please help me....

Member Avatar for vb5prgrmr
0
153
Member Avatar for santhanalakshmi

Hi, By clicking the button first time - it opens the form. if i try the same thing(in second time) .....In my form only [B]one textbox(using as a lostfocus[/B] and also using recordset[sql]) [B] Runtime Error '3367' : Object is already in collection.Cannot Append.[/B] Please ,help me out..........thanks in advance............

Member Avatar for santhanalakshmi
0
747
Member Avatar for Agent-of-Chaos

i am usng key ascii 13(Enter key) to move between text fields... but the problem is that it produce some sound i dont want that it produce that sound, can any one know how to avoid the beep in vb6????? Private Sub Text1_KeyPress(KeyAscii As Integer) On Error Resume Next If …

Member Avatar for Agent-of-Chaos
0
171
Member Avatar for abu taher

a msflexgrid show my data. I write code in msflexgrid_click():[QUOTE]txt1.Text = MSFlexGrid1.TextMatrix(MSFlexGrid1.RowSel, 0) txt2.Text = MSFlexGrid1.TextMatrix(MSFlexGrid1.RowSel, 1)[/QUOTE] for show data in textbox. but one error msg show: "run time error 381 subscript out of range" what I do now?

0
55
Member Avatar for abu taher

When I open a project in vb6 then show a msg: and tell me to see a log file. and the description of log file is below: Line 29: Class b8Controls4.b8Line of control b8LLogoB was not a loaded control class. Line 116: Class b8Controls4.b8ClientWin of control b8CW was not a …

Member Avatar for vb5prgrmr
0
109
Member Avatar for dwnewbie1234

Hello everyone! I am new to visual studio 2008 and asp.net websites so please go easy on me. I am hoping to be able to set this up and I would like some expert advice so I do it in the most efficient way. I would like to set up …

Member Avatar for serkan sendur
0
65
Member Avatar for mytime19

Hello everyone, I am new to vb6 though i have done java and abap before. I gotta design an application which is a quiz with a countdown timer. I have created the countdown timer stuff but how do i create questions and answers? say if i have 20 odd questions …

Member Avatar for vb5prgrmr
0
523
Member Avatar for kashy!

Hi Friends, I need a help, I am making a project where I have to update the class database all at once, I made a function where some values are passing to update, It is updating the Database as well, But the problem is all the database is updated with …

Member Avatar for vb5prgrmr
0
112
Member Avatar for jack1to2

i want to save a text file (eg:ABC.txt) in RES file and load it into a combo box or a list box using following code.. Open App.path & "\ABC.txt" For Input As #1 Do While Not EOF(1) Line Input #1, s Combo4.AddItem s Loop Close #1 how do i give …

Member Avatar for vb5prgrmr
0
99
Member Avatar for XZodia

Hi guys.. I need help with selecting an item in a listbox which gets its items from a database table using While-Wend Loop. The listbox lists the table's contents properly. My problem is how will I add the item I selected in the listbox (e.g. John, Erick) in another table …

Member Avatar for vb5prgrmr
0
99
Member Avatar for Supa_mike

Hi, i have a group box with 2 radio buttons; failure and success. I need to have the text (either failure or success) saved in the access 2007 database instead of values (1 or 2). The same is also happening with the combo boxes. Here's the code am using: (i …

Member Avatar for vb5prgrmr
0
113
Member Avatar for samaru

This book is excellent: [b]Sams Teach Yourself Shell Programming in 24 Hours (2nd Edition)[/b] [url]http://www.amazon.com/exec/obidos/ASIN/0672323583/qid=1034404576/sr=2-3/ref=sr_2_3/102-8089820-6681729[/url] It received good reviews. Here's my personal review from Amazon.com: This is probably one of the best books by Sams that I've read. If you want to start shell programming, you've picked up the perfect …

Member Avatar for jenn11
-1
478
Member Avatar for Rakyu

At the moment I am currently working on a program (for school) that saves and reads CD album information from a file (pre-made). The information that can be saved (and read) is the album title, the artist, the recording group, the genre, the date purchased (in the DD/MM/YYYY format) and …

Member Avatar for Rakyu
0
104
Member Avatar for fawzmasood

Hello guys. I have updated my old program Maniac. Here is it's version 2.0. It's a simple and basic program to send sms, bulk sms, multiple recipents, make a call, check cell phone imei number, battery status, manufacturing company etc... Its made in Visual Stduio 2005, C# was the language …

0
45
Member Avatar for korna

I am changing a VB6 program from DAO to ADO and bump into some problems. Before I go into the multi table problems I will start with a single table :-/ I have an Access 97 database with some tables. The tables have no relations among each other. I want …

0
62
Member Avatar for vanathi_vb

Hi, please guide me how to use crystal reports in vb6.0.anyone can explain with small example.say for example select the db and tables and fiels and links between tables ,sorting fields..how to call that report using vb.. Thanks in advance, vanathi

Member Avatar for kashy!
0
113
Member Avatar for palavi

Hi all, I am getting exceptions while downloading Excel template. i think the problem is in one sheet if i remove that sheet i am able to download with some vb error messages like cannot read file etc., As per my knowledge in vb code for downloading i have changed …

Member Avatar for palavi
0
168
Member Avatar for palavi

Hi All, If i protect a sheet then I am getting this runtime error stating Run time error '1004' Application-defined or object-defined error Its not highlighting where is the error .. can anybody help me please i have deadline by today evening.. thanks

Member Avatar for palavi
0
135
Member Avatar for abu taher

in my database I enter three item in 'Item' field. paper, pen, pencil. in my vb project i have three text box. here I want these three item show in this three text box. how it possible.

Member Avatar for abu taher
0
84
Member Avatar for pearllyn

Hi, i need source code on how to check whether a new picture has upload in the folder. the source code have to be in VB. Thanks

Member Avatar for vb5prgrmr
0
27
Member Avatar for ttqtrang146
Member Avatar for gdkons
0
147
Member Avatar for gdkons

How can I create group report in Data Report by writing code without using Data Environment. I'm using VB 6 and SQL server 2000.

0
35
Member Avatar for johnGIS

Who has VB.Net notes for a beginner. Send them to [email]jyumbya@yahoo.com[/email]

0
53
Member Avatar for drabsch

hi, How do you make a exe open and run in a different directory in vb6? so my exe is in the directory D:\test.exe and want it to run in the directory C:\ without copying the file there

Member Avatar for drabsch
0
100
Member Avatar for craigallansmith

I have posted this before and have not resceived a response. My problem is that when I create a simple data report and then run it, it takes about 2 min to display. I thought it was something i did but i deleted my project and started again. for some …

Member Avatar for kashy!
0
99
Member Avatar for LoNe_KiD08

Hi Guys, I got a problem with my report when I'm started previewing it. Just see this link for the details and my screen caps. [url]http://i206.photobucket.com/albums/bb243/jumbo08/REPORT.jpg[/url] Thanks and advance...:)

Member Avatar for Ole Raptor
0
79
Member Avatar for CMSHelper
Member Avatar for abu taher
0
73
Member Avatar for akari0283

hi all, im trying to make a modding program for games. how to read 16 bit number from a save data, and display in a textbox by 10 bit number format ? im using Microsoft Visual Basic 2008 Express Edition. plz help. sry my bad english. thx :)

Member Avatar for akari0283
0
77
Member Avatar for join_u

Hi to all.. im novice here sorry for bad english well iam a Visual Basic programmer and i like ASM... im start to learn ASM and to do it i get some code and try to translate to Visual Basic in my first step i found a code to encipher …

Member Avatar for wildgoose
0
85
Member Avatar for tux4life

Hi folks, I am [I]tux4life[/I], I'm not really new here anymore, but I was suggested to introduce myself (because I forgot to do so at the time I joined Daniweb). [U]Why am I here?[/U] Well, I'm here because I like helping people in general. I learned to know Daniweb via …

Member Avatar for Ancient Dragon
1
285
Member Avatar for WUT

Does anyone know of an easy way to implement a basic time-clock type function, that refreshes the display each time the information changes (perhaps in an allocated memory space)?

0
58
Member Avatar for zobl
0
26
Member Avatar for abdabd

Hi everybody , I am working on VB.6 but when tried to add component Microsoft data bound grid from the component list I did not find it , please help me I need to show my dbase .

Member Avatar for debasisdas
0
45
Member Avatar for chozhan

How to implement the activexcontrol at runtime. Activex control name is A32Control.

Member Avatar for debasisdas
0
87
Member Avatar for kehar

Hello, My problem is that when i try to see other datails of the person names selected in the list box, i can see the details of the firstname (first item) of the list box only and not the second onwards. So pl tell me the code to write so …

Member Avatar for debasisdas
0
74
Member Avatar for nileshgr

I have two class modules namely DbConnection and Database. Database has all methods which are required to manipulate the tables (Insert, update, delete, move). And DbConnection has connection related methods (Connect, Close, StartTrans, CommitTrans, RollbackTrans) I have a global instance of DbConnection in a standard module and I don't initiate …

Member Avatar for nileshgr
0
82

The End.