199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for kshrini

Hi All, I've developed an application in VB6. All forms are designed at 1024X768 scren resolution. But when I open this application at lower or higher resolution all controls get disturbed. Any clue....

Member Avatar for choudhuryshouvi
0
198
Member Avatar for anyedie

Im pretty much a python and for that matter a programming noob. I will learn and little, then quit, learn some more, and quit again. The past few times i've been working on the same project, and mostly keep giving up on python because I cannot seem to find an …

Member Avatar for katharnakh
0
104
Member Avatar for cameyo

I have a delimited text file with some data. I need to revert the data in this way: 1) the last line will be the first, and son on (invert all the lines) 2) each line must have a reverted data (last data item will be the first and so …

Member Avatar for katharnakh
0
130
Member Avatar for arunprashanth

Hi What is the difference between application server and webserver. thanks.

Member Avatar for masijade
0
115
Member Avatar for Ravi Singhal

hi , i am writing a programme in vb6. I want to check whether my cities are matching with cities in database. so i want to ask that how to pass a array to a database by query. I have written the following code please help me Dim CITYARRAY(5) As …

Member Avatar for manoshailu
0
89
Member Avatar for manoshailu

Suggest any best book for the ASP.NET with VB 2005 to develop myself in developing the projects

Member Avatar for manoshailu
0
278
Member Avatar for Mr.Wobbles

I have been having a bit of trouble with my users trying to install my program, I will list the error messages first and then let you know what my settings are for the click-once deployment. I don't see any errors when I install it on the computer I have …

Member Avatar for AV Manoharan
0
119
Member Avatar for slacke

I am working on a code which has several processes forked(). (linux - KDevelop) The processes after they were created runs paralell in the background. I want to read on a command line (like cinn >> kill=1 ) which tells the main process to kill all the childs and the …

Member Avatar for slacke
0
105
Member Avatar for vicky_dev

I have two static libraries: [INDENT][COLOR="Green"]/usr/X11R6/lib/libX11.a[/COLOR] - Standard library, ~ 1.5MB [COLOR="Green"]./libxbgi.a[/COLOR] - Created by me, ~60KB[/INDENT] Now I use the following commands to compile a program, [I]test.c[/I]: [inlinecode]$gcc -o test test.c -lm -L /usr/X11R6/lib -lX11 -L . -lxbgi[/inlinecode] This works fine, the executable [I]test[/I] is 33KB, which is as …

Member Avatar for vicky_dev
0
118
Member Avatar for Joncamp

What is the limit on how many records you can have in a table in Oracle? It must have a limit. Also, has anyone ever benchmarked Oracle on sorting records... say 1,000,000 records of a small record size, just 2 or 3 fields? :cheesy:

Member Avatar for debasisdas
0
3K
Member Avatar for johnroach1985

Hi. I am creating an asp.net web site. Using GridView the website creates a table. Now my question is I want to write a javascript function that colors the text "NO" red within the table cells. Waiting for your reply.

Member Avatar for johnroach1985
0
312
Member Avatar for HTTL
Member Avatar for HTTL
0
75
Member Avatar for sowmi

Hi All, I am trying to implement the concept of function pointer in C++. While compiling i got some errors which I couldnt figure out the reason . So,Please let me know what changes should be done for resolving that error. I am trying to execute one particular command function …

Member Avatar for vijayan121
0
156
Member Avatar for Zombiehobo

I'm having this error on the area below. When I comment it out it stops giving me the error and I have tried commenting it out piece by piece to see if there is something wrong but I get nothing. I'm sure I am missing something really easy. [code=php] while …

Member Avatar for Puckdropper
0
220
Member Avatar for SHWOO

I'm trying to implement a function to copy one instance of a stack into another instance of a stack. The result should be two identical stacks. It only outputs blank lines. I Implementation [CODE] #include <cassert> #include <iostream> #include <string> #include "linkedStack.h" using namespace std; void linkedStack::initialize() { destroyStack(); } …

Member Avatar for SHWOO
0
166
Member Avatar for vladdy19

I've written a program that keeps a linked list of Personnel. The Personnel can be of the type Student(inherited from Personnel) each student has the name and id from Personnel and a Queue of type books. Everything works except it doesn't display the list of books. please offer any help …

Member Avatar for Ancient Dragon
0
116
Member Avatar for Akilah712

Hi, I am writing a program for a bioinformatics class. I have to implement a certain algorithm. I am a biologist and my background in programming is not that great. I have found the algorithm online that I want to implement but I need it explained in regular terms. The …

Member Avatar for Akilah712
0
103
Member Avatar for santiaj

Dear Software Developers, I need help! I work for the Center for Naval Analysis in the DC area and we are seeking developers with C#, XSL, XML, SQL backgrounds. Regretfully, we have been failing miserably :'( in finding quality people because we are not doing something right. Hence, I am …

Member Avatar for Ezzaral
0
126
Member Avatar for trbjr

Experts, My javascript application worked well until I upgraded. I use IE 6.0.29 with SP2 installed. My Firefox browser is 2.0.0.4. Prior to Firefox upgrade all worked well. Now my application in IE works and Firefox gives me error messages that read: [field name] has no properties. The strange thing …

Member Avatar for trbjr
0
122
Member Avatar for w_3rabi

hey guys my question is ....... can the session be used to send data from an asp page to a php and vice-versa ??????????? anyone have an idea about that. thnx anyway

Member Avatar for Dani
0
106
Member Avatar for ThePATRIOT

if somebody can explain it in english Thanks Il sorgente che segue va copiato e salvato in un file con estensione .py ad esempio IO_SMS.py #Importo i moduli import MDM import GPIO import MOD #VARIABILI GSMNUMBER="xxxxxxxxxx" #Numero del destinatario dell'SMS SMSMESSAGE="Il modem Telit con python ti scrive ;)" #Messaggio dell'SMS …

Member Avatar for ThePATRIOT
0
179
Member Avatar for Hamrick

I wrote strlen() for practice but it's really slow. Even if I copy the code from my compiler and run it, it's still slow. This is my test. [code=c++] /* strlen_comp Comparing my and Visual C++'s strlen by Kimberly Hamrick */ #include <assert.h> // for result tests #include <string.h> // …

Member Avatar for Hamrick
0
294
Member Avatar for Mr.UNOwen

Does anyone know how place an applet in full screen without any kind of bordering or buttons so that the applet starts at 0,0 of the screen and goes all the way to the opposite corner. Now I know how to get a window into full screen using: GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice().setFullScreenWindow(Window win) …

Member Avatar for ~s.o.s~
0
109
Member Avatar for katerinaaa

Hi, Iwould like somebody to help me with this exercise : Consider the following relations: BOOKS (Book#, Primary_author, Topic, Total_stock, $price) BOOKSTORE (Store#, City, State, Zip, Inventory_value) STOCK (Store#, Book#, Qty) Consider a distributed database for a bookstore chain called National Books with 3 sites called EAST, MIDDLE, and WEST. …

Member Avatar for katerinaaa
0
1K
Member Avatar for bops

Hey, I have installed Kubuntu linux recently and I am looking for a compiler with an IDE to use with it. Does anyone know of any of these that will run on this OS and that I can get for free? Thanks.

Member Avatar for JRM
0
100
Member Avatar for kshrini
Member Avatar for kshrini
0
70
Member Avatar for vemanamar

Dear programmers, I am a new learner of C. I want to know the format specifier for long long int. I am using .net 2003 for programming. I am trying "%lld", but its not giving right results. Can any one help me with this. Thanking you ! Regards, Amar

Member Avatar for Ancient Dragon
0
183
Member Avatar for smiles

I try to make a simple .vb like this create three textboxes named txtA, txtB and txtAplusB then if you click a button named cmdPlus then the text in txtAplusB will include the texts in txtA and txtB Here is the code for form Private Sub cmdPlus_Click() Call Calculate End …

Member Avatar for smiles
0
569
Member Avatar for arunprashanth

Hi I am using Jboss 4.0.4 server. when i run my application. i.e start my batch file run.bat. it tells Failed to map vhost:mylocalhost1.com did not set the virutal host. so how to solve this problem. Thanks

Member Avatar for lucky1981_iway
0
299
Member Avatar for Ghost

Hi, I am making tic tac toe, and I basically have it all working, except the GUI has a few bugs. Right now, I am not using a layout. I am using "setBounds" instead. When a player wins, an image saying "you win" should be displayed over the title image …

Member Avatar for masijade
0
436
Member Avatar for mrjoli021

I need to be able to work with decimals. Right now I am trying to subract 2 decimals and it is not working I input 10.89 in price and 11 in change the result should be 0.11, but I get 0.19999999 Why? price As Double Dim change As Double Double.TryParse(Me.TPrice.Text, …

Member Avatar for arjunsasidharan
0
86
Member Avatar for Alphard

Public Class Form1 Inherits System.Windows.Forms.Form Private Sub Option2_Click(Inter As Integer) '#Region Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() 'Add any initialization after the InitializeComponent() call '#End Region End Sub 'Form overrides dispose to clean up the component list. Protected Overloads Overrides Sub Dispose(ByVal …

Member Avatar for arjunsasidharan
0
84
Member Avatar for bvgsrs

I am getting compile error C:\Dev-Cpp\Myproj\array.cpp cannot convert 'int (*)[3]' to 'int*' for argument '1' to 'int GetValues(int*)' at the lines indicated in Red. [code=C] #include <cstdlib> #include <iostream> #define MAX 3 #define MIN 0 using namespace std; //int a[MAX][MAX]; int i,j; int Display(int *a) { int n=2; for (i=MIN; …

Member Avatar for Salem
0
113
Member Avatar for bhavin12300

hi i am gonna create a student record keeping application. i just wanna how which are the basic information means the table in my database are require to create common database i just wanna know table name and require filed in each table which are common in all student record …

Member Avatar for sibir1us
0
113
Member Avatar for corinne1985

I am studying for college for a very complex exam that includes database administration project management, system analysis and many others. I have some database admin questions that I really need help with. Any help would be appreciated. here they r: 1. You are tasked with monitoring and tuning the …

Member Avatar for sibir1us
0
242
Member Avatar for ivanfx

Hello, I'm new to the forum so please give a hand:) I've been working with php/MySQL for about 6 months, just trying out new stuff and so, but now I feel ready to build a REAL site! I'd like to make one of those community sites where everyone has their …

Member Avatar for sibir1us
0
110
Member Avatar for dmmckelv

I have created a few projects in VB.NET using Visual Studio 2005. I am wondering how to package the applications for deployment. I would like to be able to upload applications to a server or e-mail the apps. An .exe file with an icon would be great. How do I …

Member Avatar for arjunsasidharan
0
114
Member Avatar for vladdy19

I delcared an enum type in my program: typedef enum {freshman, sophmore, junior, senior }level; then i declared a variable level x=freshman; how can i increase the enum type to go from freshman to sophemore etc.

Member Avatar for Ancient Dragon
0
160
Member Avatar for vladdy19

I'm having trouble writing a Queue class using Book structures i keep getting this error where tried to assign the pointer front and rear to the next or previous link in the queue here is my entire Queue class i have highlighted the parts that gave me the errors <AD: …

Member Avatar for Ancient Dragon
0
200
Member Avatar for ZachH26

I'm quite new to C++ and programming and general and I have a question about arrays. I realize this has been asked before but it has never been sufficiently explained, nor have I ever even been able to use the code given. I work with the standard C++ library and …

Member Avatar for ZachH26
0
379
Member Avatar for vladdy19

along with that error i also get these for that same line error C2143: syntax error : missing ';' before '{' error C2447: '{' : missing function header (old-style formal list?) here is that line of my code [code=cpp]class Queue{ //Number 2 protected: struct Book *front; struct Book *rear; public: …

Member Avatar for WolfPack
0
564
Member Avatar for vladdy19

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 …

Member Avatar for Salem
0
212
Member Avatar for LesC

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 …

Member Avatar for LesC
0
95
Member Avatar for unclepauly

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 …

Member Avatar for unclepauly
0
322
Member Avatar for iamthwee

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 = …

Member Avatar for iamthwee
0
336
Member Avatar for xruxru

Hi I need to build port scanner. Could somebody help me? How should I start? Thanks

Member Avatar for xruxru
0
165
Member Avatar for gllanci

Hello Im makineg a small cms for my purposes and my problem is updating adding dhe DATE, im getting 00.00.0000 can anybody help me making a drop down date with dd/mm/YYYY so I can add - edit ?? Thnx a lot Enjoy Life

Member Avatar for iamthwee
0
108
Member Avatar for bvgsrs

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 …

Member Avatar for ~s.o.s~
0
104
Member Avatar for quintoncoert

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 …

Member Avatar for Narue
0
197
Member Avatar for Bugaya

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 )

Member Avatar for Ezzaral
0
690

The End.