12,425 Topics

Member Avatar for
Member Avatar for tol

Hi All: I am a rookie visual basic.net programmer I am trying to develop a bible software using VB2005.Net (as my end of the term project whic i am supposed to submit in April) but i am a bit stucked as to how to start. so far i have designed …

Member Avatar for Minolwen
0
112
Member Avatar for xR3born

Hello Ok i need to do the following, but if you can help with any please post! I need to: Disable a button after its clicked, enable a button after the button being disabled is clicked, make the button being disabled turn a text area from visible false to true. …

Member Avatar for Comatose
0
146
Member Avatar for wvtxman

can someone tell me how to write the code to open the contacts in outlook 2007 and be able to select contact for email. Thank you.

Member Avatar for wvtxman
0
79
Member Avatar for rhon_17

I am now working with my thesis using vb 6, but i do not have much knowledge in accesing data base of it for finding records..any responds and solutions you can give will be a big a help for me,.thanks for considiring my problems..

Member Avatar for jireh
0
152
Member Avatar for dollmar

what is the cause of my error: i have a runtime error of " unable to bind to field or data member: <mydatafield>.... my advance thanks...

Member Avatar for jireh
0
34
Member Avatar for Celdecea

I was commenting some VB.NET 2003 code when on a whim I tried this: [code=vb] ' Note the variable is "theta" or keypad alt+233 Dim Θ As Double = 3.14159 / 4.0 MsgBox(Θ) [/code] It compiled and ran fine. Without going into ethical debates, is this sort of thing really …

Member Avatar for DangerDev
0
216
Member Avatar for dokenz

Hey can anyone help me about listview. its like this my listview will contain items with prices on it and supposed to be that when you check the checkbox the item price will come out and yes it did. but the problem is when i check at the 2nd row …

0
40
Member Avatar for Chyke o

I am a beginner in Visual Basic and currently writing gymnasium software that seeks to do the following • Collects data from users and recommends various exercises to be done. It calculates the Body Mass Index ( BMI ) of the person and gives the user various advice based on …

Member Avatar for Ramy Mahrous
0
262
Member Avatar for nubs

Hello newbie here! I'm a student working on a small project with Visual Basic Express. I'm about finishing my project and been trying to publish it to a CD. This project contains labels which read data from text files stored in the bin directory and a login database. But I …

Member Avatar for Comatose
0
160
Member Avatar for nspnayani

How to read attachments on a exchange sever using Collabration Data Objects (CDO) in vb6 and then move the attachments to a location in the server. Since i am new to VB6 Please provide the COMPLETE code. thanks you for your help .

Member Avatar for Comatose
0
63
Member Avatar for octavia

Anyone wants to help for my problems; when i press ' key on keyboard', i want to show message in label. but when i release that key, it should be leave blank in label. It already handled out only ' press' event. but the problem is on 'key releasing ' …

Member Avatar for cguan_77
0
90
Member Avatar for dinilkarun

hi, I want to put a textbox over a bitmap in MS Excel sheet and populate the textbox with a value from VB code. Please guide me in acheiving the same. Regards, Dinil

Member Avatar for cguan_77
0
90
Member Avatar for karthiknv

Hi, For my project, i have to kill a Java.exe process of a particular application forcibly( i have other application runs on java.exe- i should not kill it). Can somebody do the needful....it's very urgent...please help me.... Thanks & Regards, Karthik

Member Avatar for SCBWV
0
277
Member Avatar for ryan311

hi can anyone help me? how can i convert to time if i inputted 2400 it should 12:00 then a running a time? for example i have 1 textbox if i input 2300 it should 11:00 how can i do this in timer? thanks

Member Avatar for SCBWV
0
90
Member Avatar for wookinhung

Hi all, I want to display a picture by moving the mouse cursor on a label or picturebox without clicking on them... How can I do that? PS: The picture would be big sized. Regards, wookinhung -VB noobie-

Member Avatar for wookinhung
0
122
Member Avatar for dollmar

im new to vb6..plz help me to solve my problem.. 1.I make a textbox that can input time 2. I have a shape in form 3. I use label to display time how can i change the color of shapes in red when i input the exact time in the …

Member Avatar for dollmar
0
120
Member Avatar for brylezkie

Hi, Good Morning I am now working with my system entitled Scholars Electonic of Information and Evaluation System,but I am now encountering a problem in editing user accounts which when I edit the limited accounts,the information about the admin is the one that edited...Heres the codes that i used...hope anyone …

