Program in VB6: Finding a Useful Project

  • Thread starter Thread starter Kristy234
  • Start date Start date
  • Tags Tags
    Program Project
Click For Summary
SUMMARY

The discussion centers around developing a useful project in Visual Basic 6 (VB6) that addresses specific utility gaps in Windows compared to Unix. Key suggestions include creating a tool for removing duplicate lines in text files without sorting and implementing stream editing capabilities using regular expressions. The focus is on practical applications that can be utilized post-development, ensuring the project is not a waste of time.

PREREQUISITES
  • Familiarity with Visual Basic 6 (VB6) programming
  • Understanding of regular expressions for text manipulation
  • Knowledge of file handling in Windows environments
  • Basic concepts of text processing and utilities
NEXT STEPS
  • Research how to implement file I/O operations in VB6
  • Learn about regular expressions in VB6 for text searching and editing
  • Explore existing text processing utilities in Unix for feature inspiration
  • Investigate user interface design principles for Windows applications
USEFUL FOR

This discussion is beneficial for VB6 developers, software engineers looking to create practical utilities, and anyone interested in enhancing text processing capabilities on Windows platforms.

Kristy234
Messages
10
Reaction score
0
I've got to make a program in vb6 for a major project, but i can't think of what to make. I would prefer to make something that i might end up using once I've made it, so that its not a complete waste of time. Any ideas?
 
Technology news on Phys.org
Windows is short on utilities like unix has - like:

removing duplicate lines in a text file without having to sort it, finding duplicatated lines.

stream editing a text file using regular expressions, searching a text file using regular expressions.
 

Similar threads

  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K
Replies
18
Views
3K
  • · Replies 22 ·
Replies
22
Views
12K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 10 ·
Replies
10
Views
2K