715 Topics

Member Avatar for
Member Avatar for Brent.tc

I have recently began programming in the windows api rather than the command prompt\ms-dos environment. I am still using windows 98 and bloodshed dev-cpp 4.9.9.2. I need to know how to disable the START MENU, TASK BAR, and the little boxes in the top right hand corner of the application …

Member Avatar for Ancient Dragon
0
113
Member Avatar for seth0x2b

Hey guys. Please bare with me since I'm only learning asm for about 48 hours or so.. I've learned enough to open files, read from/write to them... I know how to use the WIN API from within ASM and ..honestly, it's much simpler than C++ (IMHO)... So..I've written this basic …

Member Avatar for Ancient Dragon
0
2K
Member Avatar for webspy

I'm currently programming in C++ at an intermediate level and now moving on to the Win32 API. I know basic Win32 API programming so far and I don't find it too difficult to learn, but my question is: is it worth it to continue learning it while Windows Vista will …

Member Avatar for robertkatz
0
150
Member Avatar for mhasan_mitul

Hi Greeting to all I want to build a USB driver for windows98. But I do not know how to build a device driver in windows. My targeted language is C/C++. So I need help to know how can I build a device driver for windows. As well as I …

Member Avatar for Ancient Dragon
0
106
Member Avatar for EnderX

I have been attempting to upgrade a SuSE 9 linux box from php 4.3.4 to php 5.1.6. I have something working, since I'm able to run my old programs under the new setup, but I'm fairly certain I've done something wrong somewhere; using the phpinfo() command shows that I'm still …

Member Avatar for sn4rf3r
0
132
Member Avatar for Chazed

Think I got some trojan or so, And comp is kinda slow now. even though it shouldnt.. Hope someone can help me with this :) Also got a problem with my internet, it disses me times from times, just for a minute or two, but very irritaiting when u play …

Member Avatar for Chazed
0
159
Member Avatar for mhasan_mitul

Hi I want to create a USB driver for Windows98. I need several windows API to communicate with the USB. That's why I need to know how to load dll files in Microsoft Visual C++ for using windows API and which API will help me to build my driver. Is …

Member Avatar for Ancient Dragon
0
116
Member Avatar for Sivakumar_K

Hello Group, I am looking for some help with DevC++ compiler. Version 4.9.9.2. In my database Management II Course, we are supposed to compile a sample ODBC Application written in C Code. When I open the compiler, I cut and pasted the code into the work space because the code …

Member Avatar for Ancient Dragon
0
2K
Member Avatar for LieAfterLie

Okay, Iv'e finished learning C++. What can I do with it? Specifically, I want to do some graphics stuff, anything beyond iostream and fstream. What comes after C++? I know it does more than this. If I could just have a function to set a pixel, I could make my …

Member Avatar for LieAfterLie
0
106
Member Avatar for ishwar

Hi, I am using windows , and I wanto know if there is any api that tells me if a directory exists in windows? Thanks , [I] Ishwar[/I]

Member Avatar for WolfPack
0
138
Member Avatar for MitchellH

Hi, I have been using the windows API for some time now and feel quite comfortable with it. I know for larger projects MFC is a better choice over the raw API. I've been google searching for some good tutorials on MFC but haven't really found any good ones like …

Member Avatar for Eddy Dean
0
84
Member Avatar for chethanasrao

[B]i need to write a program which accepts a folder as input and browses through that folder and says whether there is a file or a subfolder present in it and generate an xml file that gives the hierarchy(subfolder names & file names present) in that folder.[/B] [I][U][B]BUT IT SHOULD …

Member Avatar for Salem
0
89
Member Avatar for MattEvans

Hi there. I'm new to this forum, and new to Delphi, my programming experience goes from BASIC > Visual Basic, C++ (DirectX not MFC or GDI), and Java/Java3D. I did a little Pascal programming in college a few years ago, but what I remember isn't sufficient to help me much …

