10,987 Topics

Member Avatar for
Member Avatar for abu taher

I saw a project where was a (like) combo box. when it was click a mini calendar show and today date is marked with a red oval. Please tell me how i make it.

Member Avatar for aktharshaik
0
125
Member Avatar for wrappingduke

Hello, Attempting to use vb6 to call CeRapiInvoke to execute a process on a WM device. However, I'm having some difficulty invoking this function. The desktop (VB6) application used to call CeRapiInvoke unconditionally terminates when attempting to run the process in Block mode. I'm using passing the parameter IRAPIStream a …

0
69
Member Avatar for wouldbe

HI EVERYONE CAN SOMMEONE HELP ME PLEASE I'M STRUGGLING WITH THIS CODE TO SEARCH THROUGH MY DATABASE IN ACCESS BUT WHEN I TRY TO RUN IT DISPLAY A MESSAGE "OBJECT REQUIRED " WHAT CAN I DO? Private Sub cmdSearch_Click() Dim Searchit As String, Founder As Boolean Searchit = UCase(InputBox("Enter Item …

Member Avatar for aktharshaik
0
319
Member Avatar for nagajyothi

please give me the code for adding my data(from the textfields) to my database tables.. and similar operation like updating,deleting and suggest me a good ebook for learnig how to code in vb

0
44
Member Avatar for manojbiswas

I have a query which gives results like ACTIVITY MONTH1 MONTH2 MONTH3 MONTH4 MONTH5 MONTH6 ... PLAN 1.5 2.1 3.1 1.0 1.2 4.6 ACTUAL 1.2 2.O 2.9 0.7 1.0 2.7 I WANT TO CHANGE THE ORIENTATION OF THE TABLE IN THE FOR AS GIVEN BELOW, MONTH PLAN ACTUAL MONTH1 1.5 …

Member Avatar for QVeen72
0
114
Member Avatar for daganavin1

Can anyone tell me how to go along with this project???????some sites where i can find relevant data

0
48
Member Avatar for pardeep3dec

Hi friends, I am using MSHFFlexible grid for display recrodset but my problem is that when text's length is greater than column width then it is not adjusted automatically. Please tell me how can i remove this problem. I set [B]word wrap[/B] property of [B]Flexible Grid[/B] it is not work.

Member Avatar for aktharshaik
0
66
Member Avatar for kxh29

Hello All: Just wanted to inquire about Visual Basic. As I understand it, it is a tool to create GUI's on windows platforms. I would like to know where I could find an online tutorial for novices. Also, does VB, can VB interface with Sybase Databases using TransAct SQL....???? Thanks …

Member Avatar for bruce2424
0
141
Member Avatar for krille

I get the following error message: Compile error: Can't assign to read-only property when trying to assign Multiselect to my FileListBox(File1). I used the following code: File1.ReadOnly = False File1.MultiSelect = 2 Do anybody know what is wrong! best regards Kristian

Member Avatar for krille
0
170
Member Avatar for chopin2256

Hi! The program I am using is excel. What I am looking to do is alphabetize a string [I]within[/I] a cell. Note, I do not wish to alphabetize a column of words. Here is an example. Let's say cell A1 contains a string like so: "The Law Firm of Cohen …

Member Avatar for chopin2256
0
214
Member Avatar for jonc

Hi, I am having a problem with Visual Basic 6 in that in various screens (Options, Project Options and "New Project" (to name a few)) it is using FixedSys font instead of what it would normally use (Tahoma or MS Sans Serif if I remember right?). How would I go …

Member Avatar for jonc
0
330
Member Avatar for ladyjade

Well, I'm making this notepad in Visual Basic and I'm using the "SAPI.SpVoice" add-in, so the computer could read the text typed in the notepad. I've been searching for google for days and I can't find anything that will help me. Could anyone help me with the following things: Is …

0
80
Member Avatar for vbgirl

i have a data from Microsoft Access.. now i would like to show it out by Data Report and Data environment... can anyone, teach me how to use data repost and data environment??? thanks.... from vbgirl

Member Avatar for dspnhn
0
49
Member Avatar for ScudRunner50

Wasn't sure which thread to post this on, but haven't gotten any help from "Servers"... I'm writing login scripts for the different departments in our company as they all use different Printers, Network Drives, etc. I've managed to get the code together to do everything I need except set the …

Member Avatar for ScudRunner50
0
315
Member Avatar for elanch

