Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
3 Commented Posts
0 Endorsements
Ranked #2K
~13.7K People Reached
Favorite Forums
Favorite Tags

35 Posted Topics

Member Avatar for Nickair

i am sending you some important links to download programs and learn java easily 1.)[url]https://suned.sun.com/APPS/US/SESWEB[/url] 2.)[url]https://freshbrain.org/explore/web[/url] 3.)[url]https://www.dev.java.net/servlets/StartPage[/url] 4.)[url]http://www.w3schools.com[/url] 5.)[url]http://www.javapassion.com/netbeans/masterindex.html#General_IDE_tutorials[/url]

Member Avatar for Sonny101
0
157
Member Avatar for hell_tej

I ma creating a Project on Java Uaing editor NetBeans 6.0 In this project, i want to put Dynemic image on JLabel which gets the Image Path from Database. It works Properly BUT.... The size of JLabel autometicaly adjust:( If the Image size is 1024x672 then JLabel covers whole Swing …

Member Avatar for javaAddict
0
5K
Member Avatar for hell_tej

:) Hi Masters, I m creating a project of VB to Access conectivity. I need that i want store data in server, there is 5 PC server-client networking.[B]How can i write Program in VB to STORE DATA IN SERVER[/B].I m totaly blank for this problem. :'( Please Help me to …

Member Avatar for AndreRet
0
233
Member Avatar for hell_tej

Hi Frends, I m creating an project. In this project i need to store image in oracle database. I don't know how to store image in Oracle Using VB6 i want to add image by add Dilogbox How can it is possible? Please Send me answare and Coad if needed. …

Member Avatar for tmdeeps
1
159
Member Avatar for Leesha

Hi, My Sugesan that create one big project like Mobile Company database Software it contain PUK_no,custno,simno,Started servicees,stoped Services,service History,customer Information, Charge, Balance, Running Schme,help line support rate,etc. All fields are devided in meny tables like Custinfo,SUK,GSU,comp_infoetc. and all are related to eachother in ORACLE database

Member Avatar for zebnoon
0
179
Member Avatar for weblover

hi I suggest you to drow an image on JPanel because if it put on JLable the lable size will set autometically as image size. 1).Create a Innerclass which extends JPanel 2).then override a paintComponent Method that contain Image object 3).Check weather panel exist or not 4.)then if panel not …

Member Avatar for verruckt24
0
1K
Member Avatar for hell_tej

Hi Friends, My BCA(Bachelor of Computer Application) 6th sem Precticle exam is After 3 Days, so i want some good prectice of programs but i have no good Questions for prectice. Can you give me Some Servlet,JSP,RMI,and J2ME questions so i can practice that programs.:)

0
68
Member Avatar for hell_tej

hi I am using NetBeans 6.0 to create my Desktop Application which is swing based Database Application. I want to create a splesh screen in my application using JavaFX but i don't know how to visible created JavaFX. Can Anyone tell me how to create Splesh screen using JavaFX or …

Member Avatar for peter_budo
0
156
Member Avatar for hell_tej

I need some help about how to connect MS Access database in NetBeans.I visited [url]www.netbeans.org[/url] but didnt got much help related to MS Access. What I did is I start from Net Beans Desktop Application ....But when i select the option of database in it ....It asks Database URL....I have …

Member Avatar for hell_tej
0
203
Member Avatar for tksrules

My dear Friend, I think you are a beginner in java like me. so i am giving you steps to create Swing application 1).import all swing library packegs like import javax.swing.*; 2).then create class which extends JFrame class 3).define two private JTextField as instance object 4).one private JLable as instance …

Member Avatar for BestJewSinceJC
0
140
Member Avatar for weblover

