16,916 Topics

Member Avatar for
Member Avatar for baby_1

Hello dears I want to take how many KB Datas i recived and sent with our connetion ? for example: when i download 2.5 mb file i recived 2560 KB Could you give me a source code?

Member Avatar for jbennet
0
94
Member Avatar for shobana2422

hi on pressing f1 i wan my vb5 app to open the chm help file. in project properties,for helpfile it accepts only.hlp files so is there anyway that i can make my chm file open on pressing f1. i used the keydown even but its not working. could anyone please …

Member Avatar for jbennet
0
60
Member Avatar for Fouly

Hi all, The following code is generated automatically in Microsoft c++: [code] // InventoryAssignment(BETA).cpp : main project file. #include "StdAfx.h" #include "Form1.h" using namespace InventoryAssignmentBETA; [STAThreadAttribute] int main(array<System::String ^> ^args) { // Enabling Windows XP visual effects before any controls are created Application::EnableVisualStyles(); Application::SetCompatibleTextRenderingDefault(false); // Create the main window and …

Member Avatar for Fouly
0
119
Member Avatar for koushal.vv
Member Avatar for helloan

Hi I'm completely new to using VB in excel, but could someone help me fix my program. I'm supposed to find the roots of the equation denoted as func using the newton raphson method. Currently I am not getting the correct roots and the range of values which can be …

Member Avatar for arghasen
0
134
Member Avatar for nor_d83

