Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
31% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
7
Posts with Downvotes
7
Downvoting Members
6
1 Commented Post
0 Endorsements
~60.3K People Reached
Member Avatar for jemz

Hi, I have M3N78-VM ASUS mother board 2.7 GHZ AM2 socket 2 GB RAM 500 GB HDD (samsung) When my HDD died,I bought new 1TB HDD seagate(baracuda),when i installed my windows 8.1 and installing some stuffs,my windows begun freezing,it takes some minuetes to open windows explorer...sometimes it takes time to …

Member Avatar for jemz
0
158
Member Avatar for jemz

Hi, I need some help on this how can i use the arrow keys(up,down,left and right) in the keyboard so that the filloval will move, I have no idea on this.can you help me on this please. Thank you in advance. import java.util.*; import java.awt.*; import javax.swing.*; import java.awt.event.*; public …

Member Avatar for jemz
0
1K
Member Avatar for jemz

Hi, I have problem in my laptop samsung R530 JA05AE, it cannot receive or connect to the wifi,first i thought that it was just the location maybe it cannot connect,but when i tried another laptop and put it where my samsung located the other laptop connect immediately to the wifi...what …

Member Avatar for CimmerianX
0
167
Member Avatar for jemz

Hi, how to make something the same in daniweb when we clicked the log-in link the background color black will be visible "i think this is called mask background", and it will cover the whole page even the the content is short or long it will adapt the size of …

Member Avatar for jemz
0
116
Member Avatar for jemz

Hello, Hi can anyone help me please,I have problem on my dvd-rom.This is the model TSSTcorp CDDVDW SH-S223Q SAMSUNG SUPER WRITE MASTER...my problem is when i am going to insert a dvdRw and then i am going to burn using only the windows burner...it will not burn the files, after …

Member Avatar for Rik_
0
213
Member Avatar for jemz

Hi, can i ask some help ,my problem is that how can i display in the dropdownlist using jquerry. for example that in my database i have 1 table and 2 columns with 10 records or rows. assume that i already querried all the colors in the database,but how to …

Member Avatar for stbuchok
0
100
Member Avatar for jemz

Hi can you help me please how can i change the color of progressbar or just look like in windows xp progress bar...please help me...thank you in advance hoping for your positive responds...

Member Avatar for Samanta Goutam
0
8K
Member Avatar for jemz

Hi,Can i ask about on my desktop.why is that when i am going to switch on my desktop computer it will always says system date not set,Press F2 to set up,Press F2 for default set up etc...I tried to change the system date in the bios to change it to …

Member Avatar for extr3mex
0
175
Member Avatar for jemz

Hi, I am stuck on this two sqldatadapater and sqldatareader,we can display records in listview by using this sqldatadapter and sqldatareader.my question which is more effecient and secured to use?does this two matters in populating data in database?

Member Avatar for M.Waqas Aslam
0
110
Member Avatar for jemz

Hi, can you help me please how can i populate data from my listview using sqldatareader. by the way can you please explain me why is it that listview in first column we call item but the other column we call it subitems.can you please enligthen my mind on this.I …

Member Avatar for Reverend Jim
0
1K
Member Avatar for jemz

Hi, is it possible to code column header in listview during run time? can you please give me some idea on this.Thank you in advance.

Member Avatar for jemz
0
1K
Member Avatar for jemz

Hi, I have problem on how to share a folder from my laptop to my pc and from my pc to my laptop,My Laptop is connected to my neighbor's wifi,..my First question is how can i share my folder from my laptop(windows7) to my desktop(windowsxp) and etc...second question is i …

Member Avatar for jemz
0
91
Member Avatar for jemz

Hi,I have problem on my code,it will not insert to the database can you pease help me on this.Thank you in advance. Imports System.Data.SqlClient Imports System.Data Public Class Form1 Private m_con As New SqlConnection Private m_DA As SqlDataAdapter Private m_CB As SqlCommandBuilder Private m_dataTable As New DataTable Private m_rowPosition As …

Member Avatar for jemz
0
229
Member Avatar for jemz

Hi, can i ask some help with you all experts...I have a laptop and i want to put a restriction to the other user account,I have only 1 administrator account and 1 user account.I want that he cannot install software and only me can install as the administrator with the …

Member Avatar for jemz
0
134
Member Avatar for jemz

Hi, I am still learning android and i want to ask some help on how to use the menu in android.I already have edited in the ...res/menu/main_menu.xml...i put it there addition,subtraction,mulitplication...now what i want is that when i am going to launch my application i have a default screen displayed …

Member Avatar for jemz
0
52
Member Avatar for jemz

