897 Topics

Member Avatar for
Member Avatar for mitchfizz05

Hello all. I love iPod touches. I love iPads. I love iPhones. I love Windows PCs... I **HATE** macs! Is there ANY way to make an app for iOS without a mac? (I don't want to make a web app though, but even if you find a way for that …

Member Avatar for mitchfizz05
0
109
Member Avatar for aldm

Hi, I need to create windows services that will back up MS SQL database. Parameter should be time period when I want to backup database (for example every hours, every 2 hours etc). I haven't any experience with backing up database. Once I made WCF service. How can I do …

0
90
Member Avatar for Clipper99

Help me Obie One; you're my only hope. My wife's desktop was infected with Trojan C-Ransom or something like that, and in safemode I was able to get McAfee to locate and -- I thought -- delete the virus. I then ran MS Malware and the report indicated it had …

Member Avatar for rubberman
0
287
Member Avatar for Labdabeta

I am using code::blocks and have written a dll. I am currently testing it but am getting tired of having to compile it, copy the DLL, DEF, H and A files into a test project, and then compiling the test project every time I need to fix something. Is there …

Member Avatar for Labdabeta
0
224
Member Avatar for theonlylos

On my clients website located at cjcdigital.net/clients/andrea I am having an issue with the CSS code where I managed to make the top navigation and sidebar (the social media buttons) work near perfectly with CSS - the top nav uses absolute positioning while the side nav first used absolute and …

Member Avatar for theonlylos
0
238
Member Avatar for Rahmania03

hello friends, i m developing an windows application in VS2010 using Visual C# and MS Sql 2008 R2. i have a form consisting of datagridview and a Combobox. Name of DataGridView is "dgAccount" having three columns "Name","RollNo","City". Name of Combobox is "cboName". The Name of my DataBase is "dbAC". The …

Member Avatar for Rahmania03
0
489
Member Avatar for Labdabeta

I am wondering how to perform a 2D image blit with openGL. I used to use SDL and it was easy, but with opengl I end up making a rectangle with texture coords that is sunk a little into the screen. Is there any way to perform a 'real' blit? …

Member Avatar for Labdabeta
0
515
Member Avatar for Ctechnology24

Guys can you suggest me what Operating system should I use for our networking subject, base on this criteria: Low specs requirements, userfriendliness, security and performance

Member Avatar for jbennet
0
208
Member Avatar for emreozpalamutcu

Here is list of things I want to do: Display context menu strip only when mouse is over the item and right clicked on it, the code I have for that is this: [code]private void contextMenuStrip1_Opening(object sender, CancelEventArgs e) { if (listView1.SelectedItems.Count == 0) e.Cancel = true; } private void …

0
109
Member Avatar for devin2203

Hey everyone I have created an application interface using Java swing on a mac, which looks exactly how I want it. However on windows and Linux the positioning of the components and what seems to be the dimensions look of place. I have tried to make the sizes of everything …

Member Avatar for JamesCherrill
0
162
Member Avatar for emorjon2

hi all! i have a serius problem with the USB keyboard. I've installed Ubuntu but when the OS choosing menu comes up, the keyboard doesn't work, which make the ubuntu worthless :( I have installed ubuntu before, on a previous netbook running windows XP and then the keyboard worked without …

Member Avatar for jbennet
0
263
Member Avatar for emreozpalamutcu

Currently I have this code: [CODE]public static class SizeUnit { public static string FileSizeToString(long size) { double FileSize = size; string[] format = new string[] { "{0} bytes", "{0} KB", "{0} MB", "{0} GB", "{0} TB" }; int i = 0; while (i < format.Length && FileSize >= 1024) { …

Member Avatar for emreozpalamutcu
0
163
Member Avatar for fussballer

Hi, I have a mac (Lion OS X) at work and was wondering if there is software available to connect to it remotely from my windows 7 Laptop at home? I would like to use XCode from my home PC. Is this possible? What software do you recommend? Thanks, Sam

Member Avatar for dioioib
0
344
Member Avatar for Z33shan

hello :) i'm going to make a Windows Form Application in Visual Studio 2010. previously i have used ASP.NET with oracle database, in VS 2008. i want to know: [B]1:[/B] can i connect VS 2010 Form application with PhpMyadmin database? how? [B]2:[/B] if i can't use phpmyadmin for Windows Form …

Member Avatar for ChrisPadgham
0
129
Member Avatar for Labdabeta

How do you make shadows in OpenGL. I have been using the NeHe tutorials, but I do not understand their shadow lesson. Can anybody help?

Member Avatar for mike_2000_17
0
373
Member Avatar for Labdabeta

A few friends and I made a bet to see who could single-handedly (we defined that as a team of up to 10 people, all of whom must be personal friends) make the best video game over the course of two years. I am planning on making a first-person horror …

Member Avatar for Labdabeta
0
224
Member Avatar for Labdabeta

Hello, I have been working with opengl and other graphics libraries and they all require the bits per pixel of the screen on initialization of a window. My question is, is there any way to get the system's preffered bits per pixel? or that of the monitor?

Member Avatar for Labdabeta
0
900
Member Avatar for Syrne

Hi there, I am not sure if this is the correct forum for this, but I am currently working with an HPC machine for business use and it is currently running Ubuntu 11.04 (I have yet to update due to software incompatibilities). Anyways, some of the users would prefer to …

Member Avatar for jbennet
0
358
Member Avatar for ooops.789

I am thinking of developing a small game using Kinect for Windows. Well my intension is to use gestures to play the game. I am a newbie to Kinect, so i need your suggestions in this regard. I have three games in mind likely Tetris, Snake, Flight control. Well you …

Member Avatar for OdinSmasher
0
146
Member Avatar for itsvineethpv

How to host a asp.net c# web project in a windows service. Please give some step by step instruction. . Please note that it is Not a webservice

Member Avatar for Ketsuekiame
0
311
Member Avatar for Basteon

Is it possible to develop Win32 C++ applications under a Linux distribution? If it is then how do I do this? I know about Virtual machines, but I'm looking for something that wouldn't require to emulate a whole OS.

Member Avatar for jbennet
0
414
Member Avatar for montjoile

Hi. I'm having a problem with a module in a program written in powerbuilder An event is triggered when the user change the focus to a specified textbox the event creates local variables that I set to null, then I read a string that comes from the lecture of a …

Member Avatar for WaltP
0
192
Member Avatar for Abhineet.Ayan

Hi All, Why my QueueUserWorkItem is not at all working. My code is here: [CODE] typedef struct { PCHAR URL[MAX_URL] ; PCHAR DestinationPath ; }MAINDATA, *PMAINDATA ; int main(int argc, char * argv[]) { PMAINDATA pData ; BOOL bQuwi ; DWORD dwIndex ; PCHAR pURL ; pData = (PMAINDATA)malloc(sizeof(MAINDATA)) ; …

Member Avatar for DeanMSands3
0
634
Member Avatar for jbutardo

Hi, I have this program that uses OLEDB connection in order to import the excel sheet into datatable, now I am using windows xp and the server that I'm about to use would be in windows 7, what connection string do I need in order for me to connect to …

Member Avatar for jbutardo
0
232
Member Avatar for PressOnThis

I'm trying to find a way to display the favicon from the webBrowser in Visual Studio Windows Forms to a pictureBox. Can anyone help out?

0
88
Member Avatar for G_S

Hello Everybody. I'm not sure if I should post this here or in the Linux forum. Here goes: 1 - I have a local Linux server (Mandriva 2010) with a WordPress blog in it. It's for testing. 2 - I have other 2 computers at home (both have Linux and …

Member Avatar for G_S
0
423
Member Avatar for Gsterminator

Hey daniweb Community! I need help opening up new GUI window by using abstract actions. For example if I hit CTRL + C, i want to open a new window while i already have another window open. Please help! Thanks

Member Avatar for mKorbel
0
136
Member Avatar for C++ programmer

Hey guys, Recently I started learning win32 api using C but I am pretty scared of the Long and confusing Variables used in it. It appears alot difficult for me to learn those as I am learning myself. Will such kinds of variables will appear in future or not. Thanks. …

Member Avatar for thines01
0
248
Member Avatar for C++ programmer

Why should a person learn win32 api? What things I can do when i have learnt it? Some people tell "There is no need to learn win32 api because literaly you will only design Window(box, messagebox etc), which you can easily do by MS Visual studio tools!". Is this true? …

Member Avatar for Ancient Dragon
0
136
Member Avatar for Chub97

I seem to be having a major problem with FFMPEG on my local test server everything seems to work fine the videos encode and everything. I moved all of this onto my new Windows 2008 Web Server, which uses IIS 7 and everything works I get no errors or anything …

Member Avatar for Chub97
0
571

The End.