16,916 Topics

Member Avatar for
Member Avatar for Reg74

I'm getting the above error at this section --> SetCurDir ("\\Cls000008\actuarial_data\Xtractor") in my code below ... please help ! _____________________________________ Option Explicit Private Declare Function SetCurDir Lib "kernel32" _ Alias "SetCurrentdirectoryA" (ByVal lpPathName As String) As Long Public Sub Extract_POL(strinputfile, lngTOTpno, blnPOL, blnIDAT, blnTcode, _ blnHPTAR, blnTerm, blnOccode, blnAge, blnPollines, …

Member Avatar for Reg74
0
438
Member Avatar for ryan311

can anyone help me? where can i DOWNLOAD visual basic language for free? please help me thnx!!

Member Avatar for bornok15
0
83
Member Avatar for theaforcecoder

I have looked threw several times and cant find it. I am a coder for the united states air force. i feel ashamed that i have to get help but there is a first time for everything right? help will be much appreciated :) [code]Private Sub cmdLogin_Click() On Error GoTo …

Member Avatar for bornok15
0
68
Member Avatar for Acidburn

Hey guys I'm new to C#.NET but I'm trying to create my own Form using my own GUI code. However I'm unsure which project I need when using Visual Studio 2008. A normal person would assume that selecting Windows Forms Application would be correct. However you'd be wrong it would …

Member Avatar for vuyiswamb
0
185
Member Avatar for VB noobster

Any expert programmers here are willing to help out with my school attendance system? im using visual studio 2008 (Visual basic language) i am ask to do an attendance system whereby a student capture their own image using webcam and hence their attendance will be taken down. i REALLY need …

0
50
Member Avatar for tirso

Hi to all, I want to create an application containing a lot of fields, my problem is the client want to maintain the records of payment and the date. I have created database containing only one tables. How can I handle this kind of database management, the goal is, if …

Member Avatar for sierrainfo
0
94
Member Avatar for Tekito

I want an embedded listbox (with headers) on my excel spreadsheet, that references a range on the worksheet. So using the ControlBox Toolbar I created a listbox. First thing I noticed is that there is no RowSource property appearing for this listbox. So I tried to enter the range using …

0
71
Member Avatar for jithusdani

Hi folks, In My Application i have used the date function to find the difference between two date.but while executing is showing that runtime erroe 424,object required. Can anyone plz help me fast... This is the code i have used Dim date1, date2 As Date Dim diff As Long date1 …

Member Avatar for Jx_Man
0
165
Member Avatar for jbimontes

this is a simple quiz program for addtion that generates random numbers and records the attempts and correct answers that were taken. i have a problem, i need to have the percentage of the scores. i have a text2(number of attempts) text3(number of correct answers) the text4 should automalically have …

Member Avatar for Jx_Man
0
141
Member Avatar for jf404

Hi I need to import data from an excel sheet using a variable filename that has been defined through a user input.. I cant get it to work.. What could I use?? Cheers, J

0
44
Member Avatar for SteveDB

My previous step hs been resolved. Now it's on to the next component. As previously stated, I am using a do-while loop with a switch-case. I've figured out how to state the functions that I'm calling to, and it now allows me past the main menu. Once I'm in however, …

Member Avatar for SteveDB
0
155
Member Avatar for Baradaran

Hi, I have a form with two tabs. On each tab, I have 5 different fields. Is it possible to design the elements in a frame and assign them to a tabstrip, or do I have to load and place them in the new loaded tab? I would appreciate your …

Member Avatar for Baradaran
0
216
Member Avatar for memnac

Hello All, I have two multi-select listboxes, 'listFrom' and 'listTo'. I want to be able to copy mulitple selections from 'listfrom' to 'listTo' and delete those selections from 'listfrom'. To copy over multiple items is no problem but when i introduce the 'removeitem' line to delete the selection, it deletes …

Member Avatar for memnac
0
357
Member Avatar for shamil_gawas
Member Avatar for Perppie

I've always wanted to post a comment online especially on information technology. I also love web-designing. I can write programs using visual basic, gwbasic, c, c++, and currently working on java The challenge i seem to have is getting a project topic for my final year project. if u have …

Member Avatar for MakeMoneyOnline
0
31
Member Avatar for EddyLLC

I'm using the following code behind a combo box name cboCompy. For some reason when I make a selection from the pulldown in the combo box this code won't fire. No errors appear but the code won't execute. I put stop in the code so I can view but it …

Member Avatar for selvaganapathy
0
337
Member Avatar for ibesokewl24

I'm rather new to VB, I'm starting my 6th week in the course at school. I made a form that includes a Windows Media Control and all the coding is correct to run the application. I have it set up so that the URL is already assigned because I have …

Member Avatar for selvaganapathy
0
92
Member Avatar for apuamy
Member Avatar for apuamy
0
90
Member Avatar for veledrom