0
45
Member Avatar for Jigs_ff

Hi All, I am new to programming world, i wanted to make a script which will create folder when counting of files breaks. for Example- 1) I have 1000 no of jpg files in a single folder.(but ) 2) but these files has a number break in between. (like it …

Member Avatar for Comatose
0
110
Member Avatar for vijaykumarsajja

i have problem to find the all computers names in my network please help any budy have knowledge on this (with code) your's vijay kumar sajja

Member Avatar for Comatose
0
47
Member Avatar for abu taher

I made a database project. when I run it another pc and press the Add New button (in my project) it show this msg. Run time error - 91 Object variable or with block variable not set. I connect the backend database by data sources(ODBC)> system DSN. I write code …

Member Avatar for abu taher
0
114
Member Avatar for subinalex

Sir, I have developed an application in VB6.0 and back end as ORACLE8i . I would like to know how to "Deploy" it OR How do my application detect my Oracle dB automatically?

0
57
Member Avatar for brylezkie

hi, everyone I am now working with my thesis and I want to have a quick search of records using ADO and a Datagrid. My thesis is an Information System, any response is my pleasure thank you.

0
48
Member Avatar for brylezkie

Hi, Good morning can you please help me how to code a recordcount in visual basic 6? any information that you can give is my pleasure to accept. Now I am working with my thesis about information system using ADO Control for Database. thank you!

Member Avatar for selvaganapathy
0
116
Member Avatar for devstudio.2007

Dear All, How to Check registry Key existences in XP using Visualbasics 6.0, For example i want to check HKEY_LOCAL_MACHINE\SOFTWARE\Test1\Test2\Hardware\MachineID\100000 if this Key exist means i will run one bat file else i will run another batch. my aim is to Check Key Availablity. regards User

Member Avatar for Comatose
0
146
Member Avatar for lkh11lkh

hi i encountered problem n error when i insert code into macro in ms powerpoint 2003. [code] Sub AutoOpen() AutoSaving End Sub Sub AutoSaving() Application.OnTime Now + TimeValue("00:00:10"), "Saving" End Sub Sub Saving() ThisPresentation.Save AutoSaving End Sub [/code] Application.OnTime() is supported by Microsoft Excel. It is not available with PowerPoint. …

0
45
Member Avatar for pjacquez68

My friend, help me about vb 6.0 excel as a database. i need your xample project finish, have capacity to save in excel when clicking a button vb 6.0 codes... it is my assignment in school my friend, actually im Pablito P. Jacquez from Philippines 2nd year student IT of …

Member Avatar for samir_ibrahim
0
109
Member Avatar for Rombosia

hi guys, if I have a form with, say, a picturebox in it. The picturebox is loaded with an image, and I need to copy just a section of it, say at rectangular points, X, Y, L and W to the clipboard, or to another picturebox. Is it possible in …

Member Avatar for Rombosia
0
1K
Member Avatar for abbajee

K my question is so simple but i never got any clue from anyone yet i think i've been asked about it from here too but there was no response may be people couldnt find out what i was asking or wot i was trying to ask ? But i …

Member Avatar for cguan_77
0
108
Member Avatar for j0Hn.rEy_08

Hello! I would like to ask..if its possible to convert the codes form vb6.0 into vb.net web application? If there's a way what is it? Thank You Very Much!

0
43
Member Avatar for tones1986

Hey all. I have worked on this in a previous post, but because of the huge difference in work needed, i have reposted it here. First off, i created a project that would input data from keyboard of a student, this student had name,ssn,dob,school id information that was needed. After …

Member Avatar for tones1986
0
108
Member Avatar for attiquesajid

Hi, well i am pretty much new in visual basic and trying to get my hands onto this new thing.well i am reAding NMEA data from my serial port in vb6 using another computer that sends nmea data stored in a text file using hyperterminal(FILE ATTACHED). right now i have …

0
74
Member Avatar for cguan_77

hi guys, need your help how to achieve this thing.. basically i got about thousand cells.. so here's the case: my data look like this in a single column what i want is to sort this thing to a different columns like: U*** DATA wil be in a single column, …

0
57
Member Avatar for firoz.raj

can anybody help me .[B]if not help at least suggestion[/B].i will remain grateful to all of you.any help would be greately appreciated.[ATTACH]9063[/ATTACH] i have taken all the information of listbox1 in strreq.which is a string type variable.since it is a string type variable. That is why i have split strreq …

Member Avatar for firoz.raj
0
86
Member Avatar for sillyboy

Hi All, I am writing a VB6 script to interact webservices, and I need to add security to the SOAP messages. Currently, the messages are pretty static, with a few variables (so there are template XMLs with spaces for variables). This works fine without security, but as soon as security …

0
69
Member Avatar for sillyboy

Hey all, I haven't had a lot of experience with VBA (Excel), but I think I have done enough research, so now I'm coming here for assistance. I need my VBA macro to use a keystore, so I was going to use System.Security.Cryptography.X509Certificates.Import. My issue is however, I cannot add …

Member Avatar for sillyboy
0
138
Member Avatar for Mussawar

Hi to all...! I am just new member of the site.I want a little code in Visual Basic. How to play a sound file whenever the key press event is occured? Infect I wnt to develop a program which play a small beep when any key is pressed on the …

Member Avatar for Jx_Man
0
73
Member Avatar for winrawr

So, supposing I do manage to compile a DLL with exports, how does the DLL work with my code? How would I check for the DLL on the system, and then, how would I link to it? Also, Can a DLL written in C++ be used in a VB application? …

Member Avatar for Freaky_Chris
0
92
Member Avatar for ronicasingh

Hello all, My name is Ronica and with various nick names that start with Ron being the most used. I'm from SA in Durbs, and just recently started exploring the Daniweb site, which may I add has a wealth of information, but I don't have enough time to read them. …

Member Avatar for Robdale
0
170
Member Avatar for sidatra79

Hi everybody, I am rather new to VBA programming in EXCEL and I could use some of your help. [U]I want to do the following:[/U] In my excel file there are two sheets: SourceSheet and DestSheet. In SourceSheet there are data filling columns A to I and starting from the …

0
71
Member Avatar for RahulV

How can one send the data in a Form's controls like textboxes, labels, comboboxes etc. to a Datareport? Does anyone have a suggestion?

0
66
Member Avatar for andy_aphale

hello pals, look i need help i am doing the project on construction company's front office mgt system and i need some help. as this is front office mgt system it generates some reports i am having problem that we use "app.path" statement to connect the database which is in …

Member Avatar for RahulV
0
83
Member Avatar for sheLoves13

Hello! :) Can anyone help me how to add radio buttons to a list of names queried from the database.. I'm working on a payroll system, and what i need is to DISPLAY the list of employees using DATA GRID w/ RADIO BUTTONS appear before every name.. how is that? …

