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 > Software > Development [485 Forums][Track this Category]
   Browse sub-categories   
» Announcements [4]» API [5]» Articles & Tutorials [6]» Directory Services [1]
» E-Commerce [1]» Games [29]» General [109]» Interface & Usability [1]
» Maths [1]» Multimedia [1]» Networking [2]» OS [16]
» Programming Languages [231]» Scripting [17]» Security [1]» Wireless/Mobile [10]

   Latest threads in category   
VBForums 3 problems...Can anyone help me?  
15:38 19-Jul-08   [Replies: 9, Views: 73]    By: louvelle
Hi! My first problem is about a command button for browsing an image. I don't know how to make a command button that when you click the button, it will just browse. I made an Student ID...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2005] Make external processes run in the background.  
15:35 19-Jul-08   [Replies: 1, Views: 23]    By: noahssite
Hello, say if the user has two notepads open. I want my program to hide the notepads. Not minimize them but actually hide them, they can be viewed in the task manager only under processes but othe...
[Tags: No tags defined yet] -
Be the first to Tag this thread
PHPBuilder Help with Chr() function?  
15:32 19-Jul-08   [Replies: 4, Views: 14]    By: Unnamed
New to PHP, just been writing an encode/decode function, here they are.. PHP Code:     function encode($string, $pid)     {   ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Web Developer Image Load time  
15:28 19-Jul-08   [Replies: 0, Views: 50]    By: Ricky54321
Hi, I have add on on my friend website, this add on pulls images from database and show them on page like a slide show. This add on works grate but it loads all pictures in same time, I need to c...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Replacing String - Case not sensitive  
15:19 19-Jul-08   [Replies: 1, Views: 29]    By: Stiletto
Hey, My code replaces a specific word chosen by the user by another word, also chosen by user. Lets say the words are And & &, and each time there "And", it will be replaced wi...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2005] Record Audio?  
15:13 19-Jul-08   [Replies: 1, Views: 14]    By: noahssite
How do i make a program that records audio from the users mic? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums How do I get the API after setting a text box to goto the last word in..  
14:59 19-Jul-08   [Replies: 0, Views: 32]    By: gthkane
I'm having a problem with figuring this out so, how would I goto the last word in a textbox after setting the text box text? For example I put the text "lala" into a textbox and it'll pu...
[Tags: No tags defined yet] -
Be the first to Tag this thread
PHPBuilder Curl + Cookies  
14:59 19-Jul-08   [Replies: 0, Views: 16]    By: Unnamed
I'm triying to make an automate login that performs a series of searches on a webpage, I'm using curl to do this, I log in, and then I have to load some pages, etc, I'm making it as a command line...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Change style from Windows Classic to Windows XP  
14:56 19-Jul-08   [Replies: 0, Views: 17]    By: ancientabe
Hey people! I want to put a button on my form that when clicked, changes the 'theme' of the form from Windows Classic to Windows XP, without actually changing the theme of the entire desktop. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Loading more than 1 copy of the program?  
14:45 19-Jul-08   [Replies: 2, Views: 50]    By: King Arthur
One of my programs runs on networks - some where the .exe sits on the server and others where the .exe is distributed around the network. Recently some users (the impatient ones) have managed ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Audio recording  
14:30 19-Jul-08   [Replies: 1, Views: 22]    By: biggie
Hi, Looking for a bit of help with a project im doing. I need to be able to record some audio within my application and output this somehow in a web browser. This could be using flash or a...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Problem setting up opengl in vc++ 2008  
14:24 19-Jul-08   [Replies: 3, Views: 47]    By: sukreth
Hi. I am new to vc++ 2008. I have a win32 application project and I got the code from some tutorial. But I cannot run it. Whenever I build the program it is successful but when I run it I get ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Serious Zone Water under open sun  
14:21 19-Jul-08   [Replies: 12, Views: 53]    By: Serious_C
Hello guyz! I decided to make a map, where water is uner open sun. I know making water with point lights in closed rooms, but I don't know making water under the sun (directional light). Wic...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] Forum - Breadcrumb - Parent Forums  
14:17 19-Jul-08   [Replies: 9, Views: 150]    By: dclamp
Quote: Originally Posted by dclamp ahhh! i figured it out. My code was all correct. I just misnamed a variable That's why you should always ensure you...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Print database file?  
14:14 19-Jul-08   [Replies: 0, Views: 21]    By: YMCORP
hello everyone. I am using VB2008. I have a data grid in my project that needs to be printed from time to time. I have been searching around a little bit looking for a solution in .net to print ev...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2008] Regular Expressions  
14:06 19-Jul-08   [Replies: 3, Views: 40]    By: James-R
Hi, I'm really, really stuggling with this... How can I find somethign betwee two strings? Here is an example start data data data more data on new line extra data end I want i...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2008] Searching for textboxes  
14:04 19-Jul-08   [Replies: 2, Views: 39]    By: frosty16
Heya guys I was wondering is it possible to search a form for all the textboxes that contain a phrase in their name and then add all the values of thoses textboxes together? Thank youin ad...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2005] Control the users mouse?  
13:57 19-Jul-08   [Replies: 7, Views: 58]    By: noahssite
1. How do i control the users mouse? I can make their mouse move to positions(0,0) etc... Even if their mouse is off my program. 2. Then how do i make their mouse left-click? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2005] click a button that is in another program?  
13:56 19-Jul-08   [Replies: 4, Views: 37]    By: noahssite
Hello, i have worked with APIs before though i am not good at them. I know how to write in a textbox on another program... But how do i click a specific button? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2005] Disable startmenu.  
13:54 19-Jul-08   [Replies: 3, Views: 29]    By: noahssite
Hello, i already know how to disable the taskbar on the bottom of the screen. How do i disable the startmenu? Since though the taskbar is disabled if you click the Windows button on your keyboard ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Check if process is running  
13:50 19-Jul-08   [Replies: 5, Views: 83]    By: deck42
I know this has been issued here and there, but I've been reading for hours now and I don't see no (simple) solution how to check whether a process is running or not. My problem is: -I dont ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2005] Restart processes that have the same name.  
13:46 19-Jul-08   [Replies: 7, Views: 43]    By: noahssite
Hello, There is a process on my computer called bms.exe Well bms.exe is opened twice, so on the taskmanager under processes, it shows bms.exe twice but they have different PIDs (whatever tha...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2008] Editing CSV File  
13:15 19-Jul-08   [Replies: 8, Views: 62]    By: Orbit__
I have a CSV File and i want to edit it and make a new column in it my current text in CSV file (Some) Username,Your referral since,Last click,Clicks R1181312,2008-06-13 16:49:00,2008-07-1...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming Cleanup Sequence  
13:00 19-Jul-08   [Replies: 1, Views: 17]    By: Unnamed
I've always been a bit puzzled on the subject of exactly how a Windows application should 'correctly' be shut down. Specifically, I'm confused about DestroyWindow(). On MSDN, regarding the not...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Closing OpenRecordset connections  
12:55 19-Jul-08   [Replies: 2, Views: 32]    By: PeregrinTook
Hey all, Recently my access 2k3 db started giving me an error when using the compact & repair option, telling me it may be corrupt. I've done a bit of research and found that part of t...
[Tags: No tags defined yet] -
Be the first to Tag this thread

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




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

© Pidgin Technologies Ltd. 2006