hi all! In Vb i have used Data Grid viewer.It is used to display the textbox content in form, whenever <ADD> button is clicked. When i click the <ADD> button I'st time, the text box content is displaying correctly. When i click the <ADD> button II'nd time, the text box …

Member Avatar for dspnhn
0
90
Member Avatar for pardeep3dec

Dear Friends, I am using Data Report for my project. But when i click on report command button it gives [B][I]Failed getting Rowset(s) from current datasource[/I][/B]. Thanking you. Pardeep

Member Avatar for dspnhn
0
36
Member Avatar for pardeep3dec

Dear Friends, I got two problem related to Data Report. 1. I got more than 20 temporary file with extention .tmp in my project folder. 2. My report unable to show effect after deletion of any record. It only takes effect when i close the program and then restart program. …

Member Avatar for dspnhn
0
116
Member Avatar for pardeep3dec

Dear Friends, I got problem when i insert Time label in report then it give me only time not meridian status [B][I][U](e.g. 11:41 rather than 11:41 A.M. or P.M.) [/U][/I][/B]. I checked time format in control panel it is [B][I][U[(hh:mm:ss tt)[/U][/I][/B]

Member Avatar for dspnhn
0
58
Member Avatar for kmacker

Hi Guys and Lassies, Currently creating a program and need one bit of info to complete. Using really simple code (Not SQL) I want to select a name from a dropdown combo, and once selected, displays the name in a label, AS WELL as displaying relevant info from a database …

Member Avatar for dspnhn
0
86
Member Avatar for mathbalaji

Hi, I am a kinda new to VB. I was wondering if I could get an email report of the windows services status (may be a few services) that is running on a remote machine. I wrote the following code with the help of many websites, still getting an error …

Member Avatar for mathbalaji
0
77
Member Avatar for guest11

hi all, I am facing small problem in access database . I am using MS-Access database in our application and i secure it by setting password to my database. But now i want to acces that database through coding in my vb application but it is generating error. So can …

Member Avatar for guest11
0
80
Member Avatar for steve20

Hi everyone, I wonder if somebody can help me with the following please. I have a number of textBoxes on a page that I want to check with a for next statement. e.g, the boxes are called (imaginatively), txtBox1, txtBox2, txtBox3... I would like to build a statement where I …

Member Avatar for QVeen72
0
129
Member Avatar for iamdaniel123

Is it possible to open a hyperlink and display the data in a label or text box? I have a table in Access where the data type of a record is a hyperlink. I would like to open that hyperlink and display the data in a label or text box. …

Member Avatar for iamdaniel123
0
362
Member Avatar for pardeep3dec

Hi friends, I know process of connectivity to oracle but i have a problem whenever i restart my computer it shows ORACLE NOT AVAILABLE . How can i avoid this disconnection error. Please help me.

Member Avatar for aktharshaik
0
272
Member Avatar for balazsgabor

Hi! Please help me because i don't now how i can sellect more items to make something in layout... How is in this tutorial: [url]http://www.asp.net/learn/videos/video-13.aspx[/url] (minute 37)

Member Avatar for Jx_Man
0
64
Member Avatar for abu taher

i made a project. i want to release it. but i want to release a trail version of it for 15 days. any proses. please help

Member Avatar for Jx_Man
0
92
Member Avatar for RobWil

Hi! There are more than one display devices monitor/TV connected to PC. I want my application display on particular device monitor/tv. Is it possible to address my application in VB6 to display on targeted device? If yes, than how? and code please.

0
67
Member Avatar for iamdaniel123

hi, i'm working on a project and i was wondering how to open a hyperlink from access. the data type of one of the fields is a hyperlink, because the data of it is in a text file. i can DISPLAY the hyperlink in a label on vb, but i'm …

0
52
Member Avatar for iamnoangel26

I wanted to add a loading screen to my program. My code is [code] Private Sub Timer1_Timer() Dim x As Integer x = 1 If Me.ProgressBar1 >= 10 Or x >= 10 Then Unload Me MDIForm1.Show Timer1.Enabled = False Else x = x + 1 x = Me.ProgressBar1 End If …

Member Avatar for Jx_Man
0
121
Member Avatar for breezyy

Hey guys, Do you know of any codes that automatically creates a file? Whenever I use open/get etc, I need to manually create the file, or otherwise I get a bad file name error. Thanks in advance

Member Avatar for aktharshaik
0
79

The End.