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 Using members in .NET reference  
12:30 23-Jul-08   [Replies: 1, Views: 30]    By: thorn
EDIT: If there's a mod or someone who can edit thread titles, can you please add the word 'DLL' to the end for more clarity? I'm doing something here that I'm unfamiliar with so I apologise in...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming Pointer to String and memory status  
12:25 23-Jul-08   [Replies: 2, Views: 29]    By: Unnamed
Hello I'm studying C and I have a question concerning the use of strings in C. If I have the following code: char *string; string = "Hello"; string = "I have a quest...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Multibyte Hexadecimal Conversion  
12:24 23-Jul-08   [Replies: 4, Views: 54]    By: humble_learner
We have a requirement where a user is allowed to allow a hexadecimal value in the command line. The program is expected to convert the specified hexadecimal value and print the corresponding chara...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] Quick Question  
12:21 23-Jul-08   [Replies: 2, Views: 21]    By: NNNDaddy
When creating an If...Then statement, how do I make more than one if? For example If TextBox5.Text = "1" OR "2" Then Do something End If I need to m...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Help With Crystal Report 10 and vb 6.0  
12:13 23-Jul-08   [Replies: 0, Views: 16]    By: anas_zet
hey all, i want ur help to determine printer and paper size using vb 6 code when i print a report using crystal report 10, i want to set dot matrix printer "Auto Epson LX-300+" and the...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Need help while using AutoCAD  
12:09 23-Jul-08   [Replies: 0, Views: 12]    By: njkumar
Hi Friends, I am looking for a solution where when ever i am opening a file using autoCAD application, i have to open a vb form and disable the autocad application. Also only the VB Form s...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] [02/03] Sql statement not working?  
11:58 23-Jul-08   [Replies: 4, Views: 24]    By: frankwhite
Hi everyone. I have an sql statement which looks fine to me but for some weird reason is not working. When I hit the command button it does not crash or break or throw up an error but for som...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming Help with using the return statement  
11:52 23-Jul-08   [Replies: 4, Views: 43]    By: Unnamed
Code: #include <stdio.h> char ChangeToNext(char ch); main() { char x; printf("Input uppercase letter: "); fflush(stdin); scanf("%c",&x);...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru fstream File Permissions  
11:46 23-Jul-08   [Replies: 1, Views: 31]    By: humble_learner
I am using fstream to write into a file on Windows. Now, when I set the file to ReadOnly using Windows Explorer and then attempt to write into the file on opening the filestream in ios:ut || ios...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming socket programming  
11:40 23-Jul-08   [Replies: 1, Views: 48]    By: Unnamed
hi i 'm new to socket programming trying to write a server which sends message(by getting a string using fgets in a while loop ) to clients its sends the first messge but didnot send the next m...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Web Developer Change US dates to UK dates  
11:37 23-Jul-08   [Replies: 1, Views: 56]    By: Rudiger
I have a problem, I haev been given a excel file with several hundred dates, but when I import it inot indesign the UK dates (day/month/year) change to (month/day/year). How can I write a php scri...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru net vs 6 - Sort Test 2  
11:35 23-Jul-08   [Replies: 5, Views: 35]    By: GremlinSA
"This uses BubbleSort, and the CheckBox determines whether the array to be sorted is numeric or string. (the original button and code is still there too). A ListBox is included to show multip...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Image not Copied  
11:35 23-Jul-08   [Replies: 1, Views: 19]    By: shashi580
Hi All I am developing a Application which work like a translation. It work well but when it find image it just create image icon not real image. I am using MSO9.dll for supporting MSWord ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
PHPBuilder browser back after post  
11:30 23-Jul-08   [Replies: 5, Views: 115]    By: Unnamed
hello, in register form if i submit that by using post method i redirect to action page inserted data in db & come back 2 next page now if i go 2 browser back it shows page can not be fo...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Image Problem.  
11:27 23-Jul-08   [Replies: 0, Views: 10]    By: anandji05
Hi All I am developing a Application which work like a translation. It work well but when it find image it just create image icon not real image. I am using MSO9.dll for supporting MSWord ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru The VB6 vs VB.NET 'CODE WAR'  
11:26 23-Jul-08   [Replies: 1, Views: 31]    By: GremlinSA
After much discution any many arguments over the Pro's and Con's of VB6 & .NET, I figured we rather use the 'Code War' forum to continue all the coding tests ... Each test will have it's o...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Web Developer Segmentation fault when accesssing DB  
11:16 23-Jul-08   [Replies: 1, Views: 56]    By: Dok
Hello brave developers I'm getting a segmentation fault using the following script PHP Code: $dbconn = pg_pconnect("host=localhost port=5432 dbname=someDB user=someUser ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2005] Modify a row and then filter, exception: Index 1 does not have ..  
11:12 23-Jul-08   [Replies: 1, Views: 23]    By: sunhpj
My datagridview is binded to a binding source. Then I change a value of a cell in column (c) in the first row, and click other rows. Then I set the filter of the binding source by the othe...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru net vs 6 - Math Test 1  
11:08 23-Jul-08   [Replies: 1, Views: 21]    By: GremlinSA
A simple maths test done with two different calculations.. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
PHPBuilder Extracting description and keywords metatag  
11:06 23-Jul-08   [Replies: 3, Views: 101]    By: teguh123
Is there a special PhP command for this or are we left with good old regex? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming file i/o, struct questions  
11:01 23-Jul-08   [Replies: 1, Views: 40]    By: Unnamed
Hi all. I'm writing a battleships type game. Each player is represented as a struct, which contains 2 10 x 10 arrays, player's name, etc. Code: struct player { char shipBoard[10][1...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums .dat to .xls converter  
11:00 23-Jul-08   [Replies: 5, Views: 46]    By: mahmouddraj
Hi guys, looks a great forum, first time posting and hope i get some help, i am not really pro in VB but trying to learn. however, am trying develop a little app, its a converter from .dat to .x...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Text colours in combobox  
10:53 23-Jul-08   [Replies: 14, Views: 71]    By: Steve Cain
Is there any way of setting (at design time) different colours for individual items in a combobox? I want to have certain items permenantly shown in a different colour to emphasise key options. A ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru net vs 6 - GDI Test 3  
10:50 23-Jul-08   [Replies: 1, Views: 18]    By: GremlinSA
A small alteration to the code from test two, in order to reduce the need for looping, how ever increasing the workload.. the .NET code has been tweeked a little fromm the initial write, that ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru DataGridView to Excel  
10:47 23-Jul-08   [Replies: 2, Views: 28]    By: brjames32
I have a project where a Teacher can choose their class from a ComboBox and this is turn selects all the relevant student from an Access Database and displays this along with some extra columns in...
[Tags: No tags defined yet] -
Be the first to Tag this thread

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




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

© Pidgin Technologies Ltd. 2006