Hello everybody... I'have bound a database to my form, and it displays the record of some fields from my database. I want to make the displayed record so that it can be searched by clicking the "find" button by the related searching categories. Below are coding that i've used.. [Private …

Member Avatar for nor_d83
0
172
Member Avatar for astroboy_x4

Hi, has anyone tried to download files from FTP using VB? I have tried using an FTP control for my project, my problem is I can't recursively search for files within subfolders, I tried using FSO but it doesn't work since the path from the server are something like this …

Member Avatar for Dot Lexine
0
209
Member Avatar for reyuma2002

Please guys i need help with this. I am conversant with VB but i don't understand how am going to interrellate the Mobile phone and the Server to enable them to communicate. Can someone explain to me what steps i should take i don't mind if i could see a …

Member Avatar for wire2air
0
317
Member Avatar for realone

pls help job at stake!! An image is stored into database using delphi with a back end Access.This images were imported into sql server.Now i want to display the image using vb6.Please help with the code

Member Avatar for VIeditorlover
0
541
Member Avatar for geethanjali_man

Dear Friends, I have an excel VBA project which needs to be implemented into VB -6 with backend SQL server. The CITI & Chase bank statement can be downloaded in excel format and the macro file could capture the required data from respective bank statements. I am not sure how …

Member Avatar for sierrainfo
0
76
Member Avatar for imagetvr

I Wish to pass parameter to Crystal Report. I have Access data base one table named student. I with to select range of data's from that table field named "rno" i am using visual basic 6 I used following code to view crystal report ================================================ Set rs = New ADODB.Recordset …

Member Avatar for sierrainfo
0
166
Member Avatar for DeathsBane

im having issues with looping. This program needs the user to enter the upc and quantity then store the information then loop through the entered upc's and display the information. all i can get it to do is repeat the first entry 5 times. any advice would be helpful. I …

0
32
Member Avatar for Quendy

Here is my code, I want to get the coordinate of the mouse position: [code=cplusplus] #include <iostream> #include <string> //#include "WinDef.h" //#include "stdafx.h" #include <windowsx.h> #include <windows.h> #include <atltypes.h> using namespace std; int main() { DWORD pos = GetMessagePos(); CPoint pt(LOWORD(pos), HIWORD(pos)); ScreenToClient(&pt); return 0; } [/code] But I could …

Member Avatar for vmanes
0
557
Member Avatar for E_Hall

Hi, So I got one of these facebook virus's that is going around and now I cant seem to run AVG anymore. The malware I can tell of is Virus Trigger and Security Toolbar 7.1. If anyone can help me get rid of this stuff so I can get a …

Member Avatar for crunchie
0
203
Member Avatar for pankaj1980

sir, I'v attached the jpg file. & i want print the same page by coding...... plz help me........

Member Avatar for kain_mcbride
0
128
Member Avatar for locsin

Greetings! Anybody know to make numbering in print report. I want to put numbering in my print report. All employees are have diffrent project location. I want to print report per location. example. No. Employee NUmber Name 0001 Noli Locsin 1175 Alvin Patrimonio 1176 Keneth Durendez Now, My report printing …

Member Avatar for kain_mcbride
0
91
Member Avatar for pardeep3dec

Hi friends, I have so many forms but i want to load a form in place of current form but i am unable to do. Please help me. Just like visual basic 6.0 go to project ->properties->startup objects but i am not found in VB.NET Thank you

Member Avatar for reena12
0
95
Member Avatar for daniiq8

Having trouble understanding the assignment please help me. Thanks so much. the assignment is available here: [url]http://is.cba.edu.kw/230/Assignments.htm[/url] it is assignment # 5 Thank u so much.. I am very confused and lost.

Member Avatar for kain_mcbride
0
189
Member Avatar for realnapstar

hello all i am facing a problem when i try to add new records in to data base. first of all my tech details are given below Front end - vb 6 Back end - Microsoft SQL Server 2000 i am connecting to sql through ADODB connection ( through code …

Member Avatar for realnapstar
0
2K
Member Avatar for j_p36

Ok, so I've been working on this code for a day now and i thought I had all the kinks worked out, but my program isn't working right. I'm writing this code to simulate a game (basically a simulation of a simulation) used to illustrate some topics we are trying …

Member Avatar for j_p36
0
182
Member Avatar for quenestil

Hi, im doing a program in VB and i want to print my clients information. But i dont want to print a printscreen of the form, i want to print a list of all my clients on a page design by me, i know that is possible to design the …

Member Avatar for kain_mcbride
0
319
Member Avatar for GDICommander

Hi, everyone. I am doing a performance test on the heapsort. I wrote this program and it has a run-time error that I cannot explain. I am compiling on Microsoft Visual Studio 2008 and this is the error. HEAP CORRUPTION DETECTED after Normal Block ... well, I think that the …

Member Avatar for GDICommander
0
116
Member Avatar for bigbadowl

Hi all I'm using Visual Studio 2008 to develop my first webpart. I have created a PageMethod to call from Javascript. From searching, I believe that you cannot create a PageMethod in the component directly. Question is, how does one go about creating a PageMethod in a Sharepoint WebPart that …

0
60
Member Avatar for meirmark

Hello. I have a problem sending a string to a serial port. I am using the MScomm to control a motor . to get a full status form the motor I need to send the strng "R01 99" and a CR LF. when I use MSComm1.Output = "R01 99" & …

Member Avatar for meirmark
0
112
Member Avatar for intellogo

Hi.. I have a table: PROFESSOR in ms access, that has 2 fields: "Name" and "Location". The table has 10 records. And i have made a vb form with a combo box that will show a list of available locations from the database table, when it is dropped down. So, …

Member Avatar for bruce2424
0
450
Member Avatar for abu taher

I work in a project with 12 chekbox(12 monthname) and a textbox. when I check a box a month name like "january" show in textbox. when I check another checkbox "February" show in that textbox after january. like "January February" as like same 12 checkbox. but when I uncheck any …

Member Avatar for kain_mcbride
0
143
Member Avatar for jonabie

is it possible to make a program in VB using 20codes??? because i usually make programs but i can only do 5 to 10 codes... please help me....

Member Avatar for debasisdas
0
75
Member Avatar for sacarias40

i need to have 14 string items in a combobox each item needs to have a different value but the same variable, how would i do this. im new to programming. help would be apreciated much. thanks!!!!!

Member Avatar for sacarias40
0
102
Member Avatar for andy91

Hi I'm a moderate level PHP developer and I'm trying to move to asp.net for a project but finding this a very difficult and alien experience. The hole ASP.net world is so different from the traditional PHP/mysql way of doings things. My head hurts. What I want to do is …

Member Avatar for dickersonka
0
202
Member Avatar for mgorecki

Hello, The file name I want to use is always different, though the directory path name is the same. How can I get the variable to see the same directory path without throwing in the extra quotes? For example, I enter DE000000 for the drawing number. ScriptFileName = Drawing_Number & …

Member Avatar for SCBWV
0
87
Member Avatar for SOW

Hi, I have a vbscript which calls a batch file. Now I want my vbscript variables to be passed to batch file. Is this possible? Please assist Thanks, SOW

Member Avatar for mgorecki
0
862
Member Avatar for edouard89

Hello everyone, I was not sure where to post this as it is regarding VB Scripts. I have a script that when run with the proper command line arguments will ask the user to input text and later write that text to a file. The following code is giving me …

0
48
Member Avatar for quenestil

Hi guys im new to programing, i never programed before but with alot of work and dedication im doing in visual basic 2008 express edition a litle program for a family company that i work with. Is not a comercial program is just a program to have some management on …

Member Avatar for quenestil
0
104
Member Avatar for les2008

I have designed a program in VB 6, and the problem I need help on is whenever I log off and log back on, all of the windows in my program are blank. How do I refresh them?

Member Avatar for les2008
0
131
Member Avatar for Tekito

I'm trying to write a program in VB2008 that uses a 2003 Excel spreadsheet as the interface. To help with this I am trying to pass data to and from macros inside the spreadsheet. I call a macro from VB with this line: [CODE] Call gXLApp.Run(gwbTB.Name & "!ArrGather", gArr) [/CODE] …

0
83
Member Avatar for mgorecki

Hello, I'm tring to set a string variable to be a path and filename to a certain file. I need it to look like: (load "S:\Tools\Tools_Subfolder\MyStuff\\test.txt") But when I try this command: LoadCommand = "(load \"S:\Tools\Tools_Subfolder\MyStuff\test.txt \")" I get: Compile error, Expected End of Statement The cursor highlights the S …

Member Avatar for mgorecki
0
123
Member Avatar for smnadig

Hi All, Can someone suggest me how to solve the following issue? I have an Excel(macro enabled) consisting a registration form. Based on selection of a certain field, some chosen fields have to be disabled. Example: I have 2 forms , employee and vendor maintainance forms. Based on choice of …

0
101
Member Avatar for web developer

Hi all, I have a server in our network contains the database of the project (SQL Server 2005). Suddenly a developer computer couldnot connect to the database which in that server. and now another computer did the same. The strange is the designer computer which still connecting to the server. …

Member Avatar for web developer
0
150
Member Avatar for hamed.rahimian

i need help about COMMAND and PARAMETERS Object in ADODB in Visual Basic 6.0>>>> i have some code that uses command and parameters object. ADODB connection is connected to a access.mdb file. all parameters are constructed in a stored procedure in sas.mdb before. I've declared more than one parameters in …

Member Avatar for QVeen72
0
272
Member Avatar for s0312001

:sad: Hello guys, This is my first topic in this forum.. I need your help, I am trying to develop an Arabic voice recognition application using vb 6, does anyone know the code or what add on I should download, I am a total beginner… ((All I want it to …

Member Avatar for tigerwolf
0
1K
Member Avatar for dougy83

Hi. I have written a small test socket program that uses a background thread that accepts tcp connections and adds them to a connection list that is accessed by main(). When a connection is opened, then later closed, recv() is called (see line highlighted in code below), which throws an …

Member Avatar for dougy83
0
232
Member Avatar for risa

hi, I get a crash as "Unhandled exception at 0x5f4335bb (MFC42D.DLL) in VMFirewall.exe: 0xC0000005: Access violation reading location 0x00000000." in D:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\src\mfc\appmodul.cpp in _tWinMain() funtion at call of AfxWinMain(hInstance, hPrevInstance, lpCmdLine, nCmdShow); This crash is in both debug and release....i have tried ignore of mfc42D.lib and mfcs42d.lib....but …

Member Avatar for risa
0
404
Member Avatar for gggchurch

I've searched for an answer but cannot find one so excuse me if this has been answered. This is in Word 2003. I have a two column table. The macro in question runs from the right column, selects the name of a file from the same row left column and …

Member Avatar for gggchurch
0
102
Member Avatar for sal21

I use the tipical conn in ado to connect on sql. MY prob is to find fast a string in a field (have 165.876) record. With this condition: Is the string is found in field then call sub1 else call sub2 end if

0
96
Member Avatar for leecavcu

Thanks for the help. I have a workbook with VB code in it to add a new line. When I add a new line, the new cells automatically have their respective formulas in it. I also have it set so another worksheet with the same table adds a line. In …

Member Avatar for leecavcu
0
94
Member Avatar for answrtek

We are a very small company, using Outlook v.2000 through a web hosting solution for our email. Email is setup to send and receive perfectly. We do not have or even know how to use Exchange, and cannot afford it at any rate. We have 10 or so computers, each …

0
88
Member Avatar for sganandhsg

Hi Friends [COLOR="Red"]Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.[/COLOR] I am getting the error while Select the Data... How to clear this type of errors.... Any one Help Me

Member Avatar for sganandhsg
0
100
Member Avatar for sganandhsg

Hi Friends i have one problem for Selection... I `ll using Totally 20 option button, I need this button for a single Form loading time 10 button value is true and 10 button value is False How do use this process... I `ll select any one button value true... Help …

Member Avatar for sganandhsg
0
78
Member Avatar for msd1357

Hello, I create a component class in Visual Studio 2008 in a windows form application. This component has a property named "MasterFormName", which should contain name of the form that component will place on it. I want that the MasterFormName property be a read only property and when I dragging …

Member Avatar for MRafeie
0
79
Member Avatar for justapimp

I have been looking for a way to evaluate if a column in a database has a null value in it. So far, every method suggested have failed and I would like to know anyone else have successfully evaluate a null value in C# Visual Studio 2005.

Member Avatar for Kusno
0
347

The End.