199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for vbCNEW

hey good day to every one.. im just curious.. WHO needs vbgame [URL="http://www.daniweb.com/techtalkforums/thread77239.html#"]developers[/URL]? heres my side.. first im a vb programmer.. i do game back then in vb6.. and its a real job.. but now as i seach for a new job, i cant find a job that needs vb …

Member Avatar for vbCNEW
0
127
Member Avatar for farney

Hi all. I am trying to setup a Login Script in VB.net. I have been trying to use the below code: Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogin.Click Dim mypath = Application.StartupPath & "\security.mdb" Dim Password = "" Dim conn As New OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\Phoenix\Develop\mailorder\mailorder\security.mdb") Dim …

Member Avatar for Proteus
0
179
Member Avatar for Andy Greenwood

Hi All, I have built a section for my site which is to be used by administrators, In which I have a page where I can update records within my Access DB. All of the fields work fine apart from..... The radio buttons. Currently when updating a record and selecting …

Member Avatar for Andy Greenwood
0
132
Member Avatar for octogon

Hello everyone, I am currently developing an excursion booking system and I am looking for some advice on some matters of database design. At the moment I have the following tables in my system : a table 'user' which holds information such as : login,password,firstname,lastname,address,... Q: is it better design …

Member Avatar for jbennet
0
84
Member Avatar for anw

I have a daemon I'm working on that seems to bomb out in the middle of strcmp, WAY down in the bowels of the ODBC library. It would run for hours, then just mysteriously quit (well, as mysteriously as a SIGSEGV can be)- classic memory corruption symptom. So, I built …

Member Avatar for Salem
0
111
Member Avatar for ranindu

