Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~4K People Reached
Favorite Forums
Favorite Tags

9 Posted Topics

Member Avatar for danthevan

Well I have a small problem. I'm currently working on a project and I want to check if the user has pressed the space. Let's say I have [CODE]string Txt = "Hello, daniweb"; [/CODE] and I have a textbox which the user is writing on it. I have made a …

Member Avatar for Mitja Bonca
0
98
Member Avatar for danthevan

Hello I'm a vb.net programmer and I am learning java so I was trying to figure out what is "sender" (VB.net) keyword in java? sender is simply a keyword in VB.net, for example you have multiple buttons having the same event and the code but you differentiate them in the …

Member Avatar for danthevan
0
272
Member Avatar for danthevan

Well I was an old vb.net programmer,but not very professional and so with Java. I know the basics stuff how to think and how/why to write variables, methods, functions, threads, networking using streams or packets, and even I can write a database program which retreive records and insert records in …

Member Avatar for JamesCherrill
0
205
Member Avatar for danthevan

Hello, I'm trying to make a chatting app just for educational purposes, to improve my skills and I got a question, or maybe a problem. Look at the Code first: [CODE]/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* …

Member Avatar for danthevan
0
161
Member Avatar for danthevan

Hello, I have a weird problem while running my project. I use netbeans and here's my code and the problem is explained after the code. [CODE]/* * NetworkingView.java */ package networking; import org.jdesktop.application.Action; import org.jdesktop.application.ResourceMap; import org.jdesktop.application.SingleFrameApplication; import org.jdesktop.application.FrameView; import org.jdesktop.application.TaskMonitor; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.Timer; import javax.swing.Icon; import …

Member Avatar for danthevan
0
238
Member Avatar for danthevan

I am a student and we are working on a project in Access database but in windows. When I go back home I tried to run and edit the project but it didn't work. Notice that I don't have Access installed on my mac. My questions: 1- do I have …

Member Avatar for Ezzaral
0
144
Member Avatar for juniorsilver

It's very simple, just after your Save button or you can make a refresh button you can add the code to fill the datagrid view again. For example I have a Save button, I did the code "insert into......." after the the code which saves the query you will add …

Member Avatar for juniorsilver
0
2K
Member Avatar for aadi_capri

First of all if you want to make a connection between VB.net and a database using oracle you have to to the following [CODE]Imports System.Data.Odbc[/CODE] at the top of the form code file. then add 2 variables for the ODBC connection and command [CODE]dim Mycon As New odbcConnection dim Mycmd …

Member Avatar for danthevan
0
184
Member Avatar for danthevan

Hello, this is my first thread in DaniWeb.. I'm still a VB.net beginner and I like programming so much. I had a problem when I was making Tic Tac Toe code, it was just for practicing so I have created a form and added 9 buttons and named them btn1, …

Member Avatar for Unhnd_Exception
0
153

The End.