11,868 Topics

Member Avatar for
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
60
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
89
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
79
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
82
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
132
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
366
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
275
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
66
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
94
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
69
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
54
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
123
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
80
Member Avatar for domyg

Hey guys i am new to programing but serious and have great ideas but just need to learn alittle more but what i really want to noe is... is visual basic anygood for making topend programs i mean its a grate prgraming language and easy to use but how does …

Member Avatar for jonc
0
93
Member Avatar for Darshanaa

hi , i have prepared parameterized report in visual basic 6 using msaccess as the backend. The sql query is running fine.But the reports when run are blank. i don't get what went wrong.I have dragged and dropped the correct command object of the correct connection,DataEnvironment. This is urgent, plz …

Member Avatar for dspnhn
0
96
Member Avatar for pardeep3dec

Dear Friends, I have a report which columns given below. Sno Project Name Project No Bill Raise Amount 1 abc 0213 YES 123.33 2 xyz 0232 NO 23.33 3 asd 0365 YES 125.65 4 rty 0325 254.52 5 hjkg 0254 NO 236.22 and i am using dataenvironment->command1 My requirement is …

Member Avatar for dspnhn
0
102
Member Avatar for Karla

this is just a simple question about the codings of the VB 6.0 what is the right syntacs: Private Sub Form_Load() i just forget it... i really need to know it. thnks!

Member Avatar for Jx_Man
0
128
Member Avatar for VBDDev

Hello, I would like to develop a transparent activeX control that can float on top of web pages. In other words, you would be able to see through the activeX control to the page content behind it. I managed to get this to work for a desktop version of the …

Member Avatar for VBDDev
0
73
Member Avatar for Maxine

Hi guys, Thanks for the effort you've made in answering my last post and I hope you'll help me out again. I did develop a program in vb6 and vb.net and lost the source code. However I did compile the two programs one in vb6 and the other vb.net and …

Member Avatar for Maxine
0
102
Member Avatar for nagatron

The program has a button named [B]INCREMENT [/B] . The label that starts with 0 will increment every time the button is being pressed and save it in a database then so on. . .those being saved in the database will appear in MSFlexGrid. Important part: in MSFlexGrid 1 2 …

Member Avatar for nagatron
0
157
Member Avatar for rezashamdani

as subject, i'd like to transfering data files (text file) via modem on PSTN line. can't find spesific info for it in everywhere, can anyone guide me with info's. thanks.

Member Avatar for ankush9867
0
108
Member Avatar for jkdil33

Hi, I am using VS2008 i want to add the data entered in a datagrid column to a variable when pressing a button at run time. How can I do that? Need help fast...

0
54
Member Avatar for SHAWTY721

I have a listbox that contains data from a table in a database. I am using Visual Basic 6 and Microsoft Access. I have the listbox set up when you select a row the appropriate values populate text boxes at the bottom of the form for editing purposes. I am …

Member Avatar for dspnhn
0
224
Member Avatar for nagatron

Hello to all, can anyone help me on how to use the "sort" and "refresh" command using MSFlexGrid? Here is the code: |----------------------------------------------------------------------------------------------- [code]Dim WithEvents Con As ADODB.Connection Dim WithEvents rst As ADODB.Recordset Dim cmd As ADODB.Command [B]Private Sub cmdAdd_Click()[/B] chec: Set rst = New ADODB.Recordset 'specifying attributes to this …

Member Avatar for dspnhn
0
195
Member Avatar for hell_tej

:) Hi Masters, My name is Tejas and i m a member of daniweb. i m just a bigginer in IT Field. Can You Solve my Deficultest ERRORS of my software If you think so then it is as follows :X I creatre a Software which has 6 Crystal Reports …

Member Avatar for dspnhn
0
106
Member Avatar for Kcin

OK, first of all, thank you for coming trying to help. anyways, i need help on making a program that counts how many words you have typed. REstriction: Must use Strings... Please help me, thx in advance.;)

Member Avatar for dspnhn
0
507
Member Avatar for K.Vanlalliana

Whenenver I try to Save the Excel Workbook after editing the content by using this Code "xlwbook.Save", It always ask whether to replace the existing File or not. Is there any way to avoid this message? What shall I do to close the workbook silently (not seeing the Message). I …

0
53
Member Avatar for snurd

I need to open the Worksheet exactly as in my shortcut target otherwise my other software I'm using can't find it. My Software will only update my cells if my shortcut is open. My Shortcut Target is: "C:\Program Files\Microsoft Office\Office10\EXCEL.EXE" "c:\Batch Records\ShiftRecords" My Shortcut Start in is: "C:\Program Files\Microsoft Office\Office10"

Member Avatar for snurd
0
101
Member Avatar for bprabhumdu

hi friends, How to send the data through serial port and receive it in the same form . I type welcome in text1.text , it will send through serial port and received in a another text2.text .. thanking you ,

Member Avatar for bprabhumdu
0
111
Member Avatar for raul15791

Hi, I'm new in Visual Basic. Here's a few questions: 1. What is the difference between VB and VB.net 2. Any good ebook you guys recommend for VB and VB.net?? (I've learned Perl, C++ and Java) 3. If I want to learn VB.net do i need to learn ASP.net first? …

Member Avatar for sendoshin
1
2K

The End.