following code represent the simple Applet Source Code [ICODE] import java.applet.*; import java.awt.*; import java.awt.Graphics; /* <applet code=applet3 height=300 width=300> <param name="data" value="SATISH"> </applet> */ public class applet3 extends Applet { public void init() { setBackground(Color.gray); } public void paint(Graphics g) { String s; Dimension d; d= getSize(); int x,y; …

Member Avatar for weblover
0
151
Member Avatar for charlie81

Your Error in JOptionPane code write That code as Follows JOptionPane.showMessageDialog((Component) null, "Sum is:-", " your sum is " + String.valueOf(sum),JOptionPane.PLAIN_MESSAGE);

Member Avatar for charlie81
0
193
Member Avatar for hell_tej

Hi Folks,:) I am a new Programmer in NetBeans. I ma creating a [B]Desktop Application[/B] in NetBeans 6.0. Almost my Whole Application is Completed. now my Customer Request me to get Authorisation Access(Password Window) at the Startup of Application. :S Now The problem is that i can't create a JFrame …

Member Avatar for hell_tej
0
266
Member Avatar for redZERO

hi I had also this question before one month ago. but now it solved. use Panel to stratch the image first is use BufferedImage to get the image then create one class which extends one JPanel and override one method named paintComponent to drow image on JPanel the code is …

Member Avatar for hell_tej
0
169
Member Avatar for KraZy-Yhan

look if you have another class like follows so [ICODE] public class CallExample { //first create an instance of Example Class } [/ICODE]

Member Avatar for hell_tej
0
78
Member Avatar for hell_tej

I am working on a project which requires to display image dynemicaly by selecting the JTable record. At the First time selection Image displayed. BUT when i click on another row of JTable Image can't Update i use repaint method also to drow again the Panel but it can't works. …

0
77
Member Avatar for javac
Member Avatar for hell_tej

hi Frends, I am a NetBeans user, I show an error in My project when i click on Design view of JFrame. Error is:-"The File Formate is Not Recognized" this is my project database's JFrame. i can't see the design view but ican write code in it. In code window. …

Member Avatar for quuba
0
140
Member Avatar for Entropy1024

Just Try this i think it's works :) [ICODE] Data1.Recordset.Fileds(“ResultString”) = Data1.Recordset.Fileds(“String1”) & "" + Data1.Recordset.Fileds(“String2”) & "" [/ICODE]

Member Avatar for rstkw
0
168
Member Avatar for K.Vanlalliana

Dear Friend, Try following website for connection string it contain all types of connection strings [url]http://www.connectionstrings.com/default.aspx[/url]

Member Avatar for hell_tej
0
108
Member Avatar for hell_tej

Hi Folks, I Trying to Copy File UJF.mdb in another Location which is User Specifyed. I Closed All Connection, But Still ERROR 70 'Permision Denied' Occurs :'( [ICODE] rs.close con.close FileCopy "D:\UJF\UJF.mdb", "D:\Person.mdb" MsgBox "Backup Successfully Compleated", vbInformation [/ICODE] How to Copy Access 2003 .mdb File to Another location Without …

Member Avatar for hell_tej
0
194
Member Avatar for pardeep3dec
Member Avatar for hell_tej

Hi friends, I m creating a software with backend of ORACLE 9i. I need to Generate backup ORACLE "ADDFILDP" table to ACCESS "ADDFILDP" table(Simply Copy the data to one table to another[ORACLE to ACCESS Table]):$ An access File is already Created. I was code for it as Follows [ICODE] Private …

Member Avatar for hell_tej
0
106
Member Avatar for ryan311

Use Key ASCii Value of That Keys. Set a Condidtion,"if <Key ASCii>=<Key Code> then ACTION Else ACTION"

Member Avatar for K.Vanlalliana
0
112
Member Avatar for sganandhsg

In VB use Crystal Report Viewer Tool to Displaying Report. It can Support Multiple Path means whenever you change your DB path in the TOOL form, it autometicaly connect to your database. :) use following code into the form which contain the Crystal Report Tool [ICODE] Option Explicit Dim cn …

Member Avatar for hell_tej
0
481
Member Avatar for pardeep3dec

There is another method to use form one variable to another form as follows <Form Name>.<varname> eg. form1.name = 5

Member Avatar for venkatramasamy
0
79
Member Avatar for hell_tej

:) Hi Masters, My name is Tejas and i m a member of daniweb. i m just a bigginer in IT Field. Can You Solve my Deficultest ERRORS of my software If you think so then it is as follows :X I creatre a Software which has 6 Crystal Reports …

Member Avatar for dspnhn
0
106
Member Avatar for dasaga_phani

Just Replace Your Connection String Path with SERVER PATH [ICODE] con.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=<SERVER PATH>;Persist Security Info=False"[/ICODE] and the Software Will Connect with the Access file which is Reside in Server

Member Avatar for hell_tej
0
69
Member Avatar for hell_tej

Hi, Frends Now I m Telling You How to insert Image Dynemically in Crystal Report 8.5 for the use in VB 6:-/ I Create an Job placement Software Crystal Report Which has some Fields and Photo of Candidate so First I Create an Crystal Report in 8.5 then Save it …

0
725
Member Avatar for hell_tej

Hi Frends, I m creating an access to VB6 connectivity Project. I ahve problem that VB6 Gives not me permition to leave any field NULL so when i save my record it genrate ERROR 94 That is invalid use of null value In my project it is not necessary to …

Member Avatar for manoshailu
0
133
Member Avatar for hell_tej

Hi, I m inserting Record in Access using VB6 SQL statement as follows [code]Dim str As String On Error GoTo solve str = "INSERT INTO [compinfo]([cID],[cname],[address],[add2],[city],[Postno],[mob],[phno],[faxno],[email],[workday],[offtime],[saldate],[duedate],[amount],[paytyp],[web],[type],[expdat],[charge]) values (" & "'" & txtcomid.Text & "'" & _ "," & "'" & txtcomnam.Text & "'" & "," & "'" & txtcomadd.Text & …

Member Avatar for debasisdas
0
249
Member Avatar for hell_tej

Hi Friends, First thing is I want to say Thank youuuuuuuuuuuuuuu. for retriving me answer on my other question you guys are such a greate people. Sory To Disturb you But I have One Big problem That i can't solve it :'( I m creating A project, in this project …

Member Avatar for debasisdas
0
173
Member Avatar for hell_tej

hello Frends, i m creating a new project of vb to access conncetivity in 5 PC small LAN. I don't Know What is the code,connection string use in project. And I am biginar for that type of programming. I want to store data in server, access database tables. Please give …

Member Avatar for Jishnu
0
253
Member Avatar for uniquestar

Hi, Ok try this syntax Take an variable of type serch data. dim str as string Now take an inputbox code as follows str = inputbox ("Enter Name","Search") then,put statement as follows adodc1.recordset.find "<Field name>='"& str &"'" if the searching record is a Number type then type as follows adodc1.recordset.find …

Member Avatar for hell_tej
0
1K
Member Avatar for hell_tej

Hi, I m new member of 'daniweb' i m a student of BCA 5 in india i m intrested in VB,Oracle,JAVA,Networking so Please help me.... I m creating a project like mobile company! i have problem to create table in ORACLE 9i using VB6. I have some problem to give …

Member Avatar for hell_tej
0
89