11,868 Topics

Member Avatar for
Member Avatar for chriscross86

hi, there .i am coming up with a login page authentication, however i am getting this error that says[B] 'Type SQl.Data.SqlClient.SqlDataReadercon1 is not defined '[/B] [code] [B]Dim reader As System.Data.SqlClient.SqlDataReadercon1 [/B] <%@ Page Language="VB" MasterPageFile="~/CouierMasterPage.master" Title="Untitled Page" %> <%@ Import Namespace="System.Data.OleDB" %> <%@ Import Namespace="System.ComponentModel" %> <%@ import namespace="system.web.security" %> …

Member Avatar for IdanS
0
203
Member Avatar for CSharpant

Hi, We are into Reports development using C# and PDF Library (for front end). The development is done in Visual studio 2005/2.0 framework. Now since the production has 1.1 framework, I was asked to "downgrade" to VS 2003. The problem is we have Tuple/generics in 2.0. After I recreated the …

Member Avatar for Ramy Mahrous
0
227
Member Avatar for imhunk

Hello , i have a problem that how the picture box is used as a media player. i have downloaded some media player project,which do not execute properly and shows a picture box as a media player. I have attached such a project with this .Please check. please ,solve my …

Member Avatar for vb5prgrmr
0
39
Member Avatar for gingank

Hi guy i a newbie in vb so i need your help from all of you. So Genius can help. I create a data grid and by default it have 2 column and two row. So now i need to add more column i check for the properties of the …

Member Avatar for gingank
0
80
Member Avatar for nagatron

Is it possible to view the codes of an exe file using VB6 similar to ResourceHack found in google. download link: [url]http://www.softpedia.com/get/Programming/File-Editors/Resource-Hacker.shtml[/url]

Member Avatar for vb5prgrmr
0
280
Member Avatar for josu16

I coded an application that has 12 questions. Each question has 3 option buttons on a group. By using if statements i get to calculate 4 different results. Each result goes on a textbox and i also have other textboxes for name, date, stuff like that. In total 14 textboxes. …

Member Avatar for josu16
0
71
Member Avatar for ejazmusavi

Hi Every one! i have a data gridview consisting of four column [B]total_time,Start_time,End_Time,Day[/B] all are of [B]date/time[/B] data types. i want to add the first to columns [B]Total_Time[/B] and [B]Start_Time[/B] and show the result into third column [B]End_Time[/B] and the coresponding day in the fourth column [B]Day[/B]. the[B] total_Time[/B] may …

Member Avatar for ejazmusavi
0
110
Member Avatar for PinoyDev

Good day! How to copy a file from one location to another.ex c:\ to c:\copied in silent mode.When i load the form it will copy the file automatically. Ex. name.xls - the name of the file to copy. Pls help. Thank you for giving time!

Member Avatar for PinoyDev
0
95
Member Avatar for jem00

Hey guys, How would I go about sorting an Array of Strings, using either a selection sort or a insertion sort? I have written an insertion sort, but i only works for integers. How can i modify it to work with strings. [CODE]Public Sub InsertionSort(ByVal numitems As Integer) Dim currentitem, …

Member Avatar for jem00
0
240
Member Avatar for hughv

I'm not at all sure where to put this question. It's been a long tine since I messed with basic, and I'm not a programmer of any kind. I got interested in a method for calculating the Golden mean, and I'm hoping some kind soul will point me in the …

Member Avatar for vb5prgrmr
0
148
Member Avatar for imrankhalidtoor

hi I want to make a custom message box alert just like VB6 built-in "VBOKCancel"....In that custom message box alert, i want the functionality of "VBOKCancel" as well as an additional button and check boxes.....much appreciated if anybody helps me out. Thanx

Member Avatar for vb5prgrmr
0
2K
Member Avatar for guest11

hi all, I want to read MS-Access database tables through VB. I try for reading excel file and i got success in reading excel file by adding reference microsoft execel library . But i am facing problem in reading access file. I had added the reference microsoft access library but …

Member Avatar for vb5prgrmr
0
118
Member Avatar for lalchetian

[code=html] <A class=F11 id=moreFF4Link style="DISPLAY: inline" onclick="showMoreFF4('on');clickTrackSwbdAttr('BP:Attributes:Additional Info:Show More','Trattoria-Pizzeria-Roma Inc','Pizza Restaurants, Restaurant Management &amp; Consultants')" href="javascript<b></b>:void(0);"><BR>Show More &gt;</A>[/code] This is the html of that page. I am looking forward to clicking on 'show more' I am using a instance of Ie to open this page, As this is supposed to …

Member Avatar for vb5prgrmr
0
82
Member Avatar for firoz.raj