here is the code.... below is my problem............. /* <applet code="Assign2.class" width=350 height=350> </applet> */ import java.awt.event.*; import javax.swing.*; import java.awt.*; /* Class Name - Assign2 PRIVATE FEATURES private JButton buttons[] // array to store buttons private String labels[] // array to stoer the department name private JPanel thePanel; // …

Member Avatar for iamthwee
0
266
Member Avatar for obscured47

hey guys, can anyone tell me what's wrong with my code? im trying to test if the input ($no) is a number: [code] read no echo $no | egrep - c "^[0-9]*$" | wc -l > y [/code] y now should be 1 if the user enters a number but …

Member Avatar for obscured47
0
98
Member Avatar for pokahantos

Hi, I dont know if this is the suitable forum or not... but let's check and i am sorry :icon_redface: I want to develop a site for a smart device... does ASP.net support this? How could i creat this... should i use the general ASP.net website but with bages size …

Member Avatar for pokahantos
0
69
Member Avatar for Lutzee
Member Avatar for Ancient Dragon
0
49
Member Avatar for Seb_london

Hi Guys, Does anyone know how to remove the space between the paragraphes when creating a new element <p>? (see the example below). [URL]http://www.mozilla.org/docs/dom/technote/intro/example.html[/URL] Thanks!

Member Avatar for AnzJ
0
74
Member Avatar for eeeraser

hi again .. Does anybody have any idea how could I draw a line between two points using assembly language? e.g. if you have the first point DX1, CX1 and DX2, CX2... I wanna draw a line between them, simply, I wanna program that I give him two points and …

Member Avatar for Salem
0
310
Member Avatar for Clanham

I am trying to display all data from my MYSQL database but it results in a blank page: <? mysql_connect($host,$username,$password); @mysql_select_db($database) or die( "Unable to select database"); $query="SELECT * FROM events"; $result=mysql_query($query); $num=mysql_numrows($result); mysql_close(); echo "<b><center>Database Output</center></b><br><br>"; $i=0; while ($i < $num) { $title=mysql_result($result,$i,"title"); $title =mysql_result($result,$i,"title"; $description =mysql_result($result,$i,"description"; $organization =mysql_result($result,$i,"organization"; …

Member Avatar for dr4g
0
98
Member Avatar for realnsleo

could anyone please help me and show me how to validate a form with the php_self function and the error message appears to the side of where the error came from. Thanks. You could also give me useful links.

Member Avatar for dr4g
0
99
Member Avatar for Anonymusius

I have a program which requires a database. So I made a file that could generate the sql to create it (I copied the sql from PHPmyadmin as reference). When I execute the sql I get the error: [code]You have an error in your SQL syntax; check the manual that …

Member Avatar for dr4g
0
110
Member Avatar for praveendesilva

hello, I want to enter only numbers or only alphabets in my text box in vb.net. wat code should i use in the keypress event to solve this problem Like in vb 6 we use key ascii what is the similar thing in vb.NET PLS help its very imp and …

Member Avatar for waynespangler
0
101
Member Avatar for ReeciePoo
Member Avatar for 7arouf

hi i don`t know if this is the right forum for this but its an emergency.... does anyone know how to add pictures to MS Access database!! like, to add a column called pictures and under that column we have all the pictures displayed!!! plz HELP

Member Avatar for jbennet
0
80
Member Avatar for roketto

Hi there... I'm pretty new to java, just learning arrays now. I've written a program that deals a "poker hand" to 4 players, using methods, but the problem with that is sometimes the same card gets dealt more than once. I'm now trying to use a boolean array of size …

Member Avatar for thekashyap
0
2K
Member Avatar for Dhanesh.M

help! I have made three UI forms to accept inputs from the user (it is about airline reservation for my academic project),I want to open these forms in succession following the inputs from the user so how do i manage to open up these forms...Help me

Member Avatar for jwenting
0
92
Member Avatar for donaldunca

This is my code: [code] #include<stdio.h> #include<conio.h> #include<alloc.h> #include<string.h> #include<dos.h> typedef struct node *nodeptr; typedef int infor; struct node { infor data; nodeptr left; nodeptr right; }; void insert(nodeptr p,nodeptr *T); void insert_node(infor e,nodeptr *T); void freenode(nodeptr p) { free(p); } void init(nodeptr *T) { *T=NULL; } nodeptr remove(nodeptr p) …

Member Avatar for Rashakil Fol
0
181
Member Avatar for NSta

okay i have a simple program that has a class of objects some textboxes etc. What i do is enter information in and it saves an object to a text file. Now i open a new project and want to use the text file that was previously created and read …

Member Avatar for NSta
0
143
Member Avatar for CodyOebel

I hope this helps for some of those wanting to create a basic menu. [code] #include <iostream> #include <dos.h> #include <windows.h> #include <string.h> #include <fstream> using namespace std; int main() { ofstream OutFile("OutFile.dat"); top: system("cls"); //Opening first prompt to introduce software designer system("title SAT-FAST"); system("Color 6"); cout<<" Created and Developed …

Member Avatar for CodyOebel
0
100
Member Avatar for brightmohan

Hello Geeks! I have tried real hard trying to figure out the solution for why the getchar() and fputs() arent working in my program. I have already wasted so much time thinking and debugging about it and here I am after registering wid DANIWEB for the first time. I will …

Member Avatar for brightmohan
0
389
Member Avatar for cool dude

Hello. This is my first time posting and i hope i'm not going against any rules. I got an assignment where i had to translate High level programming language (Turing) to low level language (Assembly). The following was the Turing code: [code=assembly] var x, y : array 1 .. 20 …

Member Avatar for cool dude
0
180
Member Avatar for mojeze3

this is an example of the file: Caldwell E.,CSC,25,5,500.00,250.00,100.00,20.00,1000.00 there are 18 of these entries in the file consists of : last name and first initial,department,miles walked,number of pledges, and the pledge amounts. I have to : 1. display the file content 2.compute the total pledges obtained by each person …

Member Avatar for antaryami
0
93
Member Avatar for ranindu

hi, When you are using the Jprogressbar the % completed is usually printed in the middle of the bar. Can you change it to be printed at the end of the completed % . is there a method for that??? can anyone help me with this please..............:((

Member Avatar for antaryami
0
88
Member Avatar for MimieIdayu

how do i "hide sheet and hide window" like in spreadsheet.please help me in java swing code...a.s.a.p.thanx:pretty:

Member Avatar for antaryami
0
84
Member Avatar for cjwenigma

I got this question wrong on my final.. Just wanted someone to help me understand it..... Convert the decimal value 99 to hex digits representing the ASCII Characters for the value. i put the letter c.... and i got it wrong.. any help?

Member Avatar for Ancient Dragon
0
83
Member Avatar for Mashadar

Hi, I have created an on-the-side project to test some code which I hope to merge with my main program, however I've noticed that the output generated varies between two compilers (VC++ 2005 Express and Dev-C++). Since I am doing the project in VC++, it's output has had me scratching …

Member Avatar for Mashadar
0
168
Member Avatar for Mini_The_Great

Heres my current code: [code=cpp] #include <windows.h> #include "menu.h" int win_w=640; int win_h=480; const char* win_cap="VMake"; LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); static char gszClassName[] = "db"; static HINSTANCE ghInstance = NULL; int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { WNDCLASSEX WndClass; HWND hwnd; MSG Msg; ghInstance …

Member Avatar for Ancient Dragon
0
145
Member Avatar for bob1989

having problems on how to start doing this program as i missed the lectures and practical classes involving that.. so any help on how to start the program..do the table and plot the position of the projectile would be appreciated a lot..the file is attached . thanks a lot..

Member Avatar for Narue
0
118
Member Avatar for HLA91

Hi I got this script of a tutorial site and I placed it on my site but it seems to work fine apart from it doesn't send the email can anyone help me please. the contact us page [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> …

Member Avatar for HLA91
0
165
Member Avatar for ChadW

Hello and thank you for taking time to read my question. I have been charged with the task of creating a scoreboard for use by one of our local teams, the problem is that I am still very new to visual basic (I am using Visual Basic Express Edition). I …

Member Avatar for Dukane
0
270
Member Avatar for leenasingh
Member Avatar for CRD
Member Avatar for jenco

Hi, Is there someone out there who can help. I've written some simple functions, on the same page as the main code: [code] bool IsAVowel (char ch) { if(ch=='a')|| (ch=='e') || (ch=='i') || (ch=='o') || (ch==''u) { return true; } return false; } [/code] The compiler message gives 'linker error' …

Member Avatar for anw
0
67
Member Avatar for Dani

I am calling a JS file with a [INLINECODE]<script src=...>[/INLINECODE] tag in the header. It's a rather large file. The thing is, there is one function in the file that needs a query parameter, and I therefore must pass it to the file, making the file not really cachable. Should …

Member Avatar for Dani
0
95
Member Avatar for shy_wani

hi.. i wonder, what is wrong with my code? i want to let user update their previous question based on question number they selected. i have a dropdownlist called [B]qnum[/B]. when the qnum index changed, it should load respective question to textbox [B]question[/B]. however, i don't manage to update in …

0
96
Member Avatar for guy40az

I am trying to get the system date into 3 different varibles Month,Day, and Year but I cant figure out how to get the system date from the OS.

Member Avatar for guy40az
0
97
Member Avatar for donaldunca

Could you tell me the mean of this code? [CODE] while(1) { // do something [/CODE] thanks!

Member Avatar for donaldunca
0
128
Member Avatar for jan1024188

hello, I saw option of MFC project in VS2005 and I d like to know what MFC is, and what can we do with MFC. I presume MFC is C++ based, but does it need any framework? And whats the difference betwen Winapi and MFC? What can you actually do …

Member Avatar for jan1024188
0
127
Member Avatar for iTaChi

Hello, I want to know where to start in software programming in C and C++, I know their basics, i can write programs of mathematical solutions, but, can you please help me, adjust to a higher level, like software programming, Thank You Guys!!

Member Avatar for Narue
0
149
Member Avatar for stanwaka

Hi people. I've been writing a little application and I want the user to be able to exit a form by pressing ESC key. I have tried a this so far but no joy: [code] Private Sub frmMenu_KeyPress(KeyAscii As Integer) If KeyAscii = 27 Then KeyAscii = 0 End End …

Member Avatar for leoimperial
0
106
Member Avatar for igd_da

I am a student in a game design lab and we are trying to broaden the scope of games. Please help us by taking our quick survey. There are two parts: a question/answer portion and a series of very short games. Flash player is required and you must use Internet …

Member Avatar for jbennet
0
145
Member Avatar for ReeciePoo

How do you add columns in list boxes so u can have sortable sections for us in a database project | Column 1 | Column 2 | Column 3| |-----------------------------------------| | Data here | Datahere | DataHere | ______________________________

Member Avatar for PVBert
0
102
Member Avatar for Legend01

Hi all i have recently been using fireworks MX and have created a working menu. it is uploaded on my server and currently have it in a html page as this was the code fireworks gave me. How can i put this html / javascript menu into a php block? …

Member Avatar for w_3rabi
0
233
Member Avatar for naviabnsi

hi i m using sql ad vb.net for my project can somebody plz send me the code of last button

Member Avatar for arjunsasidharan
0
75
Member Avatar for mstester

Hey all, Just wondering is it possible to have a drop down cell in a datagrid? and if so how the hell do i do it :) Thanks

Member Avatar for arjunsasidharan
0
83
Member Avatar for BalagurunathanS

Hi all.. Can anyone provide me with the code convertor tool...ie.the tool which converts the vb.net code to C# code and vice versa... It would be better if the tool is an .exe.. Some one help in this regard as early as possible... Regards, Balagurunathan s

Member Avatar for arjunsasidharan
0
79
Member Avatar for t3hfr3ak

Ok... I am making a frogger game and I have 3 Timers... 2 of them have 1 cars and 1 timer with 2 cars. Each time the timer goes through its cycle it declares the position of the car. Then Calls a function. The timer with the two cars Calls …

Member Avatar for t3hfr3ak
0
193

The End.