132,726 Archived Topics
Remove Filter ![]() | |
these are the errors that i'm getting i dont' know whats wrong because most of it is given by the instructor any help with these errors will be greatly appreciated c:\documents and settings\compaq_owner\my documents\visual studio 2005\projects\book.cpp(12) : error C2236: unexpected 'class' 'Queue'. Did you forget a ';'? c:\documents and settings\compaq_owner\my … Software Development c++ linked-list queue visual-studio | |
I am trying to remove the line numbers of a text document. Example: N10 G01 F720 X0Y0Z0 N20 X0Y0Z0 etc... N9000 X0Y0Z0 M0 I can remove the line number on 1 line only but need to do this throughout the entire document. Private Sub Command1_Click() WordFoundFlag = 0 For i … Software Development visual-basic | |
hi, im creating a win32 dll using VS.NET 2005. actually im creating a COM component so i need to implement DllRegisterServer. The problem is that when i call regsvr32 on the dll, i get the error 'the dll was loaded but the dllRegisterServer entry point was not found'. Now, the … Software Development c++ | |
![]() | Hullo. I need some help with this one. Ok, I want to create an xml file of all my mp3 files on my home pc.:S I am using the code as follows:- [code=vb] Public Class Form1 Dim myWriter As New System.Xml.XmlTextWriter myWriter = New System.Xml.XmlTextWriter("C:\music_stuff.xml", Nothing) With myWriter .Indentation = … ![]() |
Hi I need to build port scanner. Could somebody help me? How should I start? Thanks Software Development | |
I have downloaded dev c++ IDE for C++ programmming and do have windows MediaCentre OS. Now to go for some widgets like buttons or textboxes in my program do I need to install gtk+ how would openGl with GLUT help me in this regard ? Do I have to download … | |
I have three questions about MFC and their use in Visual C++ 2005. Firstly. Can one actually use the MFC in C++? I have taken a look at the internet and almost all the information seems to indicate that it, along with win API, is for use with C. There … Software Development api c++ gui microsoft user-interface | |
I'm using NetBeans 5.5 First :I want to bind data from table from MS Access DB into JTable . Second: Is there any other component in java to do the previous action(e.g. DataGrid ) Software Development java java-netbeans | |
Hai, I am doing one java struts application. In my Application, i need to generate the report . In the Report display page, i have two buttons named PDF and EXCEL. If i have click the PDF button, all the Report values are generate as PDF file. If i have … | |
Hi, I'm basically trying to create captions that will go under an image in my project.. the problem is that if the caption line is too long, it will get chopped off... so I'm trying to write a function that will re-chop a string with endl's according to the width … Software Development c++ | |
[COLOR=#0000ff]Dim[/COLOR][COLOR=#000000] str [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]String[/COLOR][COLOR=#000000] = "select * from table1"[/COLOR] [COLOR=#008000]'try to write "select distinct * from table1" [/COLOR][COLOR=#0000ff]Dim[/COLOR] con [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]String[/COLOR] = ConfigurationSettings.AppSettings("preeconn") [COLOR=#0000ff]Dim[/COLOR] cmd [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] SqlCommand(str, [COLOR=#0000ff]New[/COLOR] SqlConnection(con)) cmd.Connection.Open() [COLOR=#0000ff]Dim[/COLOR] da [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] SqlDataAdapter(str, con) [COLOR=#0000ff]Dim[/COLOR] ds [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] DataSet da.Fill(ds, "table1") [COLOR=#0000ff]Dim[/COLOR] maxrws [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Integer [/COLOR][COLOR=#0000ff]Dim[/COLOR] i … | |
can someone please tell me what i am doing wrong here? My program does not print any output after the attempted bucket sort. It only prints before. It is almost as if it does not run to its end. Software Development c++ | |
I made an SDI application. I want to invoke it by clicking a button on a dialog in another application. I am using VC++ and tried including the header file of former [CODE]#include "..\TypingEditor\TypingEditor.h"[/CODE] and then creating its object with 'new'. [CODE]CTypingEditorApp *te = new CTypingEditorApp();[/CODE] But there are errors … Software Development c++ | |
hello all, i have to prepare a report which will display data from a specific date upto the specific date, both will be defined by the user at run time. the report is connected with the database and front end is vb. I am using crystal report for this. i … Software Development display visual-basic | |
Im doing "Sams Teach Yourself C in 24 Hours". Which can be found [URL="http://aelinik.free.fr/c/index.html"]here.[/URL] I'm at hour 6 right now. I most likely will run into several problems while trying to solve his excercises. I don't want to make a new thread everytime I run into a problem. So I … Software Development c | |
Hi All Gurus, I am new to scripting.. and want to know what is the meaning of each non zero exit codes from 1-255. Please help. Thanks in advance Sandy_b76 Software Development shell-scripting | |
Hi to all, I use NetBeans 5.5 and through Library manager I imported a jar file. How can I see the source code of the classes that the jar file contains? I got all classes from the jar file listed, I can see the name of constructors and methods but … Software Development java open-source | |
Hi, all How can I make a text box such that it accepts numbers only? Does anybody know how can I achieve that? It would be helpful if somebody post some example programs or some links to such websites where I can get some resources regarding this thread. Thanks to … Software Development | |
Hii EveryOne Need some advice on the following, I have three war files which work along with each other as there is dependcies in them, Now at the time of deployment i dont want to put three different war files separately but instead want to have only one, I am … Software Development java | |
Okay, I'm new to VB, obviously so I apologize for being so green. Here is what I'm trying to do, I want to create two boxes that I can generate seperately names from a database randomly. I've been plugging at it for a while and can't quite get it. I … Software Development visual-basic | |
Hi i'm using the Net::POP3 module for reading my email, but it doesn't feature a method that lets you get the body of the email directly. So I have to construct a regex in order to get it. The problem is that I can't get it right. I want to … | |
I am trying to build a program for ftp transmission purposes. I have been requested to use another program written by my predecessor as a model. At one point, my predecessor's code makes reference to an item called flstvwBags, a TFileListView object. I cannot find this component on my own … | |
I'm going to be passed a dos based command to my vb6 program. I would like to take the multiline output of that command and create a command line command for each line it generates. The only way I know to do this at the moment is to pipe it … Software Development visual-basic | |
I'm trying to figure out how to send files via FTP in Delphi. A program written by my predecessor makes use of the Indy package IdFTP component, but I'm having some trouble figuring out how to use it. Searching google only gave me sites in non-english languages, and I'm having … | |
Hey i have a textbox that i want to read line by line and store in an ArrayList. I am currently trying to find the line break at the end of each line. Here is the code: [code=visual basic] While i = 0 h = ptext.IndexOf(vbCrLf)'here is where i try … Software Development visual-basic | |
hi can i be some examples of store mgt projects example live online.for reference.i need some guidance for my project. what is documentation in software designing. Software Development visual-basic | |
i hav classA hence A.h and A.cpp,i hav declared some member variables in A.h and defined/initialized them using object of class A in A.cpp.now i hav class B hence B.h and B.cpp ,now i want to use class A's same object and its member variables (which i hav already initialized) … Software Development c++ | |
I was asked to help make some test scripts at my work, and they use VBScript to write all their code. I pretty much only know c/c++ how hard would it be to learn VBScript if I am decent at c++? And does anyone have preference to which website they … | |
How would I go abou practicing VBScript. I have never used it before. | |
I made an identical thread for PHP/MySQL, so I figured I would do it again, not only because I need to know, but so it can be stickied and others can use it. Please recommend: Tutorials Schools Books Etc. By the way, I'm speaking of C++, not C or any … Software Development c++ | |
Hey, i have been trying to find a solution of how to do this. Basically i want either a label or something that when you load up the form it shows the users current username like on the About boxes of windows programs or something towards that it says "This … Software Development vb.net | |
Hello everyone. I'm working on the infamous TicTacToe program. I have created a class(TTT) with it's private and public members. The program is human v. computer. In the hmove function I ask for the coordinates (0,0;1,2; etc.). I'm not sure how to pass the user selection to the printb function … Software Development c++ | |
Hi , I'm running a batch file which contains the content D:\apps\JavaSoft\JRE\1.3.1\bin\Publisher -Xms256m -Xmx512m -cp .;"D:\rc\grt\PublisherIIRMIServer\jdom.jar";"D:\rc\grt\PublisherIIRMIServer\common_db.jar";"D:\rc\grt\PublisherIIRMIServer\mail.jar";"D:\rc\grt\PublisherIIRMIServer\activation.jar";"D:\rc\grt\PublisherIIRMIServer\log4j.jar";"D:\rc\grt\PublisherIIRMIServer\oracle12.jar";"D:\rc\grt\PublisherIIRMIServer\xmlParserAPIs.jar";"D:\rc\grt\PublisherIIRMIServer\commonclasses.jar";"D:\rc\grt\PublisherIIRMIServer\classes102.zip";"D:\rc\grt\PublisherIIRMIServer\jintegra.jar";"D:\rc\grt\PublisherIIRMIServer\excelXP.jar";"D:\rc\grt\PublisherIIRMIServer\word.jar";"D:\rc\grt\PublisherIIRMIServer\powerpoint.jar";"D:\rc\grt\PublisherIIRMIServer\PublisherIIRMIServer.jar";"D:\apps\jsse1.0.3_03\lib\jcert.jar";"D:\apps\jsse1.0.3_03\lib\jsse.jar";"D:\apps\jsse1.0.3_03\lib\jnet.jar"; -Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.[url]www.protocol[/url] -Djavax.net.ssl.trustStore=D:\apps\jsse1.0.3_03\lib\dapstore -Djava.security.policy=D:\rc\grt\PublisherIIRMIServer\RMIPOLICY\java.policy -Djava.rmi.server.logCalls=true com.db.grt.server.ImplPublisherServer but i'm getting the error as Exception in thread "main" java.lang.NoSuchMethodError at com.db.grt.server.ReadServerProperty.setProperties(ReadServerProperty .java:291) at com.db.grt.server.ReadServerProperty.<init>(ReadServerProperty.java:1 24) at com.db.grt.server.ReadServerProperty.getInstance(ReadServerProperty.j ava:86) at com.db.grt.server.ImplPublisherServer.<init>(ImplPublisherServer.java :56) at com.db.grt.server.ImplPublisherServer.main(ImplPublisherServer.java:1 203) all jar files … Software Development java | |
hi, if i hav member variables of a say class A defined and initialized in a class A how do i access its variables in a classB which is in diff file Software Development c++ | |
Hello, I have a server and client file. In Client I have [CODE]WSADATA WsaData; SOCKET Socket; [/CODE] In server I have [CODE]WSADATA xxx; SOCKET yyy; [/CODE] This is same in both files: [CODE]sock_addr.sin_port = htons(1234);[/CODE] Will this connection be established? Software Development c++ client-server | |
Hi all. I just got this refurbished laptop in addition to my pc. I have no problem with my verizon dsl connection until I network this laptop last night. For my router, I got myself the DLink WBR-2310 and my laptop right away pick-up the signal. However, I noticed that … Software Development laptop visual-basic | |
Hi, I have the basic knowledge in C++ and C. I am now looking for workign on some game programming. Well, in C++ how can I get those buttons, text boxes frames etc as we have in Java or VB. would you suggest me some books or links also, that … Software Development c++ | |
We want to build a C++ program to help a professor in grading a True/False class test. The description of the system is as follows: • The students’ IDs and their answers are stored in a file. • The first entry (header line) in the file contains the number of … Software Development c++ data-structure | |
hi , if any one have books or links for GUI of c# , send it Software Development gui | |
Hi ! can someone tell me what I did wrong with the code that I attached when I declare 'Option Strict on' ~ seems doesn't work. Thanks ! Software Development vb.net | |
here is a new thread for me..;) I have some duplicate records on table, fields are ecode, ename, desig. some records in ename are same, BUT ecode are different, i just want to do that when i click ename on datacombo it should gives msg for ecode. e.g ecode ename … Software Development visual-basic | |
Hi, DaniWeb Subscribers! I need to learn Cocoa with XTools quickly. I am reading Apple's Obj-C Prog Language manual and another book on Cocoa programming. I also looked at the examples provided by the ADC. I am still overwhelmed. I'd like to get the most simple example of the following … Software Development apple c++ open-source | |
Hello, I d like to know how to call Blue screen of death under Windows Xp/Vista. (link to tutorial appreciated) Software Development c++ windows-vista | |
Hi! I have the DEV-C++ and i want to install the Sparselib++ library. I have ever install a library again and I don't know what have to do.The foolowing instuction cannot help me. Can someone help me with e easiest way to install this library.It's very important fotm me. thanks! … Software Development c++ | |
Hello, I edited a source code I found on a net and now it compiles well. I get a linker error. [CODE]1>Linking... 1>MSVCRT.lib(crtexe.obj) : error LNK2001: unresolved external symbol _main 1>C:\Users\jan\Documents\Visual Studio 2005\Projects\YAST server console\Release\YAST server console.exe : fatal error LNK1120: 1 unresolved externals 1>Build log was saved at "file://c:\Users\jan\Documents\Visual … Software Development c++ visual-studio windows-server | |
- finiteness - absence of ambiguity - sequence definition - input, output - effectiveness - scope definition thanks! | |
G'day, Thanks Mr. Vegaseat, Jeff, Ene, Mawe for all of your great help so far...I'm slowly (very slowly!) getting used to Tkinter. But I'm again puzzled by how Tkinter does things. Some examples of code at the beginning say "from Tkinter import *" and some say "import Tkinter as tk" … | |
The End.