199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for vicky.vignesh

i have some doubts to connect vb with databse.so anybody help me hw to connect this two.

Member Avatar for ryan_vietnow
0
312
Member Avatar for t_yalthis

Hi everyone, I'm using ADODB to connect to an access database and it is working perfectly. but I don't really know that it is going to work when more than one person tries to reach the database at the same time...is it possible? moreover, does everyone has to set up …

Member Avatar for t_yalthis
0
93
Member Avatar for t_yalthis

hi everyone I need to change the system clock and date's language to English. My program is going to show the date automatically in english in every computer that is installed in.. I tried to change the names of the months in to english but it did not work.. do …

Member Avatar for t_yalthis
0
95
Member Avatar for zhapool

im a 1st yr IT student, we have a final project this end of class. . . all we have to do is make a program using java. Honestly, java is very hard for me so if i can have a favor please help me to understand it more. . …

Member Avatar for toxicboy
0
220
Member Avatar for toxicboy

first of all, i am using windows xp, and i am using nasm to assemble my code, and djgpp to compile it with driver.c what i basically want to do is do a chat thing using serial ports, pretty much like Choink23 is trying to do in another thread. here's …

Member Avatar for toxicboy
0
1K
Member Avatar for bilalb1

hi I have the following problem... I have a program (c++ code) which updates some logs ...(i am using linux as the operating system) I was wondering that is there a way by which i can execute this code/program after every two (or what ever time period expires )by creatiing …

Member Avatar for bilalb1
0
115
Member Avatar for plusplus

I'd like to add a color palette to my form, so that the user can choose a color. How can I add such a palette to my form(with all the colors vb offers)?

Member Avatar for plusplus
0
463
Member Avatar for coco86

hi.. I have a problem on opening 2 file ... as below is my code... I want to open 1 file let's say .Dat file and it will trigger the other .Hdr file. the only different is the extension name , 11U06P0434FN.dat and 11U06P0434FN.hdr .... anyone can help me .... …

Member Avatar for coco86
0
93
Member Avatar for nazhanis82

i am new to visual basic and i have a task to design a programme using visual basic for excel to import the raw data and sort it accordingly. i also have to decode that raw data into meaningful data. I hope I can get some guide to finished my …

Member Avatar for QVeen72
0
74
Member Avatar for hus2020

