Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > . > Development > OS [16 Forums][Track this Category]
   Browse sub-categories   
» Linux [5]» Mac [3]» Windows [8]

   Latest threads in category   
cProgramming merge proxy/stub code in ATL server  
09:43 6-Aug-08   [Replies: 2, Views: 85]    By: Unnamed
Hello everyone, What is the scene behind the option of merge proxy/stub code in ATL project? My confusion is, COM (in-process server) is a DLL, proxy is another DLL normally, how could two D...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming event handling is serialized in MS Visual Studio C++ 2005 ??  
09:09 6-Aug-08   [Replies: 3, Views: 92]    By: Unnamed
In Microsoft Visual Studio C++ 2005 let's suppose I have three events raised one just after the other (before the first event has finished being handled) for instance: (1) button 1 click (2) 1...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Mac Forums DVD Burning Application - is this possible?  
08:06 6-Aug-08   [Replies: 8, Views: 350]    By: steevg
Hi guys, I've been reading the info on this site since way back, but never realised there was a forum! Anyway, I'm just wondering if it's possible for me as a non-programmer, to de...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming Resource editing  
03:29 6-Aug-08   [Replies: 2, Views: 77]    By: Unnamed
I know im going to sound really stupid but i don't know how to edit/add imgaes, sounds and icons to a resource, im using dev c++ it has a resource edittor but its purely text based can anyone ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming D3DX not working: good SDK invalid?  
22:12 5-Aug-08   [Replies: 5, Views: 83]    By: Unnamed
I was compiling code from a tutorial, when this line produced an error: Code: mysprite->Begin(D3DXSPRITE_ALPHABLEND); According to my header files, Begin() has no parameters it's declar...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming logical and physical device access  
17:06 5-Aug-08   [Replies: 9, Views: 113]    By: Unnamed
hi, I was wondering how i could map a logical device letter to its physical device call ie. C: to physicaldevice1. I am using createfile to access the drives but i want to be able to tell what dri...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming Drawing a bitmap when a button is pressed  
15:19 5-Aug-08   [Replies: 5, Views: 81]    By: Unnamed
Hallo, I am trying to display a .bmp image on the screen when I press a button. This is probably simple, but I cant get it work and I must admit that I find the msdn very confusing (although I...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming Requesting Info on WinPE (Preinstallation Environment)  
12:26 5-Aug-08   [Replies: 2, Views: 66]    By: Unnamed
I am looking for information about windows PE (Preinstallation Environment). I already know what it is and vaguely how it works, but I require some technical details. Here are my questions: - Does...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Forums MacBidouille récupérer la liste des tâches en fenêtre  
10:22 5-Aug-08   [Replies: 4, Views: 150]    By: clarusad
Bonjour à tous, J'aimerais obtenir la liste des tâches en fenêtre (tout comme en sélectionnant cette option dans le moniteur d'activités) dans un AppleScript. J'ai pensé utiliser la comman...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Forums MacBidouille Sujet déjà abordé : Help développeur (2)  
08:57 5-Aug-08   [Replies: 2, Views: 84]    By: iTim
Voila mon problème , je suis (enfin, suivais) un tuto sur l'apprentissage d'AppleScript Studio [http://www.legallou.com/Mac/ASS/ASSindex.html]>, mais je me suis trés rapidement retrouver conf...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming SetEvent()  
08:50 5-Aug-08   [Replies: 4, Views: 58]    By: Unnamed
Hi, I am new to Windows Programming. Can anyone tell me whether the calling thread is blocked on SetEvent() function? Or atleast is it ensured that the thread(s) waiting on the Event set by Se...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming Gui questions  
07:28 5-Aug-08   [Replies: 2, Views: 53]    By: Unnamed
Hallo, I am trying to use a picture as the background for my windows program but cant seem to find any resources on it. Does anyone have any experience with it? Regards, ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming first module programming Error  
05:29 5-Aug-08   [Replies: 1, Views: 101]    By: Unnamed
hi i want to start module programming but i don't know how; i write a module Hello-1.c and compile it with a make file but the following Error has appear : Code: make -C /lib/modules/...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming C program to play a sound  
01:06 5-Aug-08   [Replies: 12, Views: 382]    By: Unnamed
Hi to everyone... recently changed to linux and i need some help with this new adventure... i changed to Linux because everybody told me that is the best OS to make my own programs and stuffs.....
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming [hopefully an] easy linker error  
00:59 5-Aug-08   [Replies: 8, Views: 111]    By: Unnamed
I would like to capture video from my webcam and am trying to use vfw.h but seems to have some issues. I linked vfw32.lib and msvfw32.lib to my project, and it still gives me the error saying the ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming CreateFile returns err 5 on 2000, but works fine of XP  
20:26 4-Aug-08   [Replies: 26, Views: 556]    By: Unnamed
Code: CreateFile(pszFile, GENERIC_WRITE, 0, NULL, OPEN_EXISTING, NULL); works fine on XP, but fails with Access Denied error on 2000. And this is not with a protected file here, but with any...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming IHTMLDocument2::get_parentWindow() fails  
17:05 4-Aug-08   [Replies: 2, Views: 68]    By: Unnamed
Hi. Don't know if this is the forum for COM related questions, but it still is Windows programming. I Tried to get the IHTMLWindow2 interface of an IHTMLDocument2 using get_parentWindow(), but the...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Forums MacBidouille Gyroscopes dans l'iphone ?  
13:52 4-Aug-08   [Replies: 10, Views: 392]    By: lelie
Bonjour, J'aurais voulu savoir si l'iphone contenait des gyroscopes en plus de l'accéléromètre, et si c'est le cas quelles fonctions doit-on utiliser pour les exploiter. Je voudrais ré...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Forums MacBidouille script de dossier  
08:51 4-Aug-08   [Replies: 5, Views: 132]    By: clarusad
Bonjour à tous, J'ai activé les scripts de dossier pour qu'à l'ouverture de certains d'entre-eux la présentation soit d'une certaine manière. Je constate que l'application &quo...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Reading in the Master File Table (MFT)  
06:05 4-Aug-08   [Replies: 1, Views: 134]    By: tkang
Hi all, I was wondering if someone had access to or could offer help on how to read in the Master File Table of a running computer. I know that there are problems that do this (FTK Imager) th...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming What's the proper sytax, and initialization of HWND *pHwnd[]={}; ?  
01:04 4-Aug-08   [Replies: 15, Views: 389]    By: Unnamed
Hello, and good day to whomever reads this. I am trying to learn the proper syntax, usage, and initialization of "HWND *pHwnd[]={...};".I am trying to create a loop which creates ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Forums MacBidouille [Cocoa]Bindings et KVC/KVO  
21:05 3-Aug-08   [Replies: 0, Views: 101]    By: Omfy
Bonjour à tous. J'ai essayé de comprendre les Bindings sous Cocoa, j'ai même réussi à en implémenter quelques uns mais un truc me chiffonne dans le tutorial [http://developer.apple.com/documen...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru RAM issues  
18:42 3-Aug-08   [Replies: 4, Views: 147]    By: Bluefox815
In my computer I have 2x 128 mb SDRAM sticks. However, one of them only reads as 90 mb, which I would think is the stick's error. So I bought a new 128 mb stick (SDRAM) and swapped it out, but my ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming what is required to open a MSVC++ compiled program?  
18:12 3-Aug-08   [Replies: 8, Views: 132]    By: Unnamed
salutations, we are not sure if it is the right forum to make this question. when a basic C/C++ Win32 program (non-MFC) is compiled to EXE in Visual C++ 6.0, does it need any additional file...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming Get text from other window  
16:49 3-Aug-08   [Replies: 9, Views: 177]    By: Unnamed
Hello, I have a problem, I need to read text from a text box in another application. Using Spy++ I found that the text box's class is Internet Explorer_Server I tried SendMessage and a...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  2  3  4  5  6  [7]  8  9  10  11  12  Next>      
 




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006