Can anybody tell me .why i am getting error object variable not set. Kindly help me.any help would be Greatly appreciated.here is the code what i have written. [code=vb] Public Sub Addtolistview() Dim con As adodb.Connection, rs As adodb.Recordset Set con = New adodb.Connection Call OpenConnection(con) If Not OpenConnection(con) Then …

0
49
Member Avatar for ahmedtharwat19

problem: when we go to new record the code not work so we add some update to that code to be : [CODE]Public CurrentBookmark As String Public MouseWheelMoved As Boolean Private Sub Form_Current() On Error Resume Next If MouseWheelMoved = True Then Me.Bookmark = CurrentBookmark End If MouseWheelMoved = False …

0
44
Member Avatar for moongeun

Hi everyone, I'em new here and sorry for my english. anyway I have a problem with my project which I develop using visual basic 6 and crystal reports 9. my problem is that I want to show a data field from crystal reports to a text box from visual basic. …

0
48
Member Avatar for fakiedw

I am looking for a free voip control (ocx/activex). Conaito SDK is a good example of what i am looking for ([url]http://www.conaito.com)[/url]. I just want to develop an app that will connect end-to-end using the IP address. Searching the internet i found that i can use sipxtapi.dll and i believe …

0
55
Member Avatar for FisherJT

Hi, I have a data object named dataCounter and a MSFlexGrid named gridCounter. I am trying to set the gridCounter.datasource to the dataCounter Dim dbMyDB As Database Dim rsMyRS As Recordset Set dbMyDB = OpenDatabase(App.Path & "\Counter.mdb") Set rsMyRS = dbMyDB.OpenRecordset("CounterTable", dbOpenDynaset) Set gridCounter.DataSource = dataCounter I keep getting a …

Member Avatar for FisherJT
0
113
Member Avatar for Pacman21

Hello All, I have created a page using VB6 dhtml.. It works fine within VB but when I try to export it to my website, the buttons wont function.. I want to now put that DHTML page on my website.. Any ideas on how to get my buttons to function …

0
55
Member Avatar for lardshow

Hi all a collegue of mine has a relativly simple problem in excel. she has a table (just some data in rows and columns - not a real table) of data set up and needs to copy the sum created in this table to a different table but transpose it …

Member Avatar for random1970
0
87
Member Avatar for crackerjacker

hi ! Is there anyway for me to recive emails and store the subject into a variable with a vb6 form, if at all posible i would prefer not to use winsock. Thanks!

0
41
Member Avatar for DavidJ12345

Hi, i have installed VC++ 6.0 & Visual Basic 6.0. I have written a programm in C++ (MFC dialogbased), which use a dll which was written in VB. In this VB - dll i writte the data in a xls-file. the point is if i run my VC++ programm on …

Member Avatar for DavidJ12345
0
134
Member Avatar for chriscross86

Hi, there, i am trying to come up with this behind code using vb. i am getting error saying 'the username and password is not declared. i am not sure how to declare. please assisst me in this. this is a button which should work in a login page. [code=asp.net]Protected …

Member Avatar for chriscross86
-1
183
Member Avatar for stan yost
Member Avatar for saikrish
0
128
Member Avatar for PinoyDev

Good day! I just need to pull all the records in table named "cusname" in sql server to an existing excel worksheet which is located in the folder where my program reside.The name of the existing excel worksheet is "excelcusname". I need to put the records in column C, row …

0
64
Member Avatar for wescode

How can I get internet history with a vb4/5/6 program? In a period of time I have to get the user accessed web pages even if he is using other than internet explorer. A keyloger will collect all the unnecessary things. Would you please help me?

Member Avatar for vb5prgrmr
1
361
Member Avatar for monurenjith

i was trying to join two tables using a adodb mysql5.1 driver connection .i tried to print the record count in the record set . no result was shown and the program is not responding . when i started debugging it was shown that the record set object was closed …

Member Avatar for Tassilo
0
96
Member Avatar for major_lost

Can someone give me some idea how to write the rtf file required for the VB4 help complier. Please explain in english in simple terms. I don't understand the instructions at all and I am: major_lost

0
62
Member Avatar for PinoyDev

Hi good day.! Im so confused why my code to get the total records in a certain table in sql server returns false. Im already connected to sql server and set-up a table named "loanlist".This table contains 10 records. But when i want to get the recordcount, it will returned …

Member Avatar for PinoyDev
0
206
Member Avatar for maydhyam

Hello All, I am not knowledgeable in VB nor in MS Access, so kindly excuse my ignorance. I received an MS Access database which is unable to open on my computer (for whatever reason), but is able to open on 5 different computers. At first I thought it was an …

Member Avatar for vb5prgrmr
0
348

The End.