16,916 Topics
![]() | |
![]() | Do anyone know what's the problem with my Visual Studio 6.0. the program that i wrote sometimes can compile and sometimes can't, and yet sometimes can execute, sometimes can't.. the meaning of can't is..my whole VS frozen.. at the bottom, a message bar(whatever they called it) only shows Linking...(the word … |
:o i want to learn on how to create a file maintenance program using addodc help help help..... | |
I'm more or less a beginner programmer with a little (mostly useless) programming background. My goal is to develop applications to run on my PPC (a Dell Axim 3). My Background: Did some simple Basic programming on a TRS-80 in the late 70’s when they were the cutting edge(!), as … | |
I am working through the 'ATL Developer's Guide' 2ed, ISBN 0-7645-4683-X, and keep getting referred to into a link at [url]www.widgetware.com[/url]. When I go there, I'm totally lost. The downloadable package should contain a Visual Studio Workspace that includes a bunch of Visual Studio Projects with names like Chapter6_DualServer, Chapter5_Client, … | |
Hello all, I have been working out of an older ASP/Visual Basic/SQL Server Developers Guide. My code is exactly as written in the book but I still can't seem to get the asp to collect the information from the Stored Procedure. My asp page calls for the Procedure: [CODE] 'check … | |
hello frnds i have developed a spying software in vb 6.0 with stealth capabilities just like any other commeriacl software. i would like to connet it through internet so that it can send log files by emails. i have tried smtp server for that ..it works but it is not … | |
Greetings. I have a form loaded and in this form, I have a listbox plus a button. When the button is clicked, a dialog box will appear alongside with the form. In the dialog box, there is a combo box, in which the user must select something from. Once the … | |
Hi. Im having difficulty finding work in south africa in the IT field so I was hoping their was maybe another way to start making money from doing freelance coding and projects in both Visual Basic and C/C++. Can anyone tell me where there are such places or opportunities where … | |
[b]Software [/b] Computers contain hard drives, storage mediums for one's own documents as well as software programs. Software for computers are manufactured by numerous companies and individuals and made to work with a given operating system. Currently, Microsoft has a nearly complete monopoly on operating systems, bringing us all versions … | |
Greetings. I'm sort of on the en-route to project completion except for some small problems here and there. One more major step is report generation. I'm totally new in this area. Nothing in the old threads are related except for one: [url=http://www.daniweb.com/techtalkforums/thread410.html]Vb report generation[/url] but this thread is still left … | |
hello can any body there tell me that i have a database named [B]watershed1.mdb [/B] which contains three tables such as "watershed_tb1,watershed_tb2 and watershed_tb3". now what i want to do is create a List box in VB6.0 and take the appropriate text boxes required.so when i select watershed_tb1 from the … | |
Hi, I created a couple VERY small programs in VB. When I have built the program to become an executible, it works on my original computer, however when I try and use it on my office computer (without VB), it comes up with an error "The application failed to initiate … | |
i am doing a write up and it says in the Spec: appropriate use of sequence, selection, selection and repition in your program. plz post a definition of what this exactly means [email]kamran_bashir786@hotmail.com[/email] | |
Greetings! I currently have 5 very similar but seperate macros in 5 seperate .xls files. As one finishes I currently open the next .xls file and run that respective macro. And so on and so forth. I am attempting to figure out how I can write code that will require … | |
I created a DHTML proyect using Visual Basic 6. It is a webcalculator. You can look the calculator at this address: [url]www.cssaudit.com/TestCSS/index.htm[/url] When you compile a VB6 proyect a dll file is generated which takes care of performing the calculations. The webpage and the dll was uploaded manually to the … | |
Greetings! I am a relative newbie to VB programming and have built a macro that performs multiple functions within excel but am now trying to link ShowCase STRATEGY 4.1 to it. I am attempting to figure out how to have an excel file run a ShowCase Query--an application I have … | |
Hi all!!! This is possibile on VBB to accsess Hardwere ? I mean if there is any command that i can read or write data from i/p port , like on c that i can use the "outport" Command. Thank's | |
Hi everyone, I would like to ask all of you all one question is that for example if i am using visual basic 6 and i would like to add a rich edit to my form would it cause any legal issues for me. Basically if i use the richedit … | |
Hi All, It's not exactly a snippet, more like an entire program. A couple years back I knocked up a DVD Collection program that uses VB6 for a front end and Access as a backend. It also includes storing screenshots as BLOB's for those that are interested or know what … | |
Greetings. The subject doesn't quite match the forum? :cheesy: Well, I've to develop a system in VB. It's going to be a system used by some Management people. So, as I was designing the database, I was wondering, how could I assign the type of the primary key as? The … | |
Greetings. I have searched high and low for the above topic but to no avail :confused: Is it possible to add a combo box into one of the columns of a listview control? Please advise. | |
[B]Creating a C++/Assembly Project [/B] The project we'll develop in this tutorial will consist of a main() function written in C++. It will call an assembly function named clear(). Since Visual C++ does not recognize assembly code, VC++ will have to be told what program to call to compile the … | |
First off, I wanna say, I'm not a conventional student, posting homework problems. I am a student, in the fact that I am learning BASIC/Qbasic. But I'm not going to school to learn it, just kinda feeling my way around learning. If that makes sense? The main reason I am … | |
Can anyone tell me how to write files or output to an excel file with tabs etc. Thanks, GB4 | |
Hi, I'm an intern at a law firm in China, and I'm writing a program to help it calculate the bills that it issues to its clients. (The lawyers there usually do it manually!) I'm a beginner in C++, so I only know how to use very basic file I/O … | |
I m new to vb programming. How do i get the details which come when we type net session on the command prompt into a vb program ? | |
I have a project (which I inherited) in Visual Studio 2002. I have been working with this project for about 6 months. This week, the project decided to generate many errors as below: Resources 'private\901\default.aspx.resx' and 'private\903\default.aspx.resx' have the same manifest resource name 'content.default.aspx.resources'. I seem to remember finding an … | |
Is there a program (such as Dreamweaver, Visual Studio.NET, etc) that will parse my HTML code and make it XHTML complient? For example, I'd like to throw at it all of the pages of TechTalk forums and have it automatically convert, for example [code]<input type=submit name=submit value=Go>[/code] [b]to[/b] [code]<input type="submit" … | |
I am connecting to an OPC Server using VB. I can connect with the server ok. I have set up a browser that lets me select the tags I wish to view but I get Runtime Error 424, when I try to read the values. [I]result = OPCItem.Read([Tagname], [Value], [state], … | |
I am trying to write an application for accessing IDE CD writer programatically for reading / writing files into the CD placed in CD writer. Can you please help me out in this. I would be really helpful for me if you can please send me some sample programs for … | |
Greetings. Can anyone please guide me on this problem? I have 2 frames. Similar to a website, the frame on the left works like a navigation menu while the frame on the right is the content part. When I click on a label on the navigation panel, how can I … | |
I'll try to be as brief as possible but the problems I'm having are so vast and numerous that it's probably going to end up being a very huge post. [b][u]Computer Info:[/u][/b] [u]System[/u]: Microsoft Windows XP Home Edition Version 2002 [u]Computer[/u]: AMD Athlon(tm) Processor 995 MHz 512 MB of RAM … | |
Greetings. On my previous project, I have used the adodc. According to a friend of mine, he said that using a data control is easier (implementation/coding matter). I am still very confused with the difference of this 2 controls. :-| I am not sure which connection string is to apply … | |
What is the word 2003 visual basic code for converting a selected text to a number, and a number to text? | |
[size=2]I have recently fixed a coolwebsearch hijack that hijacks my start page. What I didn't realize is that it had also hijacked my address bar in IE. What I mean is that at times when I type a URL in the IE address bar, even though it is a legit … | |
I' new in vb programing I've just started few weeks ago and I need help!! I have to grab the source from exel file and draw a diagram in vb :sad: in the exel file there are two rows of numbers, and I don't know how to make it? If … | |
I need to write a program in Quickbasic that will send hex in 1 byte format over the serial port. They have a plasma display where my dad works, and since my dad hasn't coded in basic for years, he commissioned me to do it, but I have no experience … | |
hi , i am doing a project with c++ visual studio 6 and i really want this facility, which is .. the user will enter a single character or a an integer ,so the compiler will take the input he entered (int or char) without waiting from him to press … | |
Im having a slight problem adding my subtotals from listbox. The company i have a contract with has me to create a POS system which is my first (Cash Register Program that's better than Walmart"Do it yourself shop") :) These are my controls using: lblTotal, lbl SubTotal, txtTax. I can … | |
Hello, I have a dilema. Currently if i want to save a file / read from a file i assign a string variable to a directory for example C:/Files/Blah.txt . However, i am currently working on a program which will be distributed between some close friends and having a fixed … | |
Dear Gurus and members, I am a newbie in VB and Media Control Interface (MCI). I would like to develop playback/record from microphone using MCI for my e-learning website. Do I need any drivers in order to develop MCI? Any requirements (hardware/software) needed for a developer to develop record/playback using … | |
Hi... I'm just a beginner in Excel and i have problem concerning building macros... would anyone be willing to give me few tips on how to create and a simple example of a syntax in a macro. Any help will be appreciated... :D | |
I'm trying to delete a single record from a rnd file using a delete button. On click the code below the problem seems to be with the keep statement. I keep getting a compile error:invalid qualifier on selectedbook even though the value matches the position of the record in the … | |
ODBC has encountered a problem and needs to close. We are sorry for the inconvenience. Get error when trying to connect to odbc with Oracle 9i client driver under windows 2000 and XP. Has anyone seen this problem before? | |
I'm wroking on a project on VB6 that needs me to use a database and don't really know which database to use. need some advice on this. | |
HELPP!!!! i am trying to create a "VB piano" using command buttons to play each individual note. i was told the that it is best to use .midi files to play sounds in vb but i dont know. could any help with how to play sounds in vb?! i am … | |
This is driving me absolutely insane I swear. Every time I load up visual studio, no matter how I have the windows layed out, it resets to the visual studio default and it's driving me CRAZYYYYYYYY! See. Please help, for the good of the kittens. Slade:rolleyes: | |
I am doing this in Microsoft Visual Studio.NET as an ASP.Net Web Application. I am new to .NET, and Am trying to learn, I just cant figure this out. <html> <head> <title>Shopping Cart</title> <script runat="server"> Dim objDT As System.Data.DataTable Dim objDR As System.Data.DataRow Private Sub Page_Load(s As Object, e As … | |
Hi there, Here's the code I'm using below and yet I'm getting a "Method 'Initialize' of object 'DIDiskQuotaControl' failed" at the line "vol.Initialize ........" Reference to Microsoft Disk Quota Type Library is set - do I have to set or initialize anything else beforehand? Can anybody help please? Thanks! --- … | |
I am struggling with creating a function that is void. I can write the code inline without a function as follows : #include <iostream> #include <cmath> #include <string> #include <iomanip> using namespace std; int main() { string answer; answer = "Yes"; while ( answer[0] == 'Y' || answer[0] == 'y' … |
The End.