16,916 Topics
![]() | |
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? | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
sir, I'v attached the jpg file. & i want print the same page by coding...... plz help me........ | |
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 … | |
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 | |
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. | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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" & … | |
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, … | |
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 … | |
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.... | |
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!!!!! | |
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 … | |
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 & … | |
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 | |
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 … | |
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 … | |
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? | |
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] … | |
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 … | |
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 … | |
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. … | |
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 … | |
: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 … | |
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 … | |
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 … | |
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 … | |
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 | |
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 … | |
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 … | |
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 | |
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 … | |
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 … | |
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. |
The End.