Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
84% Quality Score
Upvotes Received
20
Posts with Upvotes
19
Upvoting Members
19
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
3
9 Commented Posts
~210.45K People Reached
About Me

vb addict

Interests
vb programming

1,080 Posted Topics

Member Avatar for nickthebrit
Member Avatar for mankind33

hi check out this one from Microsoft, [url]http://support.microsoft.com/kb/178456[/url]

Member Avatar for frank_49
-1
444
Member Avatar for craiggale

check your device manager..then check your network card it is working properly..check also your ip configuration..make sure that your settings is still okay..

Member Avatar for happygeek
1
3K
Member Avatar for Ritesh_4

If you have a Windows 7 or later workstation you can use PowerShell, because Win 2003 I think it doesn't support PowerShell if it does it might be limited. A workstation can do as long as PowerShell command line or PowerShell ISE is installed. Of course, you need to run …

Member Avatar for cguan_77
0
2K
Member Avatar for cguan_77

Hello guys, just need your insight. Just a noobie in PHP, I have this scenario after a user logged in and is authenticated. It will be redirected to another URL. If the user booked mark the URL and next time just go directly to the URL. What's the best way …

Member Avatar for cguan_77
0
367
Member Avatar for JLynn

try this, remove Set Count = Set_Listbox.ListCount replace with the code below, [code] For count = 0 To Set_Listbox.ListCount - 1 Next count [/code] you just want to get the total list count..and use on the other loop right? hope it helps :)

Member Avatar for José Luís
0
1K
Member Avatar for Radio2006