Hi,i have a program and i created into a jar file,but the problem is when i am going to remove the jar file into the directory where my java classes and pictures resides,when i click the jar file the picture of my buttons are gone.can you help me please how …

Member Avatar for jemz
0
408
Member Avatar for jemz

Hello, Is there a way to put some security in the jar files? the java codes are inside the jar file how do i prevent user to see my java codes...

Member Avatar for jemz
0
98
Member Avatar for jemz

Hi,I put backgroundimage on my button and i set the button flatstyle to "pop-up" in the property window.why is that there is a thin black border in my button?but i want that my button has no border because i made an image that has a border already..and it is so …

0
54
Member Avatar for jemz

Hi can anyone help me on this..I am tying to change the UIManager. UIManager.setLookAndFeel("javax.swing.plaf.nimbus.NimbusLookAndFeel"); This gives me a lot of Exception. Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at javax.swing.plaf.synth.SynthLookAndFeel.paintRegion(SynthLookAndFeel.java:364) at javax.swing.plaf.synth.SynthLookAndFeel.update(SynthLookAndFeel.java:328) at javax.swing.plaf.synth.SynthRootPaneUI.update(SynthRootPaneUI.java:120) at javax.swing.JComponent.paintComponent(JComponent.java:778) at javax.swing.JComponent.paint(JComponent.java:1054) at javax.swing.JComponent.paintToOffscreen(JComponent.java:5221) at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:295) at javax.swing.RepaintManager.paint(RepaintManager.java:1206) at javax.swing.JComponent._paintImmediately(JComponent.java:5169) at javax.swing.JComponent.paintImmediately(JComponent.java:4980) at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:770) at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:728) …

Member Avatar for jemz
0
739
Member Avatar for K.os

Hello! first of all i'm a **newbie **and don't know much about visual basics. I'm using **Visual Basics 2008** and i'm having a problem. It is that i don't know how to generate a search through my 'cmdsearch' i browse on internet but got nothing that approach to my expectations. …

Member Avatar for jemz
0
107
Member Avatar for jemz

Hi how can i ping to other network for example i want to ping in router A from router C routerA routerB routerC Thank you in advance.

Member Avatar for jemz
0
116
Member Avatar for ubi_ct83

hi guys, i need help on algorithm to combine letters from a word. for example, i have this word: 'ABCD' . then i want to combine 3 letters from that word. so it comes to these combination: 1- ABC 2- ABD 3- ACD 4- BCD how is the algorithm in …

Member Avatar for JamesCherrill
0
168
Member Avatar for jemz

Hi, Can i ask some help what is the best editor to use in learning C language.... By the way which is which language, should or i must to learn C or C++ ?. Thank you in advance.

Member Avatar for Lucaci Andrew
0
304
Member Avatar for jemz

Hi, I need some help on this.i made a simple upload video but the problem is i cannot display the video that i uploaded.I have no idea on this on how to display the video that I uploaded and play on it....million thanks in advance.

Member Avatar for jemz
0
267
Member Avatar for jemz

Hi to all, I need to know how to use the cookie in php,my problem is that when i clicked the log-out.and then i will go to my browser and click the back button.it will go back to the user where it is still logging in.but what i want is …

Member Avatar for jemz
0
133
Member Avatar for Ribamar23

Hi all I want to begin developing apps to android and IOS (mainly android) after trying the mobile by conduit platform to create a app, I want to go further in developing apps.... and not be attached to a web service like the one provided by conduit. I downloaded and …

Member Avatar for peter_budo
0
193
Member Avatar for jemz

Hi, Hello i need some help regarding in auto login, my o.s is window 7 ultimate...I haved installed the ibm db2,and now i have 2 accounts,admin and db2admin account.Is it possible to have auto log-in if i have 2 user account like i mentioned. What i want is that whenever …

Member Avatar for jemz
0
419
Member Avatar for jemz

Hi, Can i ask something?is it possible to make a batch file or something like a script that when i clicked on it, it will open the the command prompt and directly goes to the path that i desire.with out anymore using the command CD D:/my folder Thank you in …

Member Avatar for harinath_2007
0
302
Member Avatar for jemz

Hi, Can i ask something what type of eclipse should i use in developing android.there are many of them,can you help me on this please.Thank you in advance. Eclipse IDE for Java Developers, Eclipse IDE for Java EE Developers, Eclipse Classic 3.7.1, Eclipse IDE for C/C++ Developers (includes Incubating components), …

Member Avatar for jemz
0
201
Member Avatar for jemz

Hi, I need some help how to loop in ms cobol 2.20,inorder i can input 5 times. after displaying the customer name and address.i am going now to input the itm-no. but i find difficulties on it. here is the scenario. If i will input the itmno if it is …

Member Avatar for jemz
0
152