Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for zela

I have this text box which display multiple lines from a text file on my form, I want the box resize as the form gets resize without cutting any text in it, the textbox display multiple line of text and i want a textwrapping feature if it possible on the …

Member Avatar for Deepak Shitole
0
779
Member Avatar for zela

i have this .xml file read and display at runtime by vb.net2003. the .xml file is the database which contain various data and its not for adding more data or edited by user so i need to protect the file so that my code can read and display those data. …

Member Avatar for Luc001
0
90
Member Avatar for zela

I have this richtextbox and displayed various text from .xml database. I need to format the text. For example when ever my vb code find string like 'the' in an .xml line it should display in italic as well as in blue color and so on for some other specific …

Member Avatar for lolafuertes
0
146
Member Avatar for zela

I have created a program using vb.net which use xml database. On the output form I need to display the text as formatted like bold letter, italics, etc. Can it be done. My .xml file is as below : <?xml version="1.0" encoding="utf-16"?> <List> <File Thumal="jukebox" zia="jukebox&#xD;&#xA;Thingremi" /> <File Thumal="sekibuhchhuak" zia="sekibuhchhuak&#xD;&#xA;thil …

0
43
Member Avatar for zela

I use a database connection string as below and my program work fine. Public Function initdb() Set ws = DBEngine.Workspaces(0) Set db = ws.OpenDatabase(App.Path & "\Masterfile.mdb") Set rs = db.OpenRecordset("Detail", dbOpenTable) max = rs.RecordCount Exit Function End Function *********************************** But now I lock the msaccess table ie. Masterfile.mdb with password …

Member Avatar for zela
0
140
Member Avatar for RahulV

Hi, In the VB projects that use Access Databases, its found that the user is able to access the database directly (manually) ie by reaching the file and double clicking it open. But, what all can i do to prevent the user from directly accessing and using the database? What …

Member Avatar for zela
0
195