Hi, [code] Create table myTable( title ENUM ('Mr', 'Mrs', 'Miss') NOT NULL DEFAULT 'Mr' ); [/code] How can i load ('Mr', 'Mrs', 'Miss') into a combobox in VB6. Thanks

Member Avatar for veledrom
0
191
Member Avatar for siva_it54

hi guys i need a concept to develop a VB project. it like a mediaplayer concept. actually i need to run a mediaplayer in full screen mode but should not support the mediaplayer feature. then same time in that same mediaplayer i need to run diferent file when i click …

Member Avatar for Jx_Man
0
91
Member Avatar for veledrom

Hi, I have created a project in VB6. How can make it SETUP / INSTALL kit? I have added some refferences and components as well. Thanks

Member Avatar for veledrom
0
125
Member Avatar for VernonDozier

I am using Windows XP SP II and Visual Studio 2008. I've created a little program that I'd like to run when the computer boots. Here is the code: [code=cplusplus] // dummy1.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <iostream> #include <fstream> #include <string> …

Member Avatar for VernonDozier
0
251
Member Avatar for Phadraig

I would be very grateful for any advice on this. The business I work for want all their paper data stored in Access 2000, and to be accessible through a small network - server, 3/4 PCs running XP. The main question is: Is there any reason not to use VB6 …

Member Avatar for Phadraig
0
117
Member Avatar for vender hak

Please help me ! I read a book . I had new project . Following the instruction that : File->new->projects->C++ templates. The book require " Managed C++ application" templates. I use Visual Studio.NET 2003 professional . So I can't find that templates . But the book don't say use what …

Member Avatar for vender hak
0
92
Member Avatar for jonc

Hi, I am in the process of making an application to query Quake 3 servers, but I am starting with querying the master server as I'd like to get the server list down so I can then start to query them individually. I've read through a number of threads on …

Member Avatar for DaKasper
0
476
Member Avatar for brainne

i'm new to vb.net and i cant figure out how to solve this problem any help would be greatly appreciated how can i show data into list view if the data is located in different tables. here few of my code, Public strConn As String = "C:\*********.mdb" Public cn As …

Member Avatar for brainne
0
85
Member Avatar for garblund

I have Visual C++ 2008 Express Edition and I am just trying a sample program to see what happens when it is run. I just don't know what to do to compile it. All the examples I have seen so far don't help. Some show going to "Build" on top …

Member Avatar for mike issa
0
168
Member Avatar for Jawaid

Hi everyone, Will appreciate if someone could advise me on how to do this: In an Excel workbook I have a few sheets. [B]I'm trying to write a macro which looks for a named sheet and if it is there do the required action and if it is not there …

Member Avatar for Paul Friedman
0
126
Member Avatar for jbimontes

i randomized the numbers ranging 1-20, it generates 2 numbers for label1 and label2 after clicking the command1 button. i created a textbox and another command button for checking if ever the to labels are [B]ADDED[/B], the answer in the textbox should match the right answer.. it will be activated …

Member Avatar for selvaganapathy
0
135
Member Avatar for Loony064

Hey guys I'm pretty close to finishing this payroll program, but i've run in to yet some more problems and i can't figure out how to fix them. So, i have various forms representing different tables of my database (Access - the database is connected to my vb application as …

Member Avatar for Loony064
0
123
Member Avatar for varun.coolmax

Hello there me again...now my chat has become a multiple client chat network....now i need to implement live video conferencing....i have a sample code but the thing is it requires an OCX....and damm these ocx are costly to register...is there anyway i can get hold of Ocx for free....or can …

Member Avatar for VideoConference
0
154
Member Avatar for Siten0308

Hello, Right now i am running SQL 2005 server and using Visual studio C# 2008 to program. I sadly have a Windows Vista professional, 320gbhd, 2gb ram, intel duel core processor, The problem is on C# you can attach a database to your program to retrive or import information from …

Member Avatar for Ramy Mahrous
0
94
Member Avatar for gouki2005

I am a new using stack but is the only way to make the calculator I need to know how to fill the stack Retrevieve the numbers and operators and then get the result Please teach me how to use the stack : I am using Visual studio 2005 c#

Member Avatar for Ramy Mahrous
0
84
Member Avatar for JLCantara

¤ Stored procedure does not allow addition of a record with rs.addrecord. ¤ Database is on SQL SERVER EXPRESS. ¤ An .adp ACCESS 2007 application is connected to it (easier to create/modify objects). ¤ Stored procedure was created with the .adp application. ¤ Any one can help? Thanks JL. ¤ …

Member Avatar for JLCantara
0
162
Member Avatar for Shaun32887

Just to introduce myself again, My name is Shaun and I'm a 21 year old engineering student with about... six weeks of c++ experience. I main concern isn't my ability to get the job done. I have enough Matlab experience and logical thinking to accomplish this task. My worry is …

