199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for amithasija

i have been using instant rails to run my application with apache server ,now i want to install plugins but i m not getting the right way to do it ; i gave install plugin from console but every time error comes.so can any body tell me how to install …

Member Avatar for amithasija
0
108
Member Avatar for abc12345

I have written a shell script for transfering files from ftp1 to ftp2. In ftp1 there can be any number of directories,For eg under sourdedir (mentioned below)there can be any number of directories eg /opt/lampp/htdocs/scrap/test1/ under test1 1.7505-----1.zip 2.2505------2.zip In each of the subdirectories there wilI have written a shell …

Member Avatar for peter_budo
0
153
Member Avatar for Naveed_Cn

Hi Everyone Please anyone tell me how can I use the following code in vb6 Module. Dim db As Database Dim rs As Recordset Private Sub Form_Load() Set db = OpenDatabase("C:\MyDatabase.mdb") End Sub Thanks in advance

Member Avatar for manoshailu
0
96
Member Avatar for unclepauly

I've been learning about aggregating COM objects. I dont understand why we 'need' 2 IUnknowns (ie the delegating IUnknown and the Non-delegating IUnknown). Surely the same effect can be achieved with just the 1 usual IUnknown? Eg, The outer component implements interface IX and aggregates interface IY, which is implemented …

Member Avatar for unclepauly
0
170
Member Avatar for Naveed_Cn

Hi Everyone I want to use other languages in vb6 textboxes like Arabic, Farsi and especially Urdu. I have little knowledge that it can be done by API programming but I don't know the code which can be use for different language. For Example for USA English we can use …

Member Avatar for Naseem89
0
102
Member Avatar for paodzy

can you please help me how to insert a picture background.please give some example of vb6 source code regarding with inserting picture backgorund.

Member Avatar for manoshailu
0
275
Member Avatar for Vaishali Chavda

When i m strating the sql server 2005 , it asks me the server name.. What is the server name that i have to enter for the connection.. thanx.

Member Avatar for gau_1982
0
120
Member Avatar for michael.ngobeni

Good day, I have a PDF file that acts as my template. I know how to use the x, y cordinate to put an image into that PDF file. My problem is that my PDF file has about five pages and I want to put this image in the second …

Member Avatar for michael.ngobeni
0
129
Member Avatar for guru511

How can i access data from MS Access using VB6 (I need the connection code) can u plz tell me the code for accessing tables in MS Access using Visual Basic 6. my access tables are in a server not in my local computer..... plz let me know the code

Member Avatar for guru511
0
186
Member Avatar for vinod_javas

Hey guys., I just want to know about the MVC pattern in java swing. up to my knowledge i knew ...... Model is used for storing information like Scrollpane height=50 width=60 like that and view is used to show the output view.. like how scrollpane looks like... and controller is …

Member Avatar for thekashyap
0
156
Member Avatar for gopi kannan

iam feelin little vague while passing array to functions and passing function to a function...could u plzz explain...

Member Avatar for ndeniche
0
84
Member Avatar for vandana.ahuja

hi all well i m new to asp.new.. i have a problem that i m having two tables in a single dataset.. not i want to display that.. so i bound dataset to the gridview.. can anyone tell how to display both the table data in a single gridview. regards …

Member Avatar for vandana.ahuja
0
140
Member Avatar for complete

I am used to VC 6.0 and the class wizard. Now I am using Visual Studio 2005. How do I launch the class wizard from a menu command. I have found that if I double click on a dialog box, the class wizard comes up. But how do I do …

Member Avatar for Ancient Dragon
0
174
Member Avatar for Mr.UNOwen

So I'm creating a game using Applet and I was wondering what would be the largest resolution I could ever consider for a game to run at 12 frames a second on a typical gaming computer? (BTW: This game is running on a local machine and NOT over the web) …

Member Avatar for Mr.UNOwen
0
153
Member Avatar for kodiak

