16,916 Topics

Member Avatar for
Member Avatar for psyvanz

i've got an attachment below... kindly scan it before opening.. i put it there so you can understand easily... cause there is no way i can put an image HERE. i hope you would understand it? thanks in advance... GOD bless

0
53
Member Avatar for betabasic

Hello guys.. Please help me on this.. I downloaded this file: [CODE]http://www.cproxy.com/download/cpsetup_en.exe[/CODE] Then I decompiled it using [B]Form Extractor[/B] Software.. But VB6 is the only programming language I know.. How can I convert Delphi to VB6? :(

Member Avatar for anant26692
0
200
Member Avatar for arturodanew1

I'm new. So, hold on. This may be an inappropiate question but I don't know that. I have a friend that is working with me. He is not available for two more days. Any help would be greatly appreciated. I am using 2008 Visual Studio. This works: Student/Adult: [code] <asp:DropDownList …

Member Avatar for kvprajapati
0
67
Member Avatar for mstangeh

hi, I need to create or replace a permanent query in access (like a view in oracle, postgres...), but from vb6 using ADODB. i know that i can create and alter tables using a ADODB connection object with something like this dim obj as new adodb.connection ... ... obj.execute "create …

Member Avatar for vb5prgrmr
0
2K
Member Avatar for anthony5557

When writing programs with class declarations you need to write a header file with the .h extension. In Microsoft Visual Studio 2008 where do you enter this bit of code? I know how to start a .cpp file but don't know where to put the extension so I can call …

Member Avatar for anthony5557
0
93
Member Avatar for vighnesh
Member Avatar for tejubjp

hi.....how to read n write multiline data excel file in vb6.0?i would like to know d concept of excel file handling in vb6.0 .......help needed....

Member Avatar for aktharshaik
0
55
Member Avatar for kalyanponnala

Hi, I am using cmake to build a visual studio 2008 solution file. When I do all build it works fine, but when I try to run a certain target inside that solution its giving me errors like: fatal error: 'limits.h' file not found 'stdio.h' file not found 'reloc2.h' file …

Member Avatar for jonsca
0
341
Member Avatar for Kenyaweb

Hello, I'm searching for something that can be used for our side navigation that is better than TreeView Control in Visual Studio for .Net. Any suggestions?

Member Avatar for kvprajapati
0
85
Member Avatar for bearemet

Hi: I just got a brand new computer from HP. The HP line is HP Elite m9350f with the following specs: 1. AMD Phenom 9850 Quad-Core 2.5GHz 2. 6GB RAM 3. Motherboard: Asus M2N78-LA 4. NVIDIA 9800 GT 512MB 5. Windows Vista Ultimate 64bit Edition The computer is only a …

Member Avatar for dman4u2
0
338
Member Avatar for samratfriendz

Hello Friends , I from India, name samrat. i am c# sharp beginner. The Problem is My code is showing Error 1 The name 'choice' does not exist in the current context. So any help would be appreciated. code- [CODE] using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace BasicCalculator …

Member Avatar for samratfriendz
-1
1K
Member Avatar for badx

