3,842 Topics

Member Avatar for
Member Avatar for m.a.u.

Greetings everybody, In the web site of Ubuntu, it is indicated that WUBI is not available for Windows 8. I need to useboth of Windows 8 & Ubuntu occasionaly and I would like to ask you if there some way to use Ubuntu with Windows 8 in the same PC. …

Member Avatar for m.a.u.
0
311
Member Avatar for stockton

My organisation is about to deploy 500+ Raspberry Pi's(running Debian) across the country. I have been given the task of configuring these devices. Configuration depends on specific installation, so cannot be configured before installation and the staff at the remote site seriously lack skills. BTW These remote sites are all …

0
204
Member Avatar for Danniboy

Hi Danniweb community! It has been a long time, good to post again on here, always been a great site. I am currently in the process of updating many aspects of my companies IT and the next thing is our website... We are now using Office 365 and part of …

Member Avatar for Danniboy
0
313
Member Avatar for jsherm101

Microsoft is just about over the three day hump that has been their timid Windows 8 release, and amid the [cries of anger](http://www.daniweb.com/hardware-and-software/microsoft-windows/windows-vista-and-windows-7-8/news/438107/windows-8-launch-three-year-user-backlash-predicted) over die-hard user, it's apparent Microsoft's move toward Windows 8 was one for the long term, not the short time. ![Win8-logo1](/attachments/small/3/Win8-logo1.jpg "align-left") While some jump to call …

Member Avatar for Tcll
0
537
Member Avatar for aripaka

Hi, I have a machine with Windows XP installed on it with the remote access enabled. Is it possible to access /log into it and control the PC from another machine with Fedora 8 on it? Thanks in advance...

Member Avatar for Assembly Guy
0
590
Member Avatar for xfrolox

Well I'm trying to make a program that have ListBox1 which when the button1 is pressed the Listbox1 will show all the open windows of notepad, like get notepad.exe and it will show Example the name: Untitled - Notepad nothing else, i have a code right now that i found …

Member Avatar for olegb
0
2K
Member Avatar for ala_2

i am trying to vendor specifc attribute from this WMI class MSStorageDriver_FailurePredictData(HDD SMART information). Here is the used code : IEnumWbemClassObject* pEnumerator = NULL; hres = pSvc->ExecQuery( L"WQL", L"SELECT * FROM MSStorageDriver_FailurePredictData", WBEM_FLAG_FORWARD_ONLY | WBEM_FLAG_RETURN_IMMEDIATELY, NULL, &pEnumerator); IWbemClassObject *pclsObj = NULL; ULONG uReturn = 0; while (pEnumerator) { HRESULT hr …

Member Avatar for ala_2
0
803
Member Avatar for begueradj

Howdy, How can I disable Javascript in Firefox (version 27 and 28) on Windows ? There is no checkbox on the Content tab as I read on other forums ! Regards from Begueradj

Member Avatar for begueradj
0
225
Member Avatar for zebnoon

Hello and Asslam o alekom! I have problem to install my VB6 Application on Windows 8.First there is erorr when i start to install my Application.Please solve this problem?

Member Avatar for IconKana
0
279
Member Avatar for Webville312

Dear all, I have a challenge here of understanding the page masks as used in this code; <? $access_level_map['loader'] = 1; $access_level_map['support'] = 3; $access_level_map['admin'] = 7; $access_level_map['superadmin'] = 15; define("LOAD_PAGE_MASK",1); define("SUPPORT_PAGE_MASK",2); define("ADMIN_PAGE_MASK",4); define("SUPER_ADMIN_PAGE_MASK",8); $pageMaskMap['add_employee.php'] = SUPPORT_PAGE_MASK; $pageMaskMap['awpdc.php'] = SUPPORT_PAGE_MASK; $pageMaskMap['awpdc_blocked.php'] = SUPPORT_PAGE_MASK; $pageMaskMap['awpdc_unblocked.php'] = SUPPORT_PAGE_MASK; ?> What I know …

Member Avatar for Webville312
0
170
Member Avatar for Piotr_1

I was trying to find an answer for my issue over the net, but it was hard to find any relevant information. I'm in the middle of my school project and I got stuck in a dead point! I have a form which looks like this: http://i60.tinypic.com/24zjfpl.jpg I don't know …

Member Avatar for Learner010
0
397
Member Avatar for tran.duy.77
Member Avatar for adhirgukt

I'm using gcc compiler in linux ubuntu os. I's started doing windows programming in c but my compiler does not having windows.h or supporting header files. How can i include these windows programm supporting files? Can i download them externally or what else.......?

Member Avatar for invadev
0
12K
Member Avatar for mavtcr

Friends , I have a database in sql server named "Deposit" with a table "Receipts" .I want to display the data in a list box.My code is given below Imports System.Data.SqlClient Public Class Form1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim cnn As New SqlConnection("Data Source …

Member Avatar for cgeier
0
182
Member Avatar for Grazel

Hi.. I really don't know what to do with my Program, it is needed to have a excel file on MDI Form, But i really don't how to. Can somebody help! Highly Appreciated. : ) Thanks! :)

Member Avatar for elouch
0
147
Member Avatar for joshl_1995
Member Avatar for joshl_1995
0
176
Member Avatar for waseem1345

Hello, I googled this and didn't found any good results. I found "GUI Toolkits for C++"... I need a C++ eBook to teach me to use the windows library...

Member Avatar for waseem1345
0
282
Member Avatar for awesomelemonade

Hello Guys! I have a question about resetting a Windows 7 Home Premium Operation System. This computer had a virus around last year, and I am wanting to be able to reset this computer to its factory defaults. Thanks in advanced, -lemon If you need any info, just ask.

Member Avatar for awesomelemonade
0
242
Member Avatar for diehsi
Member Avatar for Ancient Dragon
0
92
Member Avatar for happygeek

So here I am working on a Sunday morning, as usual, and I when I fire up my laptop (which serves as my desktop) a message appears informing that an update is being applied and it won't take long. Imagine my surprise when it turns out that this update appeared …

Member Avatar for happygeek
0
718
Member Avatar for old_apache

i have 1000 clients(host) spreadly in my country and for some reasons i want to know their connection speed. how do i can get it? All of my clients are using Windows.

Member Avatar for rch1231
0
220
Member Avatar for saintrenz

The scenario was there should be any or multiple TextBox that is not empty and display it on the DataGridView. I think my SQL is incorrect. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim Command1 As New OleDbCommand Dim i2 As Integer Dim sql1 As …

Member Avatar for cxzei
0
284
Member Avatar for network18

Hello, I am trying to configure PHP 5.3 on already installed Apache 2.0 on windows machine, using the guidelines mentioned on - http://www.thesitewizard.com/php/install-php-5-apache-windows.shtml So far I have done - LoadModule php5_module "C:/PHP/php5apache2.dll" AddType application/x-httpd-php .php PHPIniDir "C:/PHP" All these at the right spots in httpd.conf file. I have apache in …

Member Avatar for network18
0
522
Member Avatar for jay_08
Member Avatar for happygeek

So, Microsoft has finally announced that the SkyDrive cloud storage product line is to be renamed OneDrive. This isn't as a result of disappointing user take up leading to a re-branding exercise, it's much more daft than that. Six months ago a judge in a UK court ruled that Microsoft …

Member Avatar for Ancient Dragon
2
789
Member Avatar for Labdabeta

Hello, I have a `HWND` for a window. I have double checked that it is a 100% valid window by using `SetActiveWindow()`, `SetFocus()`, and `SetForegroundWindow()` on it, successfully bringing it to the frontmost window. However whenever I try to use `GetPixel` on it it returns -1 (0xFFFFFFFF). What am I …

Member Avatar for BobS0327
0
1K
Member Avatar for RainaAnja
Member Avatar for pritaeas
0
117
Member Avatar for Ahmed.C

Hello Everyone, Was just wondering if anyone here does Windows Phone Development? apart from Android and iOS are there are Windows Phone developers here that could help out? Thanks!

Member Avatar for Sw8Lala
0
203
Member Avatar for Reverend Jim

If your Excel spreadsheet is laid out as regular columns and rows with a header row that identifies the columns then this code will allow you to read the data using ADODB the same way you would read records from a database table. To try this code 1. Create a …

Member Avatar for Reverend Jim
1
4K
Member Avatar for chenpaii

How can I insert splitted texts to my ms access database? I can't seem to find the logic in it. :( Please help me. Here are my codes: This is where i split the texts that are inputted in textBox1, textBox2, and textBox3 string items = textBox2.Text; string[] splittedText1 = …

Member Avatar for castajiz_2
0
371

The End.