hi...i would be very greatful if someone could help me in solving this problem. i am very new to c language and only familiar to "printf" and "scanf". Problem: [CODE]Write a program that calculates the wages of an employee for the month.(Input from user must include YEAR,MONTH,TIME IN & TIME …

Member Avatar for Aia
0
81
Member Avatar for dmotah

hi, tkx bt i again need ur help guyz! im using a form with post method! bt i want wen the username and password r correct it opens another page, else it comes back to the login! plz watinf thkx

Member Avatar for Pro2000
0
104
Member Avatar for kaleidoscopelex

Im having these problems, it used to work in my website for almost a year then suddenly this error occured.. [B]Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/alexsl/public_html/admin/system/[B]functions.php [/B]on line 291[/B] here's [B]functions.php[/B]: [code=php] <?php // Somery, a weblogging script by Robin de Graaf, copyright …

Member Avatar for stymiee
0
164
Member Avatar for richerTextBox

Does anybody know if there's a way to interact with a printer that prints onto CD's? I've googled it and haven't found anything promising. The app that I'm writing is going to need it. It seem that only the manufacture of the printer can interface with it. Any ideas?

Member Avatar for Ancient Dragon
0
83
Member Avatar for bcm

-------------------------------------------------------------------------------- I'am new 2 programming as well as vb.net so I want any sites from where i can download sample projects. I will be thankful if you or anybody helps me..... Thanking in advance

Member Avatar for richerTextBox
0
99
Member Avatar for satya_mls

hai this is the most important and use full material on C++ and data structures. it is usefull for bot Engineering and Graduate students. Links: <url snipped> Download it as a free Enjoy

Member Avatar for Ancient Dragon
0
47
Member Avatar for ndeniche

i actually feel like a n00b asking this, but i'm a little of what you might call rusted in this stuff, since i hadn't need to handle files for a year now... i searched for some guide, but i only found out how to [B]open[/B] a file... like this:[code=c]ofstream *pfile; …

Member Avatar for Hamrick
0
132
Member Avatar for hapiscrap

i get 3 build errors when i use the numbers, the simple payroll program aint so simple for me im using java tools in x-code [code=cplusplus] #include <iostream> using namespace std; main() { int employeeid; int hoursworked; float hourlyrate, grosspay, taxamount, netpay; float const TAXRATE = 0.10; cout << "ENTER …

Member Avatar for hapiscrap
0
138
Member Avatar for webmaker

I am going around the bend trying to get a return value from a dropdown so that I can use else where on an asp page, it gives the alert ok, however I cannot seem to do anything else useful with it. Any help would be extremely appreciated!!! ...Ian <code> …

Member Avatar for webmaker
0
276
Member Avatar for tygerberg
Member Avatar for orko
0
98
Member Avatar for venomocity

Alright, I have an MCSE and A+ education, but nothing is as confusing as script for VB. Well, I take that back it can be pretty simple but sometimes I just can't see the forrest for the trees. I'm trying to copy the data from a text box named creditbox …

Member Avatar for plusplus
0
140
Member Avatar for plusplus

I'm comparing a text box to a field in my database I want it to give back true only if upper\lower case match and not always when the words are the same. Can you help me?

Member Avatar for binoj_daniel
0
186
Member Avatar for nitin.sundar
Member Avatar for mohammadalipak

After using [INLINECODE]FILE *pFile[/INLINECODE] for file I/O (all the way from [INLINECODE]fopen(pFile, ...)[/INLINECODE] to [INLINECODE]fclose(pFile)[/INLINECODE]), my [INLINECODE]pFile[/INLINECODE] pointer still points to [INLINECODE]0x7803a710[/INLINECODE]. So I figured I better free it. However, when I try [INLINECODE]free(pFile)[/INLINECODE], it pauses execution (while debugging - though no breakpoint is set). When I hit F5 again …

Member Avatar for TkTkorrovi
0
1K
Member Avatar for abraham.obando

has any one come across a problem when reading from a socket that sockets information are interchanged. I have a web server and using sockets i get information from another server but it so happened that two users logged in at the same time and their information was interchanged; meaning …

Member Avatar for abraham.obando
0
83
Member Avatar for mayank_ati
Member Avatar for yoyodelta

I cannot explain this problem, and in searching all over I've seen a few leads but no help. I do not understand at all why I get this exception. It claims I am trying to cast a JList as a DefaultListModel when I'me trying to cast a ListModel and a …

Member Avatar for yoyodelta
0
1K
Member Avatar for ajaytee

Hello, i need to make a major project in Visual Basic.Net. My project idea was to make a program that tells me the value of a persons assets (and hence how rich you are ), provided you enter in data for such things as cars, house, credit cards etc. The …

Member Avatar for Hamrick
0
90
Member Avatar for devsa

hi, I was looking to solve this problem long time ago.My problem is: I have a link on jsp page (witch belong to a website ) when I click the link it suppose to give me the open/save/cancel dialog box to choose to open or save the specified file but …

Member Avatar for devsa
0
145
Member Avatar for binoj_daniel

How can setup an automated mailing of datadriven content on some schedule? How can i implement using PHP? Is there any configuration on the Web Control Panel? Any ideas?

Member Avatar for binoj_daniel
0
82
Member Avatar for bhavna_816

How can i fix the column width at code time so that it cannot be editable at runtime. language-C# Windows application version-.net 1.1 or 2003

Member Avatar for nyashaC
0
120
Member Avatar for tanha

Hello everybody, I use the WAMP5 tools which has the following features: i) Apache 2.2.4 (SERVER) ii) PHP 5.2.3 + PECL iii) SQLitemanager iv) MySQL 5.0.41 v) Phpmyadmin Suppose I have four date fields, and I have a button next to each of them, I like when I click on …

Member Avatar for MitkOK
0
71
Member Avatar for AdventChildren0

Ok so far I got this, it takes a string of characters and prints out their binary representations. I am semi new to C++ and I cant for the life of me figure out how to get the hexidecimal and octal representations of the input. Here is the code so …

Member Avatar for Bench
0
106
Member Avatar for katerinaaa

Hi, I want to save a .txt file into database using java language, how can it is possible ? The .txt file has one word per line and I would like when the program find a string like "<P>" to continue until line with "</P>". If it is found to …

Member Avatar for katerinaaa
0
267
Member Avatar for tshivaraj