Hi, I was inspired by cygwin to code my own little shell that allowed you to use ksh or bash commands(haven't decided yet.). Should I go about doing this by using the system() function, or some other way?? Thanks, Kodiak -

Member Avatar for kodiak
0
116
Member Avatar for Kob0724

So I've got this jtable set up that displays the contents of an arraylist by use of the handy dandy table model (see code below). you'll notice it calls a method makeTableArray() (see code below) in order to figure out what the array that its going to use is. In …

Member Avatar for Ezzaral
0
246
Member Avatar for adotl

Im starting a course next year which will cover a C++; I was wondering whats the best software to start coding in C++? I noticed my college use NetBeans which is an IDE which may be a start? Any help appreciated.

Member Avatar for jbennet
0
141
Member Avatar for mauro21pl

Hi to all I have a quick question. How can go through the integer to find if there is any specific number. For example my input would be 234446 (integer is of type long),and now I would like to check that integer and find how many 4's are in there …

Member Avatar for mauro21pl
0
111
Member Avatar for egboy

I hope any one help me find a tutorial for programing microcontroller with C or C++ i need this really.

Member Avatar for egboy
0
316
Member Avatar for DeathEvil

I have problems validated user's input inside the function, I know validating strings can be tricky( I have included > MAXFL just to show you want I would like it to do), but the code below even fails to validate the hours, pay_rate, and deferred which are floats. What is …

Member Avatar for iamthwee
0
99
Member Avatar for orion_nsk

Hello Everyone, I need help in Accessing Website through VB6. I want to login in a site, the username and password of the site are accepted in two textboxes. Anyone have any idea how to go for it!!!

Member Avatar for orion_nsk
0
83
Member Avatar for md_salman

Hello, my question is: Why do we have separate layers of classes when developing a web application. For example a DAO layer, DTO layer, business services layer etc.I mean why do we follow this approach. What's the purpose of having DTO layer, if its just transfer ot data we can …

Member Avatar for jwenting
0
80
Member Avatar for rdhiravani

Hi, I want to add a jar file to another jar file in such a way that my code should be able to access it(ie. internal classes of that jar). Thanks in advance.

Member Avatar for jwenting
0
4K
Member Avatar for Akilah712

Hi, I am working on a program that reads through a file, gets the words, and finds all the anagrams in the file. For example if the input is Pans stop pots pots Sits it's snap I have no trouble reading the words from the file. I create a signature …

Member Avatar for iamthwee
0
287
Member Avatar for niki4ko

How can i copy Tables from mssql server from my computer to oder /from my server to oder/. The Data Bases are ready created i must put only the Tables to oder DB. Please can you tell me how?

Member Avatar for niki4ko
0
98
Member Avatar for mytime19

[COLOR=green]I have created a picture viewer in C# but it's giving 2 errors, i don't know how to deal with them. I'm at beginner level in C#. So please help me in this, I have written the code and errors below, you can look at that. [/COLOR] [CODE] using System; …

Member Avatar for f1 fan
0
175
Member Avatar for javed_PUCIT

Aslam! Dear I want to draw a line in list box of his own chice by specifing the poit of line. Is it possible? If not then which compnent of GUI is best for this purpose and try to give the solution whith example Thanks

Member Avatar for f1 fan
0
274
Member Avatar for tgifgemini

Good morning everyone - I am using VB6. I need your assistance. I used the "CopyFromRecordset" function to populate my spreadsheet. Some of the fields in the access file has date values and some has number values (integers), but after importing into the spreadsheet, the numbers convert to date values(1/1/1900) …

Member Avatar for tgifgemini
0
113
Member Avatar for Stivi

Hi, is there some way how to force asp.net (C#) webpage wait with other orders in code? I mean something like this: 1 - make something 2 - wait 5 seconds (for completing previous tasks) 3 - continue with other orders Thanks, Stivi

Member Avatar for rpgivpgmr
0
578
Member Avatar for mybellame

Hi, How can I change the current recordset in a form to a new recordset using a query in vba? i.e. To populate the recordset in my form I have a combo box that is used in a query to populate the recordset. The recordset is a subset of my …

Member Avatar for mybellame
0
139
Member Avatar for ace5798

PLEASE HELP.... I was wondering if someone could help me. I am taking a programming class and I am having alot of problems. When I began my class we were given a copy of Visual Studio 2003. I had alot of problems with it and when I would go to …

Member Avatar for quintoncoert
0
114
Member Avatar for xwings

I just learn how to do a programming with vb6, and i have few problem that i need to get some advise and idea from experts here. Ok I successfully captured a data from a notepad text, and my access database data filed is look like this; Schedule sku size …

Member Avatar for QVeen72
0
106
Member Avatar for lasherz2

Hi, anyone know how to implement an audit log for users of a system in at any paricular time.Its part of the requirements am supposed to implement in a system.Its supposed to show who logged in,time/duration and time of log-out. Am using VB6.I will appreciate any help.thanx in advance

Member Avatar for lasherz2
0
85
Member Avatar for Rob Konikoff

I have two snippets of code used in Microsoft Access 2003 VBA. It takes and integer and checks to see if it is in one of five groups; less than 2, =2, 3 or 4, and 5 or greater. Using IF-THEN-ELSE works, but Select case doesn't! Here are the snippets: …

Member Avatar for QVeen72
0
101
Member Avatar for m_meena

Hi, On building a windows service, i m getting the 57 errors and 11 warnings. All the errors are about structure redefinition. Given below are some of them. :\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include\winsock2.h(112) : error C2011: 'fd_set' : 'struct' type redefinition C:\Program Files\Microsoft Platform SDK for …

Member Avatar for m_meena
0
271
Member Avatar for Pim

Hello, I'm very new to Pascal, just wrote 'Hello World', so just a silly question. In the tutorial I'm following now, it said you can put a comment at the top of your program, but in my case, the compiler then crashes (Free Pascal, latest version). Is it me, the …

Member Avatar for Micheus
0
98
Member Avatar for fayyaz

Hi All I want to change format of system Time display by my program for example if format of system time is "hh:mm:ss AM"(12 hour clock format) I want to change it to "HH:mm:ss"(24 hour clock format) is any solution for this purpose? thanks

Member Avatar for Micheus
0
590
Member Avatar for richip

Is there any way to set the perl library search path to the path that holds the perl script at compile-time? In other words, I'd like it so that I can keep my perl scripts and perl modules (.pm) in the same (arbitrary) subdirectory and have it work by just …

Member Avatar for masijade
0
486
Member Avatar for MB1765

For instance I want to implode these strings and prevent bad print $a = "Apple in pesian( "; $b="سیب"; $c=")use as a medicine for all illnesses"; print implode( " ", array( $a, $b, $c ) ); It's bad print // use as a medicine for all illnesses( سیب )Apple in …

Member Avatar for MB1765
0
169
Member Avatar for mrjoli021

I am using VS 2005 to connect to my MS SQL server. I dont have remote access or anyother way of getting into the box. I am missing Object Explorer in the vs. I need this in order to set some contraints on the database. Is there a way to …

Member Avatar for arjunsasidharan
0
81
Member Avatar for sql_lad

hi, does anybody know how to update garbled characters that are being stored in the database..i am storing vietnamese characters in my db and found out that it some characters are garbled appeared as ? or squares... any help is grately appreciated..thanks in advance.. :):)