0
44
Member Avatar for ryan311

all i want is if the value of my product stock is 0 then the message box show for example theres no more product stock and also i want is if the user inputted higher value in my text2.text for example my product stock left is 5 if he/she inputted …

Member Avatar for Ole Raptor
0
104
Member Avatar for firoz.raj

can anybody tell me why Bold statement is not working. [code] Private Sub Command2_Click() Dim a As String a = MsgBox("You want to Modify....?", vbQuestion + vbOKCancel, " MODIFY") If a = vbOK Then Set rs = New ADODB.Recordset rs.CursorLocation = adUseClient [B]rs.Open "select mr.srno,mr.productname,mr.qty, mr.unit from mrtemp as mr …

Member Avatar for Ole Raptor
0
126
Member Avatar for E.Jithender

Hai, My dear members of DANIWEB, Can anybody could let me know how to get the desired colour in a combo box when Enter key is pressed. A particular text in the combo box must turn into any of the colours, i.e., all the other text that is displayed in …

0
60
Member Avatar for sganandhsg

hi Friends Iam using Vb6.0 for one msgbox using this message box title need change plz help me.... Thanks

Member Avatar for Comatose
0
108
Member Avatar for sharmila_deo
Member Avatar for andymercurio
Member Avatar for jhonnyboy

hey guys im fairly new to visual basic, but very eager to learn it. I am attempting to make an employee clock in. I want to make a simple clock in that will ask the user to enter their name, and just click a button that will then post that …

Member Avatar for 4advanced
0
604
Member Avatar for jaasaria

hello, by the way im using datagrid in showing all the data in my database... here my codes... ''''''''''''''''''''''''''' form_load set rs = orecs ("select * from employee") set datagrid = rs ''''''''''''''''''''''''''' how can i convert it in list view to view all the data in my database......... plssssssss …

Member Avatar for chanthung
0
189

The End.