I NEED HELP WITH THIS BUTTON IVE ATTACHED THE FORM AND CODE ERROR. [code] public partial class Client : Form { public Client() { InitializeComponent(); } private void clientsBindingNavigatorSaveItem_Click(object sender, EventArgs e) { this.Validate(); this.clientsBindingSource.EndEdit(); this.clientsTableAdapter.Update(this.dataSet.clients); } private void Client_Load(object sender, EventArgs e) { // TODO: This line of code …

Member Avatar for Geekitygeek
0
151
Member Avatar for aruntuneson

I have created a windows application in c# using sql server 2005 as back end , i completed my project , now i want to create an MSI package , i know how to create a sample MSI or EXE application in Visual studio 2008 , but i dont know …

Member Avatar for kvprajapati
0
85
Member Avatar for RAjushendre

hi, i am retrieving the names from database by using combobox by a character by character search method as they do in search engines like google when u want to search anything in it by entering 2 to 4 characters u can get full related topics of same characters .. …

Member Avatar for kvprajapati
0
70
Member Avatar for czarinahao
Member Avatar for jemz

hello please help me on this i am confuse, if i will use this [CODE]sql = "select * from item_table where itmno = '" & m_item & "'" Set item_rs = con.Execute(sql) 'do i still need to use this With cmd .ActiveConnection = con .CommandText = "item_table" .CommandType = adCmdTable …

Member Avatar for vb5prgrmr
-1
127
Member Avatar for anthony5557

Hi guys, I have to write a program with a class that will take the number of the day in a year and display the month and day of that number. I'm stuck from the start. Can anyone give me a start that I can run with. I also need …

Member Avatar for jonsca
0
161
Member Avatar for badx

hi can anyone help me with this code that ive created for a login form, im having trouble with the username and password, ive highlighted the part that's giving me a problem. Error Message: The name 'inputName' does not exist in the current context : The name 'inputPass' does not …

Member Avatar for SharpJohnnyG
0
144
Member Avatar for Eternity[LK]

Hi. I have some beginner questions related to C# in general, as well as my first home assignment in C#. When the .exe file is opened, a window pops up and asks user a question. He has 2 answer options (2 buttons). The task is - make it impossible for …

Member Avatar for Geekitygeek
0
2K
Member Avatar for johnovision27

Hello all! Firstly, sorry, it's been a while since I've been programming and I'm relatively new to VB My question is this; I want to change the number in an object identifier to what ever number the program picks at random. Roulette, 37 spots on the wheel, random number 1-37, …

Member Avatar for johnovision27
0
138
Member Avatar for rhomz

somebody help me... im using VB6.0 for my project and badly i need a littlE help,, the program should goes like this: --==>>>when yOu input a number in a textbox and click a command button label with"ADD" the number you input will automatically add to the listbox but should be …

Member Avatar for vb5prgrmr
0
1K
Member Avatar for neosonic

I have a large picturebox of house plan, with several textboxes for the notices (need to be edited by the user in run time). after everything is done, I want to save that picturebox with the textbox inside it into .jpg file. My question is: how can I do it? …

Member Avatar for vb5prgrmr
0
85
Member Avatar for glenndr_15
Member Avatar for abu taher

I type 2009 in mask edit box and select August from a combo box. then I press report button for report. then show this msg: "run time error 713 Application - defined or object defined error" another thing when I run the exe of this project in another pc then …

Member Avatar for abu taher
0
2K
Member Avatar for Renzokouken_22

[CODE] Private Sub Form_Load() With db .Provider = "Microsoft.Jet.OLEDB.4.0" .Mode = adModeReadWrite .Open (App.Path & "\DBAddress.mdb") End With End Sub[/CODE] Guys that's my code and I think that code contains no error. What's happening is that when I'm starting to execute the code. It shows a Run Time Error: Could …

Member Avatar for opspl_programme
0
225
Member Avatar for neosonic

I would like to create a drawing tool similar to visio, with the linking to the database But i have another half of my .exe project done with visual basic.\ we want to sell it. is it wise to use visio and built macros links to it? is it easy …

Member Avatar for neosonic
0
341
Member Avatar for zenbakir

I have a report named crystalreport1 added to my web application in visual studio 2005 when i try to create the instance of the report like dim rpt as new crystalreport1() it shows an error crystalreport1() not defined What is the problem and what namespaces need to be included.

Member Avatar for kodema
0
94
Member Avatar for SaqibSaeed

hello i need to learn C#. I am beginner and using Visual Studio 2005 first time. i am in my 8th semester of bachelors and i chose Network Monitoring System to develop kindly help me how to work on it... how step wise step i can lead to the final …

Member Avatar for kvprajapati
-1
163
Member Avatar for asa88

this my cpp file : [CODE]//****************************************************** // Chapter 15, Programming Challenge 7 * // PersonData and CustomerData classes * //****************************************************** #include <iostream> #include "PersonData.h" #include "CustomerData.h" using namespace std; // Function prototypes void displayPerson(PersonData); void displayCustomer(CustomerData); int main() { // Create a PersonData object and pass arguments // to the …

Member Avatar for mrnutty
0
840
Member Avatar for ashakoyande

i want to read sms in pc with the help of visual basic, i m using a nokia mobile.

Member Avatar for vb5prgrmr
0
44
Member Avatar for betabasic

How to Save Web Pages in WebBrowser1 using VB6? It's not about saving the source code to text file.. It's the same as clicking [B]File > Save Page As...[/B] in Firefox. :)

Member Avatar for vb5prgrmr
0
289
Member Avatar for psyvanz

is there any possibilities that you can make a vb6 code, that can search backwards from last to first? first, i just want to apologize for disturbing you..x) i mean, from an access 03 database i inputed in the fieldname: studentnumber then, i entered below, five(5) records of studentnumber(fieldname) with …

Member Avatar for psyvanz
0
93
Member Avatar for jemz

hi please help me on this... Can someone help me, what is the essence or the use of this...hoping for your positive responds... adOpenDynamic adOpenForwardOnly adOpenKeyset adOpenStatic adLockBatchOptimistic adLockOptimistic adLockPessimistic adLockReadOnly

Member Avatar for WaltP
0
105
Member Avatar for jemz

hello can you help me how to use the code tags so that i can post all my code and not to be banned.. [CODE][/CODE] where i put my code inside this bracket or in the middle of this two bracket? i have 3 points more to go..hoping for your …

Member Avatar for WaltP
0
138
Member Avatar for tom384

Hi folks, First a bit of context (Errors are shown at the bottom of the post): I am creating an object viewer for opengl in Visual C++ 2008 Express Edition. I have written a parser which reads the file and stores all the info I want in a Mesh object. …