Hi All, Is there a way to terminate an AJAX thread. I have an application where if a user selects multiple options in a rapid succession it causes a deadlock situation. I would like to terminate the previous thread, if a new one is spawned. I am using prototype. Thanks, …

Member Avatar for digital-ether
0
140
Member Avatar for newsteve

so... ive created a random slide show of 3 panels side by side, all of them with a random time intervals between each slide. it all works great. im now looking to create a user controlled start/stop option for EACH panel, based on an onclick over each image - and …

Member Avatar for digital-ether
0
154
Member Avatar for scrypt3r

does any 1 know how to give a picture a tag or name and then in javascript or vbscript change it ?

Member Avatar for scrypt3r
0
89
Member Avatar for macneato

Hi, Was wondering if anyone could help me with this little problem I'm having. I'd like to have a comma separator after every 3 digits. E.g "3,000,000". How would i go about this? Thanks in advance

Member Avatar for pritaeas
0
133
Member Avatar for shaqnolysis

HELLO GREAT MINDS OF THE WORLD.....AM studying computer science and algorithms is a new concept to me....I have written an algorithm which returns a smallest value in an array and am not that sure if its correct.... 1 s = A[1] 2 for i = 2 to lengthA[] do 3 …

Member Avatar for shaqnolysis
0
103
Member Avatar for baltazar

Hi there, What I am doing is filling a 2-D array with numbers in a random order. i.e. I pick a position in the 2-D array and input a number there eg: array[2][1] = 3;(this input is received from a text file) In this way, I fill the array but …

Member Avatar for anamika_nagpur
0
114
Member Avatar for shank

I need to know about this powerful VB, and I m a student..............Please help

Member Avatar for vbsqluser
0
108
Member Avatar for jaepi

Hello there, I have here a program that reads a txt file taking each word in three columns separated by a comma and storing it to a vector. It has a filter that whenever it sees a comma, it seperates the word from each other. My problem is, whenever I …

Member Avatar for jaepi
0
128
Member Avatar for umamaheswari

please anyone give me some intro about vb.net.and suggest me any books regarding it.

Member Avatar for vbsqluser
0
114
Member Avatar for zedef

Hi all, i am fairly new to ASP.NET. I am designing a web application that should allow users to directly access it once they logon to Windows Operating system. There's no Login screen on this application. Once the user is in the domain via Windows, the Internet Explorer should read …

Member Avatar for vbsqluser
0
120
Member Avatar for choudhuryshouvi

I want to do something like we can do in VB. I have a string value which is "Dreamboy". now i would like to extract some characters from a specified position within the above string. we can do this in vb by using mid,left and right functions. now i need …

Member Avatar for vbsqluser
0
114
Member Avatar for adnan316

Hello everyone. I am new to this forum. i am stuck on this problem for quite some time and i hope i cud use some ur expertise on it !!! here's the thing - i have developed this web page which is like really long and i have divided it …

Member Avatar for adnan316
0
140
Member Avatar for samycbe

Hi, i am new to .net technologies. i want to startwith a database conn. how to connect with sql server database with my asp.net default page. please explan. samy

Member Avatar for vbsqluser
0
147
Member Avatar for dev.cplusplus

Hi to all, I hope uyou can help with the following situation i have: I have to write a function that receives a parameter, that is unknow until runtime, meaning one of the parameters could be: CString, int, double, bool or something else The function receive additional parameters that are …

Member Avatar for Ancient Dragon
0
76
Member Avatar for ssharish2005

[code] #include <stdio.h> void printarray(const int arr[][3]); int main() { int arr[][3] = {{1,2,3},{4,5,6}}; printarray(arr); getchar(); return 0; } void printarray(const int arr[][3]) { int i,j; for(i=0;i<2;i++) { for(j=0;j<3;j++) printf("%d\t", arr[i][j]); printf("\n"); } } [/code] This above code tends to give me a warning. [code] 9 D:\cprogramming\arr1.c [Warning] passing argument …

Member Avatar for Hamrick
0
106
Member Avatar for shank
Member Avatar for jocrenalix
0
86
Member Avatar for Arctic wolf

Hello everybody, I wrote a program that can save some data into file and then read it from there,the weird thing is that it loads correctly from the file only when it's in debbug mode,and doesn't do it at all when it in release mode. Here are the code fragment: …

Member Avatar for Arctic wolf
0
305

The End.