Member Avatar for Shaun32887
0
212
Member Avatar for mike issa

hi all i was a able to create a .def file from lt360lib.dll using Borland C++ (impdef.exe) [CODE]LIBRARY LT360LIB.DLL EXPORTS LT360LIB_CloseLink @3 LT360LIB_Cmd @7 LT360LIB_CmdIndexValue @9 LT360LIB_CmdString @10 LT360LIB_CmdValue @8 LT360LIB_GetDllVerDate @1 LT360LIB_GetUsbFirmwareVerDate @6 LT360LIB_LinkedCnt @2 LT360LIB_OpenLinkCOM @5 LT360LIB_OpenLinkUSB @4 LT360LIB_ReadBinary @12 LT360LIB_WriteBinary @11 [/CODE] how can i convert this …

Member Avatar for mike issa
0
3K
Member Avatar for timmyj97

I am new to game development and programming. I wanted to develop a very simple game for the WII game console. I am 11 years old and I do have some development software, I have visual studio 2008 professional. My question is how do you get the SDK’s for the …

Member Avatar for morrock
0
297
Member Avatar for bungek84

Hi guys.. currently. i'm using SQL Server 2000 and Visual Studio 2003. i've already make some researches about System.Data>SqlClient. I've already followed the guideline which is right click on the project name>Add Reference and then click on System.Data.SqlClient. but under .NET tab, not included the System.Data.SqlClient. Where should i find …

Member Avatar for Jx_Man
0
123
Member Avatar for Pikachumanson

For Visual Studio 2008. I am not sure if this is the right place for it, but maybe someone here can help me. I have my program set up for Open GL, I also want to put Open AL in there too. Now I scoured the net for tutorials and …

Member Avatar for Pikachumanson
0
76
Member Avatar for dheepa
Member Avatar for debasisdas
0
103
Member Avatar for era_chatterbox

dear frnz... There is some problem in d code in one of my form... m having a table as Billable in oracle db. M using Oracle 10g. M done with the coding part..i mean all kinda validations bt when i try to save the data in table..it gives me the …

Member Avatar for debasisdas
0
2K
Member Avatar for guy40az

I was wondering if anyone knows of a good resource online to learn the IDE of visual studio 2008. I have been using an older version (visual studio 6), I need to learn the 08 .net IDE. If any one has any suggestions on where to go online or even …

Member Avatar for jencas
0
105
Member Avatar for gibookrishnan

Hi, I want to use database in my Project.I'm new to it too. I'm doing project in C#,Visual Studio 2005,Compact Framework 2.0 and for WinCE.Plz. do help.I want an open source DB please. Help Me.Tell me how to create a Database from the scratch or attach any link which describes …

Member Avatar for gibookrishnan
0
724
Member Avatar for ScottM

Hello: Yesterday I purchased MS Visual Studio Standard 2008, installed it on my Windows XP Pro SP2 system after removing VB 2008 Express. I opened a solution that I had created with VB 2008 Express and proceeded to layout my one and only Windows Form. The Application is a VB.Net …

Member Avatar for linux
0
113
Member Avatar for WillMcc

The basic purpose of the program is for the user to enter 10 numbers, then the program to add them all up as they are entered until it gets to 10 numbers entered which at that point it divides total by 10. [code] #include "stdafx.h" #include <iostream> using namespace std; …

Member Avatar for Shaun32887
-1
193
Member Avatar for era_chatterbox

I jst wanna knw...how to pass the value of a text box, of a form as the caption of command button of another form? Please do lemme knw... :)

Member Avatar for JLCantara
0
111
Member Avatar for bhoot_jb

I have used the Package & Deployment Wizard to put my Visual Basic Program on CD, I then copied over my database 'calculations.mdb' onto the cd also so that the VB program can access the database when installed on another PC. However, the program still searches the same path as …

Member Avatar for selvaganapathy
0
204
Member Avatar for era_chatterbox

hello frnz...How to code for a login form by taking data from Oracle db? M having a table Employee having attribute as emplogin and emppwd...from there i want to check that whether the user has entered the correct data or not... I mean i want to match the entered data …

Member Avatar for era_chatterbox
0
792
Member Avatar for tiggerk33

Hello, I have been searching everywhere to find out how I can save a picture from a PictureBox into SQL. Someone told me the best way to do it, is to convert it to a binary file and save it like that. This is what I have, it probably makes …

Member Avatar for tiggerk33
0
978
Member Avatar for zawpai

Hi all, How should I get the [ICODE]user account[/ICODE] that is shown in [ICODE]Control panel[/ICODE]? Because I only found the sample code for[COLOR="Red"] user name[/COLOR] that is actually [ICODE]System name[/ICODE]. Although I change [ICODE]user account[/ICODE], all sample code show [ICODE]user name[/ICODE] or [ICODE]System name[/ICODE]. I just want to check whether …

0
67

The End.