Hi Radio2006, check out this [link](http://quickbytesstuff.blogspot.sg/2014/06/powershell-query-in-active-directory.html) it shows how to use UPN as an input to query active directory. Hope it helps. :)

Member Avatar for Radio2006
0
2K
Member Avatar for gyno

If you want to learn Linux, then you need to give time and play with it. Here's what I suggest: 1. Download virtual box, free software from Oracle. 2. Download Ubuntu, also free 3. Of course install the Ubuntu to your virtual machine Don't worry about messing it up. Just …

Member Avatar for XP78USER
0
391
Member Avatar for sk8ergirl
Member Avatar for reallovehunter
0
352
Member Avatar for DeViAnT\gAmEr

did you check your system for any malwares? how about going to command prompt and use copy command, doesn't work also?

Member Avatar for Asif_9
0
1K
Member Avatar for primero

are you using the latest driver for your printer for windows 7? or check out HP website for the list of drivers for windows 7 for that particular printer. i had the same issue with this last time, it turns out to be a printer driver issue. hope it works …

Member Avatar for SaintAce
0
324
Member Avatar for bluepc

do you have a win 7 product key? if your OS is an OEM, you can't do that legally..the rest is your choice.. Win 8 is very good (my own opinion) you just need to be familiar with it..

Member Avatar for caperjack
1
354
Member Avatar for cguan_77
Member Avatar for Banyak
0
7K
Member Avatar for cguan_77

hello guys, got this code but it has an error. any ideas? Thanks. public void ListenerCheckAll() { Chbox0 = (CheckBox) findViewById(R.id.checkBox1); xAllButton = (Button) findViewById(R.id.button1); xAllButton.setOnClickListener(new OnClickListener() { @Override public void onClick(View vx) { Chbox0 = (CheckBox) findViewById(R.id.checkBox1); boolean checked = ((CheckBox) vx).isChecked(); //this part has the error switch(vx.getId()){ case …

Member Avatar for peter_budo
0
131
Member Avatar for vinodvinu
Member Avatar for irfan hassan

as other suggested basically if you want to have Active Directory be available to your users outside the network you can implement: VPN - vpn will give access to all shared devices, folders on your network and whatever rights you had set in AD it will be the same rights …

Member Avatar for irfan hassan
0
292
Member Avatar for Stanley_3
Member Avatar for mubarka
Member Avatar for cguan_77
0
229
Member Avatar for yachile

active directort in DMZ, wow...it's a suicide..i think so.. AD should be in the protected network... if you want AD in DMZ use LDAP instead...

Member Avatar for cguan_77
0
215
Member Avatar for kshrini

hi, using password in shared folder is one thing i don't know, but there's an option in local security policy that you can set, which user to log-on and access your shared folder on the network, go to administrative tools, click on local security policy, then a new window will …

Member Avatar for sandy789
1
908
Member Avatar for khakilang

it's quite hard, because if you allow them to write only. Then the cannot modify their files. Do a regular backup, or enable shadow copies.. Buy a cheap NAS, just for backup storage of those important files and set a task scheduler do a robocopy to the NAS or make …

Member Avatar for khakilang
0
178
Member Avatar for cguan_77

hello guys, is there a site to publish an android app for free? To publish android app to Google play, what's the steps and how much is the cost? Would appreciate input to anyone who had tried it. Thank you. :)

Member Avatar for Ewald Horn
0
198
Member Avatar for mrsajjadmemon
Member Avatar for cguan_77
0
441
Member Avatar for abboud

try removing the memory card then power it on, in this way it will reset the CMOS, put back your memory card check if it will help....

Member Avatar for kiqo
0
274
Member Avatar for bclapper

yup, it could be a bad mobo, if that's the case then it's beyond economical repair..but anyway you can still have your RAM, HDD, and your processor.. but try to reseat your processor..make sure that the fan is properly seated.. check if it works..

Member Avatar for JimTe
-2
3K
Member Avatar for kvg1990
Member Avatar for selasiak

check out this site: http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?cc=us&lc=en&dlc=en&product=5218698 drivers available are for Win 7 and 8 only, Windows 2008 R2 is not listed. Call up HP support, it's free

Member Avatar for HaiderMalik
0
315
Member Avatar for orangeoctane

Hi Iro, if you're still around on Daniweb and hope you'll bump on this on Google also, you reply a very old thread. But the solution still works and helps a lot. Thanks buddy.

Member Avatar for Simon_2
0
1K
Member Avatar for cguan_77

hi guys, is there a way to create in Javascript or Jquery to have a search box and search for the data within the HTML page. In the HTML page, there's a lot of links. Basically the HTML page looks like this: File No 1 - Link to File No. …

Member Avatar for crescendo
0
190
Member Avatar for Granville_1

AFAIK, you can export a client GPO and import it to a client OS but not to a server OS. If there's some limitations on the GPO settings that you are not able to do. I think you can do some scripting either in power shell or VBS and apply …

Member Avatar for cguan_77
0
180
Member Avatar for cguan_77

hi guys, I have this code which I get from the link below. http://stackoverflow.com/questions/3826963/php-list-all-files-in-directory Need your help, why the current directory is the directory of the root server. Like i'm using WAMP for windows. The current directory for this code below that is recognizing is: c:\wamp I want the code …

Member Avatar for cguan_77
0
622
Member Avatar for favour24

make sure that your CPU is working properly.. if you see this message it means that the Monitor cannot receive any data from your CPU.. when you power on check if the k/b led's lit up, if it doesn't lit up then your CPU is in trouble...

Member Avatar for tobyjones8
0
613
Member Avatar for ganges

click on the start, under search box just above the windows logo. type: control mmsys.cpl the sound properties window will pop up. Click on "Speakers", the click on properties Then check any incorrect settings

Member Avatar for kasi123
0
127
Member Avatar for وهج

what are you asking? Do a Google search there's a lot of resources out there.. @JorgeM Line me up, I want to connect remotely...hahaha...

Member Avatar for cguan_77
-1
141
Member Avatar for TechSupportGeek

hi TechSupportGeek, have you check at manufacturer website of your laptop, desktop or motherboard whether they have any update for the BIOS? it could be a BIOS problem. Note: BIOS upgrading can spoilt the whole computer if you are not sure of what you're doing.

Member Avatar for cguan_77
0
565
Member Avatar for cguan_77

hi guys, check out this blog for basic linux file permissions. http://quickbytesstuff.blogspot.sg

Member Avatar for chriswelborn
1
193
Member Avatar for seneye

hi, if you want to get inside the BIOS of your computer, when your computer boots up, press ESC then you can see which key to press to go inside BIOS, mostly BIOS uses delete key or either F1 key to get through , but BELROG got a good suggestion …

Member Avatar for Rik_
0
378
Member Avatar for downpantera

[QUOTE=downpantera;754462]I have a Dell Inspiron Laptop and my HDD just failed. I'll be very specific so you all can help. When booting (XP Pro) I got the blue Screen of Death: UNMOUNTABLE_BOOT_DRIVE I ran a DST-Short Test and got: Msg: Unit 0:Drive Self Test failed. Status byte = 79. I …

Member Avatar for baglady201
0
896
Member Avatar for Slasher
Member Avatar for SagarSe7en

Never tried to use ADMT Tool..to use for AD Migration? Scanstate tool and loadstate tools.. check out this blog it might help: http://blogs.technet.com/b/asiasupp/archive/2007/03/27/temporary-profile-issue.aspx

Member Avatar for SagarSe7en
0
635
Member Avatar for dualzNZ

as JorgeM suggest you can do port forwarding like: so GAME Server = blade 1 -->Private IP:192.168.1.101 --> Router Config, route Public IP port 8080 to 192.168.1.101 so to access game server would be: http://public_IP:8080 Web server = blade 2 -->Private IP:192.168.1.102 likewise in blade2, Router Config, route Public IP …

Member Avatar for cguan_77
0
304
Member Avatar for Growl
Member Avatar for gbarnas
0
179
Member Avatar for NoCodeMonkey

Have you tried doing Windows 2008 repair installation? You should have created a snapshot of the working installation so anything goes wrong you can go back anytime.

Member Avatar for CimmerianX
0
2K
Member Avatar for onlykl

check out this thread: http://www.daniweb.com/software-development/vbnet/threads/142555/check-if-port-is-in-use

Member Avatar for SQLpower
0
133
Member Avatar for 09399232502

what OS is installed on your machine? if you are using XP OS check out this link below: http://www.tp-link.com/en/article/?faqid=186 for windows 7 check out this linke: http://www.home-network-help.com/delete-wireless-network.html delete the profile and try connecting again to your wifi.

Member Avatar for cguan_77
0
242
Member Avatar for VEL Hassan

have you tried the chmod command to set permission on files and folders? check out this link: http://www.cyberciti.biz/faq/how-linux-file-permissions-work/

Member Avatar for cguan_77
0
98
Member Avatar for lewashby

why cannot export from the GUI go to file then export the bookmarks? or try this login as root: find / -name "boomarks.html" -print when i type this on my ubuntu server i had this output: /etc/firefox/profile/bookmarks.html Good luck!

Member Avatar for cguan_77
0
74
Member Avatar for skylap titus k

check out this OSI model: http://studynotes.net/OSI-model search google for keyword: "OSI layers with examples"

Member Avatar for cguan_77
0
80
Member Avatar for faalann

what OS are you using win 7 or windows 8? can you open other browsers? like IE or firefox.. try disabling your anti virus and open chrome..sometimes anti virus prevent browsers from opening..

Member Avatar for cguan_77
0
141
Member Avatar for darkSo

have you tried pinging the loop back 127.0.0.1, if you've done manual settings and still doesn't work..it could be a hardware problem, adapter spoiled, network cable issue, network socket loose, spoiled or dirty.. a lot of possible issue... netsh winsock reset <-- have u tried this? check out this one …

Member Avatar for cguan_77
0
178

The End.