Member Avatar for Geek-Master
0
84
Member Avatar for Dsiembab

Hello, I was wondering if someone could point me in the right direction. Is their anyway in php that I can change the outlook of an xsl file and include variables from my php script. I have an xsl file, I changed the file extension to php and it worked …

Member Avatar for Dsiembab
0
120
Member Avatar for DeathEvil

i have line: [CODE] #define REPORT_HEADINGS_1 "\n Employee Pay Reg Hrs Gross Fed SSI Net\n"[/CODE] but when I document my source code (print it to pdf for ex) it is too long and it wraps it up when I try to insert a line break after REPORT_HEADINGS_1 [CODE] #define REPORT_HEADINGS_1 …

Member Avatar for iamthwee
0
90
Member Avatar for DeathEvil

Can someone please explain to me and show a sample of using external function? Let say I have my main file: main.c and other file only with function: print.c I know I should prototype print function in my main.c, define it in print.c and call it from main.c. (at least …

Member Avatar for iamthwee
0
268
Member Avatar for Lomas

[code=php] <?php if ($id == 1 && $lang == 1) { echo "hello"; } ?>[/code] hey guys i am working for my final year project. i have a problem. when i tried to run this url on my pc [url]http://localhost/filename?id=1&lang=1[/url] it wouldn't work.... but when i tried this on my …

Member Avatar for Eko
0
135
Member Avatar for Firestone

I'm trying to write a program to reverse a string, letter by letter. This was my latest attempt: [CODE] #include <stdio.h> #include <stdlib.h> #include <string.h> int main(void) { char oldMsg[100], newMsg[100]; int cd = 12, cu = 0; strcpy(newMsg, "Hello World!"); while (cd > 0) { newMsg[cu] = oldMsg[cd]; cu++; …

Member Avatar for Firestone
0
154
Member Avatar for mustoora

My program should work in such a way there's a button that we can click. And everytime I click it, it should update a graph in another form. How do I do that? Because right now, everytime I click it, it only opens the form as for now, the only …

Member Avatar for mustoora
0
141
Member Avatar for jenco

I am struggling with how to make an Item selected from a ComboBox change the color of a square on the form. If I enter code in the OnClick event of the ComboBox, then as soon as I click the box the square changes color. But there are also Circle, …

Member Avatar for Killer_Typo
0
105
Member Avatar for saswati_mishra

Hi, I have a jsp which contains a list of radio buttons. I want that when the user selects any one of them the value of the corresponding radio button be passed to a textbox on the same page. How would I do that, I have no idea. Please help!!!!!!!!!It's …

Member Avatar for Ezzaral
0
83
Member Avatar for kristinaswan

Sorry this is so long, but I don't know what would be needed to help me. I also aplogize for my messy coding and lack of notes. I am doing a project for a friend, but am having an issue with modfying an MS Access database with a windows form. …

Member Avatar for Fungus1487
0
138

The End.