Member Avatar for tom384
0
358
Member Avatar for kks123

guys new in vb and have a project to be made in vb for music player. have to make my own music player and that to sweet and simple. music player should also include features like pop,jazz,loud and so on and has to as simple as possible. thank you.

Member Avatar for vb5prgrmr
-1
97
Member Avatar for ChrisBuchanan

I have inherited the following query, which works: [code=text] SELECT [CM Database].[Age Range], Count([CM Database].[Age Range]) AS [Count], Format([Date Contacted],"yyyy") AS [Year] FROM [CM Database] GROUP BY [CM Database].[Age Range], Format([Date Contacted],"yyyy") HAVING ((([CM Database].[Age Range]) Is Not Null) AND ((Format([Date Contacted],"yyyy"))=[Year])); [/code] My client has asked for a Financial …

0
44
Member Avatar for jhai_salvador

Hello!... Can anyone help me on this project? I already have created a simple program called Website manager and ive already release it on my website [URL="http://www.silentproject.tk"]http://www.silentproject.tk[/URL] i want to improve it by adding an Auto login feature for websites like yahoo mail..etc.. does anyone of you know how to …

Member Avatar for jhai_salvador
0
277
Member Avatar for jemz

hello please help me on this how to get total in the flexgrid...example i input the item_no k0001 when i press enter key it will display on the grid the the item_name the item price etc.... and when i input on the txtorder_qty.text 5 it will display to grid the …

0
47
Member Avatar for annbarcelon
Member Avatar for wapakelz
0
32
Member Avatar for msvasu

Please send sane code for a complicated report using Data report Designer Using VB6. without using Data Environment. how to increate the height of the rpt shape in detail section of the data report.

Member Avatar for dageci
0
251
Member Avatar for S.N.Mazumder

Textbox (text1) is connected to MS Access where the lottery Number is shown. I want to find a number entering in textbox (text2). I wrote code against command1 (ENTER NUMBER FOR SEARCH). But it’s not woking. Please anyone help me. Code are below: Private Sub Command1_Click() On Error Resume Next …

0
69
Member Avatar for xirosen

here is the example content of my file: line1 line2 line3 line 4 line5 line6 i need only to replace "line 4" into "line4" and here the code to view this line by line: Set myObj = CreateObject("Scripting.FileSystemObject") Filestr = "c:\config2.ini" Set myFile = myObj.OpenTextFile(Filestr) Do Until myFile.AtEndOfstream strLine = …

Member Avatar for vb5prgrmr
0
87
Member Avatar for Paladine

This is a continuation of the [url="http://www.daniweb.com/tutorials/tutorial19303.html"]Updated: ASP.NET Login Page Tutorial[/url]. This tutorial will demonstrate how to create a registration page for new users to your site. This registration page will utilize the same principles used in the Login Page Tutorial, so this should be no more difficult to do …

Member Avatar for kvprajapati
0
2K
Member Avatar for 140chris140

Hey, I have no idea if this thread already exists. I did try to make one before but it seemse like it didn't work. So here goes ! My question is - How do I put my .o files into an object library file? I'm using c++ visual studio express …

Member Avatar for 140chris140
0
534
Member Avatar for betabasic

Help! :D in firefox .. we use right click then a menu will come out ( like Back, Reload, This Frame .. etc ) in vb6 .. i want to do it the same using a command button .. the command1_click is equivalent to rightclick in webbrowser1 .. help me …

0
52
Member Avatar for navaidstech

OK...guys... I'm about to have a cow here. It sounds real simple but I just can't seem to get it. Here is the deal: I have a normalized database made up of four tables (Primary Key in bold) Player ([B]PlayerID[/B], PlayerName) NHLTeam ([B]NHLTeamID[/B], PoolTeamName) PoolTeam ([B]PoolTeamID[/B], PoolTeamName) PlayerStats (PlayerID, NHLTeamID, …

Member Avatar for navaidstech
0
198
Member Avatar for JohnnySpider

Hi All..Im new to Visual Basic 2008 and I'm having a really hard time figuring out how to to print all my tabs in my application. I have 5 tabs which have text boxes, labels, and combo boxes. Is there a way to print the contents of each tab and …

Member Avatar for JohnnySpider
0
836
Member Avatar for goldenmean

Hello, This might not appear like a programming question, but inherently deals with code. I have a following piece of test-code, which has obvious errors like array index out of bounds, memory leak:- [CODE] #include "stdio.h" #include "stdlib.h" main() { int i; char *ptr; ptr = (char*)malloc(5); for(i=0;i<10;i++) { ptr[i]=(char)i; …

Member Avatar for Dave Sinkula
0
287
Member Avatar for Silvershaft

I got 10mb connection with 1mb upload, it started few days ago getting VERY slow on evenings, night and morning but its normal on day Upload speed is usually around 800 but then its like 10 somehow. It is really hard to play with that, this morning I checked upload …

0
98

The End.