Member Avatar for MattEvans
0
116
Member Avatar for jobahed

Hi everyone, I'm *very* new to Linux development, and my question topic is probably pretty obscure, so I thought this was the best place to ask. I need to be able to programattically attach arbitrary binary data to an executable so that the program can access it. In Windows, I …

0
83
Member Avatar for SegFaultSoul

Hi all, I'd like to get started programming Windows, but not sure how to go about it. I've only really worked with Java (in terms of OO programming) up until now. Will most Windows programming be done using .NET from now on? I mean, will any of the .NET languages …

Member Avatar for Ancient Dragon
0
176
Member Avatar for jtjk

Hi, I apparently have several spywares on my pc the pop up alerts are driving me crazy. I have run spyhunter and an antivirus but they aren't going away. Here is the Hijackthis log thank you for any help you can give. These are the ones that are popping up: …

Member Avatar for gunner
0
117
Member Avatar for skymap

Ok, I have read one or two other threads reporting Hijacking, So I am going along with Crying and pleeding for assistance! Here is the log, I look forward to your assistance asap :cheesy: Logfile of HijackThis v1.99.1 Scan saved at 21:14:21, on 17/05/2006 Platform: Windows 2000 SP4 (WinNT 5.00.2195) …

Member Avatar for tayspen
0
229
Member Avatar for D.Mark Phillips

I have just recently downloaded graphics code to help soup up and visualize fractal concepts which I'm developing. I plan on using a DOS desktop application which I think I can do through visual cpp from a Windows 98 S.E platform. My questions are; Where do I install the header …

Member Avatar for dwks
0
151
Member Avatar for iamthwee

Hullo, I'm trying to make a write a program to automatically create a jar file in java. I've got this far and this works. [CODE]#include <windows.h> #include <direct.h> #include <fstream> using namespace std; int main() { chdir("C:/j2sdk1.4.2_04/bin"); system("javac Saluton.java"); system("java Saluton"); remove ("Saluton.class"); return 0; }[/CODE] But I was wondering …

Member Avatar for iamthwee
0
564
Member Avatar for Whit

I really need help (my gf is convinced I need psychiatric help!), but I know I am not just a bit paranoid. Here's the short story: three years ago I lived next to a Unix programer, fabio, pot-smoking, guy in his twenties. He was outgoing, friendly, but had a funny …

Member Avatar for nizzy1115
0
176
Member Avatar for magikman

Hello, everyone: I have ventured into the world of windows API programming, unfortunately, my window is foggy at the moment. Maybe someone can clean it for me. :eek: I feel as though this is something i should have taught myself before this point. But, at any rate, here is my …

Member Avatar for magikman
0
117
Member Avatar for registry

Hello, I'm quite new to SOAP but im trying to learn how to implement it into one of my WIN32 c++ API programs. I havn't done a lot of windows programming but i have created a few small programs, buttons, styles etc. I know the basic layout of a windows …

Member Avatar for iamthwee
0
96
Member Avatar for 001

Hello Does anyone know how to install win32-API on windows XP. I tried using nmake but there was an error.".cl is not an internal command". What do i do. 00

Member Avatar for chrisranjana
0
88
Member Avatar for apcxpc

Hi all I am fairly new to C++, and am having problems creating a quick GUI application using the Win32 API. I'd like to use the "windows form project" option in Visual C++ ...which creates windows, textboxes, buttons etc. through a drag & drop interface. The problem is that I …

Member Avatar for WolfPack
0
131
Member Avatar for perlsu

Hi all, My csocket program is as follow. The program run properly but the server don't wait the message from client and the client also don't send. Can anyone help me what's the problem in client server communciation API. Thanks a lot in advance. #include <afxwin.h> // MFC core and …

Member Avatar for WolfPack
0
238
Member Avatar for abhinaynagpal
Member Avatar for Frank0051

