16,916 Topics

Member Avatar for
Member Avatar for daidaiboyboy

Hi, all. I read through an book (Developing Windows Based Applications) by Microsoft Corporation thats fully updated for Microsoft Visual Studio .NET 2003 and came upon the chapter where it teaches how to deploy a built application. Since I definitely hoped my program can run in every computer without them …

0
67
Member Avatar for daidaiboyboy

Hi all... This is the case: I have a main parent window, and a child window inside it. The parent window consists of a menubar, whereby clicking one of its menu item (mnuSave) is supposed to save the graph drawn inside the child window. The code for saving the graph …

0
74
Member Avatar for Indigo238

I'm a relative new comer to development and need some assistance in writing a function. Here are the requirements: Return the 5th element from the end in a singly linked list of integers, in one pass, and then provide a set of test cases against that function. Any ideas? Thanks …

Member Avatar for Indigo238
0
101
Member Avatar for vishalsomani

Hello, I have attached a database which will be in use for the question i am about to ask. The question is ... Write queries to retrieve the following sets of information. a) An annual report showing the number of orders and the value of the orders placed by each …

Member Avatar for Yomet
0
257
Member Avatar for sleepless

i want to collect data and show in OLE or Excel for every 1 minute. and every data i collect i wan save in a folder. every time i wan update the data. how i should write my program.. Thx for helping me......

Member Avatar for Yomet
0
185
Member Avatar for complete
Member Avatar for Comatose
0
37
Member Avatar for stackOverflow

HI, Well, I'm getting this error message when i try to open my project [I]"Visual Studio cannot create or open the application because the web server on this computer is not running. Start the web server before preceeding". [/I] I searched in google for any kind of help.. i found …

Member Avatar for muthu
0
381
Member Avatar for skalra63

i wondered if anyone could help me with this. i have a button on a form (frmUpdateProduct). this button opens up another form (frmSelectSupplier). i have a listbox which gets all the supplier names from the access database, and assigns then with the Supplier ID (also from the database). here …

Member Avatar for aparnesh
0
156
Member Avatar for complete

This has to be a simple question to answer. And I know how to do this in C++ but I don't know how it is done in Visual Basic. So I am not completely lost. It is just that Visual Basic is pretty new to me. I have written some …

Member Avatar for complete
0
114
Member Avatar for extofer

Hello friends, I started a new podcast over a week agao. I hope some of you can check it out... yesterday I posted show #3. I'd appreciate constructive crtitsism. Please, check it out. In Tuesday’s show, we talk about Visual Studio 2005, SQL Server 2005 and a little about [url]www.myspace.com[/url]. …

Member Avatar for extofer
0
71
Member Avatar for benyam_dessu

Dear Colleague: How can I use "begin transaction", "commit transaction", "rollback transaction" and the like in the visual basic 6. Is it possible to populate a combobox in VB form with the data that is retrieved from SQL server database table? How the code looks like? regards, benyam

Member Avatar for aparnesh
0
306
Member Avatar for HI2Japan

Hi all, I am a beginner at this so sorry for my ignorance. I'm trying to make a macro that searches an Excel Spread sheet. I plan on using Data validation in cell A1 that the user selects the value they want to see, then I want them to be …

Member Avatar for Yomet
0
311
Member Avatar for AhmedHan

I had been studying OpenGL in DevCPP all the time. Using DevCPP you link OpenGL library files libopengl32.a and libglu32.a adjusting project options. But I dont know how to do this in VC++. Can you help me what files to link and how to link in Visual Studio 2005 for …

Member Avatar for jwenting
0
254
Member Avatar for Preminition

I installed Visual Studio 2005 a week ago and keep having this problem in my mind. I want to use sockets on it with the Microsoft Winsock control. Only I can see it under C#. The program I wanna use it is Visual Basic though. But since I just started …

0
128
Member Avatar for macka007

Hi, Im writing a program that takes screen shots at user determined intervals for a number of seconds (that way you can change frame rates), after each screen shot a new MDI child is loaded and the picture placed inside the image box on the form. When the set number …

Member Avatar for macka007
0
248
Member Avatar for harrypotter

Hi I'm begginer in VB. i want to develop a VB application in which there's a need of opening a .exe file when a button is pressed. Please tell me how to link a button to a .exe file so that it will be opened when the button is pressed. …

Member Avatar for Comatose
0
104
Member Avatar for ramkumar

I will start my query with an example. In reverse phone check in 411.com, the link is [url]http://www.411.com/10668/search/Reverse_Phone?phone=770-399-9110[/url] and so I can add a Textbox in Visual Basic and get the phone number from the user and use a web browser to search the phone number without having to go …

Member Avatar for ramkumar
0
165
Member Avatar for complete

In C you can declare a function like this int average( int first, ... ) Where the ellipses denote a variable argument list. If I have a function like that in a c++ DLL and I want to link a Visual Basic GUI to it, how would that function be …

