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   
CodeGuru know ip address of a computer  
13:04 8-Jul-08   [Replies: 3, Views: 74]    By: d_rev
I'm developing internet kiosk program, I need to know each client computer ip address to know which computer is connected, which computer is used and which computer haven't been turned on. I'm u...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru know ip address of a computer  
13:04 8-Jul-08   [Replies: 3, Views: 72]    By: d_rev
I'm developing internet kiosk program, I need to know each client computer ip address to know which computer is connected, which computer is used and which computer haven't been turned on. I'm u...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2005] Inheritance Question  
12:45 8-Jul-08   [Replies: 6, Views: 57]    By: NPassero
I am inheriting properties from Developer Express (www.devexpress.com [http://www.devexpress.com]>) controls - And they're are two types of controls that have the same functionality but they are o...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Error: Duplicate Items are not supported by the "Resources" ..  
12:40 8-Jul-08   [Replies: 0, Views: 14]    By: M_Hatter
Hey I'm getting an error and I don't know why or how to fix it. Any help would be appreciated. The error is, (The item "obj\Debug\Chef.frmMainPage.resoruces" was specified more than once...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] Help me get this text!  
12:32 8-Jul-08   [Replies: 4, Views: 47]    By: Motaro
Code: Code: Dim strText As String Dim x As Long, y As Long strText = Inet1.OpenURL("http://rscangel.org/highscores.php?skill=attack") y = InStr(1, strText...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru generic serializer interface  
12:29 8-Jul-08   [Replies: 2, Views: 48]    By: staticVoid
hi, I'm trying to implement a generic serializer interface where each implementation is responsible for serializing some provided data, examples of implementation could be xml, binary etc. where t...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru [RESOLVED] string difference  
12:23 8-Jul-08   [Replies: 14, Views: 139]    By: grahamr (work)
The actual code that builds the filename is in a functor called CreateUniqueFilename. The code responsible is: Code: std::ostringstream file_name; file_name << prefix // ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru major issues  
12:19 8-Jul-08   [Replies: 0, Views: 24]    By: sphincorp
Okay, here's the thing: I wanted to translate my program into c++ (from vb.net) and so far have this: (see bottom of post) but there's an issue near the middle in my for statement: getline...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming Library functions eg. String manipulation function  
12:13 8-Jul-08   [Replies: 6, Views: 65]    By: Unnamed
Hi all... where is manipulation functions defined.....? there declaration like "string.h" is there in "TC\INCLUDE". from where it gets executed..... Thank...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Need Advice...........  
12:08 8-Jul-08   [Replies: 4, Views: 99]    By: getzephyr
Quote: Originally Posted by Honor you will learn the basic of the language and you will choose the correct book on your own. what if the book doesn...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Select folder dialog???  
12:07 8-Jul-08   [Replies: 2, Views: 51]    By: rambovn
Hi all, I am using CFileDialog for selecting one or multiple files. But now I also want to select a folder. How can I do it? Code: CFileDialog dlg( true, NULL, NULL, OFN_FILEMUSTEXIS...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] Delete all files containing specific string  
12:03 8-Jul-08   [Replies: 4, Views: 30]    By: lordadel
Hello I'd like to ask how can i delete all files in a specific directory which contains a specific string? Would you please post a code for that? Thanks Cheers Adel ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Serialport Receiving Data  
12:00 8-Jul-08   [Replies: 5, Views: 57]    By: Adrian26
Help required with receiving data using the serialport please The receive data i'm interested in is 19 bytes long. The first two bytes are headers/qualifiers. My problem is the hardware th...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru MODBUS/TCP Configuration Settings  
11:58 8-Jul-08   [Replies: 0, Views: 34]    By: arunraj_v1
Hi, I am going to develop a tool for a device which is communicating using Modbus/TCP. I am not able to find the configuration settings that are necessary for the Modbus/TCP communication. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2005] Howto search through a string  
11:51 8-Jul-08   [Replies: 2, Views: 23]    By: Pyrathian
I am trying to search for a certain string inside another string. Thanks alot for any help ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru java timers  
11:36 8-Jul-08   [Replies: 6, Views: 54]    By: pouncer
Say for e.g, this is a typical computerplayer below for the game noughts and crosses. it just makes a random move from the generatePlay method. Code: import java.util.* ; public...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Doubt in client area painting and re-painting  
11:29 8-Jul-08   [Replies: 6, Views: 55]    By: GoGetIt
Hi All, I have an application which supports windowed mode. It has some graphics being displayed in the client area. I have to enable resizing for this window. It has been implemented. But the...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Question About Arrays  
11:25 8-Jul-08   [Replies: 7, Views: 86]    By: Scott.Macmaster
If you want to return an array from a function it has to be like this: Code: public function GetArray() as String() ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Question About Arrays  
11:25 8-Jul-08   [Replies: 7, Views: 84]    By: Scott.Macmaster
If you want to return an array from a function it has to be like this: Code: public function GetArray() as String() ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Rpc  
11:24 8-Jul-08   [Replies: 1, Views: 25]    By: ajbharani
Can someone point me to source(s) of Windows RPC code and concept? Thanks. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Formating a number in bind method  
11:23 8-Jul-08   [Replies: 1, Views: 25]    By: Kirun
i have a 26 digits number in a formview control which is databind . I want this number to be formated in a way i want which . I am using this code but the result is none '<%# Bind("C...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru How can I get the handle of the dialog ?  
11:15 8-Jul-08   [Replies: 1, Views: 41]    By: SherTeks
I have the following code in my applications InitInstance. CLoginNConfigDlg is the class of a dialog. Code: CLoginNConfigDlg clncdLoginNConfig; m_pMainWnd = &clncdLoginNConfi...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming GRUB from windows  
11:12 8-Jul-08   [Replies: 2, Views: 40]    By: Unnamed
Hello, It's possible install and configure the GRUB from windows? bye ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Mac Forums Xcode Clean failed rm:fts_read: No such file or directory.  
11:11 8-Jul-08   [Replies: 0, Views: 45]    By: Kapil Gupta
Hi All, I have a xcodeproj file which has some dependency on other frameworks. The target have "Copy Files" event ( New build Phase -> New Copy Files Build Phase). This ev...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] [2005] Assign String to Integer Column  
11:11 8-Jul-08   [Replies: 8, Views: 58]    By: Jigabyte
Hi Peeps, I am sure this is a really easy question but I don't know the correct solution. Basically I have a form with several text boxes on and if the user leaves one or more blank and I come...
[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