Has anyone ever seen a Java media program that ties in visualizations like a Windows Media or Winamp type of deal? Don't really care if it uses a Java API, framework, or a simply taps pakages available in the OS....just looking to see if this is possible Thanks!

Member Avatar for Frank0051
0
558
Member Avatar for j1979c

[B][COLOR=Navy]This is an ongoing question going through my head.... I've been doing C++ programming for about 4 months now. Been using Deitel's C++ How to program book. Learned from the basics till data structures like link lists, queues, stacks, trees..all using templates, vectors, pointers. File processing (sequential and random). Well, …

Member Avatar for jwenting
0
206
Member Avatar for macupryk

I am using the following class. RichTextBoxPrint.vb Option Explicit On Imports System Imports System.Windows.Forms Imports System.Drawing Imports System.Runtime.InteropServices Imports System.Drawing.Printing Public Class RichTextBoxPrint Inherits RichTextBox ' Convert the unit that is used by the .NET framework (1/100 inch) ' and the unit that is used by Win32 API calls (twips …

0
150
Member Avatar for macupryk

:rolleyes: I have a control that I drag and drop. I would like to use the below instead of building a dll. I want to call the subroutine. Is there a way I can do so? I am not aloud to use build any extra dlls in the project. If …

0
160
Member Avatar for Norman

Cant put my finger on it though, but some strange activeX etc has got me suspicious.... Anything you specialists have to say about my hijackthis log? Logfile of HijackThis v1.99.0 Scan saved at 13:17:14, on 10.10.2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: …

Member Avatar for Norman
0
107
Member Avatar for Waily

Ive got this missing Bridge.dll, Im posting the HJT Log below, but i would also like to know what this missing file causes and such. Logfile of HijackThis v1.99.1 Scan saved at 21:09:25, on 2005-10-05 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe …

Member Avatar for DMR
0
114
Member Avatar for Geek-Master

I'm looking for any API's php has that could be used to interact with Windows Server configurations. I know that I could use VBScript or some other Windows based scripting language. I'm basically looking for networking API's.

0
82
Member Avatar for vps

hello everybody I am writing a jni wrapper for c++ api's the c++ dll is on linux, so i get a .so shared library. I am working on windows, using vc++ 6.0. can i include the .so shared library in my workspace in vc++. when i do it i get …

Member Avatar for vps
0
105
Member Avatar for boki

Sorry but i have alot of questions for you u guyes seem to be helpfull and friendly so i said why not let sort every question i got : If someone is using Sharp develop can you tell me how to put ActiveX in in it?How to close 2 form,and …

Member Avatar for tayspen
0
116
Member Avatar for ^Simes^

[WARNING!] Long Post! [/WARNING!] I have recently got a Pocket PC phone and have managed to cobble together a DLL to display a simple text message on the Today Screen. What I really would like is the time displayed in a large font as I had on my SmartPhone 2002. …

Member Avatar for Narue
0
111
Member Avatar for Mahen

hi there. Am working on a program that finds the binary executable of a particular program when we input its filename. For example: INPUT: cmd.exe OUTPUT: c:\windows\system32\cmd.exe Am using the following API's: FindExecutable() SearchPath() if you got any other API or any other ways to find executable progrmatically, please share …

Member Avatar for Alvein
0
224
Member Avatar for Mahen

i have windows xp, where can i find the SDK for windows XP or 2000 where can i find a comlete documentation of all the API of windows

Member Avatar for Mahen
0
128
Member Avatar for Iron_Cross

Because of some suggestions, I'm going to try to gather some good programming resources in this thread. If you know any good websites, either post them here, or PM me and I'll add them to this post. [b] Tutorials, Books, Utils, Misc[/b] [list] [*] [url]http://www.techbooksforfree.com/[/url] (Free Books) [*] [url]http://www.freeprogrammingresources.com/books.html[/url] (Tutorials) …

0
132
Member Avatar for Atreyu

Can't get rid of Communticator.dll (it keeps refreshing the C:\Program Files\COMMUNICATOR Toolbar (file) ) Ne help heres my Hijack this Log -------------------------------------------------------------------------- Logfile of HijackThis v1.99.1 Scan saved at 1:04:44 PM, on 7/3/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\csrss.exe C:\WINDOWS\system32\winlogon.exe …

Member Avatar for dlh6213
0
273
Member Avatar for GerryD

Ref my last thread I haven't recieved any solutions as said I'm using a RICOH MP5240A DVD+RW/+R with Nero 6 reloaded every time I try to burn it goes thru the full process but when it gets to completion it returns with unspecified target error I must be doing something …

0
91
Member Avatar for Atreyu

I used to get aurora Pop-ups but now they don't come but I get Different viruses whenever I log on like hlazlv and DrPMon and stuff like that heres my log O9 - Extra button: (no name) - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:\Program Files\Java\jre1.5.0_02\bin\npjpi150_02.dll O9 - Extra 'Tools' menuitem: Sun Java Console …

Member Avatar for DMR
0
253
Member Avatar for Aldiman

Good night; I have been busy with this problem for the bigger part of the week already. I have run, CWShredder, AdAware, MS antispyware, AboutBuster, Registry First Aid, Spybot - Search & Destroy, HijackThis etc, etc... All in safemode! I am being terrorised by Search Assistent / Shopping Wizard / …

Member Avatar for crunchie
0
130
Member Avatar for sandesh_daddi

hi, i want information about where i will get e-book for Registry API to chang or modify Registry from platform SDK in VC++. Is any one have book related with registry changer or registry handler through WINDOWS REGISTRY API please give me .

Member Avatar for Dogtree
0
75
Member Avatar for hemanth.balaji

I want to implement "whats this" functionality as seen in most of windows programs. For example -> When you right click on desktop and select properties and when u again right click on the properties dialog you get a pop up menu with "whats this". When i click on that …

Member Avatar for xiaoyueer
0
78
Member Avatar for Johan_Derks

Logfile of HijackThis v1.99.1 Scan saved at 9:39:04, on 19-5-2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\csrss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\Explorer.EXE C:\WINDOWS\system32\spoolsv.exe C:\Program Files\Common Files\Microsoft Shared\VS7Debug\mdm.exe C:\Norman\bin\ZANDA.EXE C:\WINDOWS\system32\wdfmgr.exe C:\WINDOWS\system32\fxssvc.exe C:\WINDOWS\System32\keyhook.exe C:\Norman\bin\ZLH.EXE C:\SCANJET\PrecisionScanLT\hppwrsav.exe C:\WINDOWS\Mixer.exe C:\Program Files\PCI Audio …

Member Avatar for crunchie
0
355
Member Avatar for MitchellH

Hi, I am just a beginner at windows programming, so I am wondering, how do I create a dialog-based application (similar to that of using VC++ and MFC) with just the pure windows API? Currently I am just doing the following, but I have a slight feeling in my gut …

Member Avatar for Dogtree
0
148
Member Avatar for southernneonser

I pasted all of the highjackthis report but Idont know if you can read it. I cant get my internet Explorer to download a single thing. I gat a message that IE cant find the file or the file doent exist. If someone could make heads or tails 0f this …

Member Avatar for southernneonser
0
2K
Member Avatar for Iron_Cross

This was orginally posted by ShadowBoxer: Because of some suggestions, I'm going to try to gather some good programming resources in this thread. If you know any good websites, either post them here, or PM me and I'll add them to this post. [b] Tutorials, Books, Utils, Misc[/b] [list] [*] …

0
90
Member Avatar for Extro

I'm currently a 4th-year CS major. This is not to say I took many CS courses, but I still need to take classes on Operating Systems, System programming, S/W Engineering, AI, Database, etc. So, far, my programming skills are pretty trivial. I know C++/Java but can only write simple trivial …

Member Avatar for Libertate
1
305

The End.