Member Avatar for Comatose
0
191
Member Avatar for belama

Hey everyone, I have this really weird problem with Visual Studio .Net. If I add some breakpoints here and there on some pages and then run my app., the breakpoints move to some other lines (not always lines with code, and breakpoints dont span the same length as the code). …

Member Avatar for Letscode
0
2K
Member Avatar for helloworld

hello, i have copied parts of it from the book, am not allowed is there anyway someone can chage as much as there can, and try and get rid of ASC, is there another way of doing it, without ASC, OR ASCW, please someone help, please nicky Public Function Zeichen_OUT(Zeichen …

Member Avatar for campkev
0
96
Member Avatar for MartyMcFly

Hey Guys I am looking, (with hardly any prior experience; some unix scripting knowledge), to write a Time Record program, which keeps track of how long people spend on each tasks. This may incorporate some Billing aspects at Version 2. I am willing to learn all the programming aspects required, …

Member Avatar for iamthwee
0
111
Member Avatar for chan karan

I have designed a vb program and now i want to pass parameters from outside application to vb. what should i do??

Member Avatar for Yomet
0
184
Member Avatar for DotNetUser

I'm coding in VC++.net (managed C++). Is there a way to create dynamic arrays and preserving the data when the dimensions are changed? I know that Visual Basic can do this. In VB: ReDim Preserve mLn(UBound(mLn) + 1)

Member Avatar for dwks
0
60
Member Avatar for robase

I have an Amusement Park Problem in C++ > Category > Children > Price $2.00 > The first child is always free > Category > Youth > Price > $8.50 > For every 4 tickets in this group one person is free. > Buy 4,get one free > Category > …

Member Avatar for Bench
0
698
Member Avatar for candykane69

> Write a C++ program having a recursive function recursiveMinimum that takes an integer array and the array size as arguments and returns the smallest element of the array. The function should stop processing and return when it receives an array of 1 element. #include <iostream> int recursiveMinimum(int[], int); int …

Member Avatar for candykane69
0
99
Member Avatar for skalra63

i am using ADODB to connect an access database to my forms. i have the folloing code which searches the database table for a barcode. it searches and displays correctly, until you put in a non existant barcode, then it comes up with error 3021. eof bof error. it highlights …

Member Avatar for nicentral
0
158
Member Avatar for Jhun33

Hello everybody! I hope I'm in the right place to consult some programming issues. I'm Jhun and I'm new to the datagrid of VB 6. I'm currently working on a database application in which I would like to show records from an Access DB thru the datagrid. I tried to …

Member Avatar for Yomet
0
219
Member Avatar for allenhu
Member Avatar for Comatose
0
142
Member Avatar for Kegtapper

Trying something out of my area of expertise, and wanting to experiment with WebClasses Anyway when I start VB new IIS project - [IMG]http://www.kegtapper.net/test/DaniWeb-IIS.jpg[/IMG] Then I get an error regarding [IMG]http://www.kegtapper.net/test/DaniWeb-error.jpg[/IMG] Then the Dsr won't load and this error [IMG]http://www.kegtapper.net/test/DaniWeb-Dsr.jpg[/IMG] I have PWS 5/IIS server installed on this Win2000 system. …

Member Avatar for Comatose
0
127
Member Avatar for AQWst

I'm not sure if I am posting this to the correct location or not. I just purchased Microsoft Visual Studio 2005 Professional with SQL Server 2005 Developer Edition. My question is, does anyone have any specific instructions or suggestions on how to best install and configure these two products to …

Member Avatar for alc6379
0
97
Member Avatar for chan karan

Would any one help me to solve the problem?? I am writing a vb program by using vb 6.0. I want to location a file with .id extension. how can i find out this file c:/program/abc.id if i only know the extension and the path?? Thank you very much~~

Member Avatar for Comatose
0
118
Member Avatar for AntonBotes

Hi there, This may seem to be a bit confused, but I need a VB DLL that I can call from my BCBuilder++ application. I tried to construct one with Visual Studio 2005 Visual Basic, but since I don't know any Visual Basic, this task is quite daunting, especially since …

Member Avatar for plazmo
0
115
Member Avatar for hruzam

I'm searching for info on Spyaxe. I don't know how I got it, but I'm doing some research on it. So far not much help. I ran HJT and here's my log. Any help would be greatly appreciated... Logfile of HijackThis v1.99.1 Scan saved at 12:42:24 AM, on 1/2/2006 Platform: …

Member Avatar for hruzam
0
308
Member Avatar for loup

Hey folks, entrepreuners, I’d like to create a really neat program that prints your name, with meanings, or poems, or bible verses, or military quotes, etc. I've seen other packages out there, but they’re not that good. Check Ken Kirkpatrick Software to see what I mean. Also, check other First …

Member Avatar for pau
0
123
Member Avatar for Prahaai

Hi. I am trying to make something similar to a RPG text game, in Visual Basic 6. I know what you want to say "it's not good for text games" but i have my reasons. The problem i am facing is this: let's suppose i have 3 main skills: meelee, …

Member Avatar for Prahaai
0
189
Member Avatar for Prahaai

As the title says, i want to make a mIRC like interface. This is what i have right now: one form called Form1, one textbox called Text1 and another one called "main". [code] Dim TMPtxt As String * 50 Private Sub TextTest() Dim tt As String tt = Text1.Text Select …

Member Avatar for Prahaai
0
189
Member Avatar for NewVBguy

Hi everybody, Can anybody teach me how this work? thnx. private sub command1_click dim vcombo1 as combobox,vcombo2 as combobox call populate(vcombo1) 'there's an error here vcombo2=vcombo1 'another error here end sub private sub populate(oCombo as combobox) oCombo.clear ocombo.additem "One" ocombo.additem "Two" ocombo.additem "Three" end sub 'Basically what i want is …

Member Avatar for Yomet
0
117
Member Avatar for Yoshidex

Hey there, I'm learning more and more every time I post and/or read contributions by other people, but I still have a long way to go. I have this problem now: I designed a Find command and it works fine, but I want all of the results to be written …

Member Avatar for Yomet
0
2K
Member Avatar for infmas

Hi, recently my VB6 freezes when I try to compile a Usercontrol. I really don't know what to do. Someone could help me, please? Thanks, Marco.

Member Avatar for Yomet
0
147
Member Avatar for native19

hi I am building a fingerprint recognition software using vb6 the problem is that i dont know how to get a raw image(probably in bmp or something else) from the scanner im using a microsoft fingerprint scanner i even tried the grfinger sdk but it encrypts the image not allowing …

0
60
Member Avatar for tgreer

I've developed a few ASP.NET applications in the past, develop C# windows apps all the time, but am just now developing my first ASP.NET 2.0 app. I'm having a nightmare getting a database connected. Everything is on my local machine, including IIS Visual Studio 2005 Professional Latest .NET Framework 2.0 …

Member Avatar for campkev
0
179
Member Avatar for kdee

Hi! Please, anyone... I put a button1 on form1 and I want to open a form2 with it. It sounds so simple (With ms access it was!) :o I'm tryning to do this in Visual studio express now. What do I do? As I understand it has to be done …

Member Avatar for kdee
0
161
Member Avatar for AhmedHan

I wrote down a program code that recognizes the keyboard as an HID device and gets input (the key pressed) from it. Then displays it on an edit control. Here is the code :[CODE]#include "stdafx.h" #define _WIN32_WINNT 0x0502 #include <windows.h> #include "HID Input.h" #define MAX_LOADSTRING 100 RAWINPUTDEVICE Rid; USHORT usVKey; …

Member Avatar for AhmedHan
0
148
Member Avatar for Slavrix

hey boyz/girlz i need to make a code for a server status checker, how would i do it? at the moment the server is checked by using this [url]http://deep.phpwebhosting.com/~paradox/Chaos%20Knights/ServCheck/ServerCheck.php[/url] how can i convert that into a simple program that can run on the desktop?

Member Avatar for Slavrix
0
429
Member Avatar for ArtChess

Hello Ladies and Gents, I hope everyone is doing well as they receive this message. If anyone knows some basic html language and can assist, it would be much appreciated. I will take them out to dinner at their choice of restaurant. Basically there is a file that we house …

Member Avatar for DaveSW
0
109
Member Avatar for Texpert

Hi, I am looking for some help in coding an app using VB.NET 2003,where in a web form I have four tabs which call four different forms in the panel after click event. I don't see any tab control in the toolbox in visual studio so I guess I have …

Member Avatar for f1 fan
0
153
Member Avatar for Mikecool509

First of all, this is NOT for homework, so if you help, you WON'T be doing my homework for me! :lol: I am trying to create a quiz site for my school. I want the trachers to be able to create quizzes for their students. They will fill out a …

Member Avatar for f1 fan
0
154
Member Avatar for complete

I need suggestions for creating a Help system for a Visual Basic Program. We have a requirement to provide "on-line help" to our Visual Basic program. What I believe they mean is the sort of Help functionality that one normally sees in C++ generated program. Does anyone have any suggestions? …

Member Avatar for yni420
0
180
Member Avatar for lalit05vij

hi, iam using date picker but it is constantly showing date i want to show date in control only after user has entered some value. i want to achieve this without using chekbox control please help

0
94
Member Avatar for Psyrick

[b]Can anyone please tell me what is wrong? Access keeps trying to tell me that I must install Microsoft Jet 4.0 Service Pack 8 so I downloaded the file and started to install it and suddenly the installer says that I already have a newer version than the one that …

1
111

The End.