| Author | Message | 
	
		| masvmasv New User
 
 
 Joined: 26 Jul 2004
 Posts: 2
 
 
 | 
				
					| Posted: Tue Mar 28, 2006 2:25 pm
							    Post subject: DataFormat structure |  
					| 
 |  
					| Hi! I need decompiler DataFormat structure inside "textbox"...
 
 Where can I found more informations?
 
 Thank you
 |  | 
	
		| Back to top |  | 
	
		|  |  | 
	
		| sarge Moderator
 
 
 Joined: 24 Sep 2002
 Posts: 194
 
 
 | 
				
					| Posted: Wed Apr 12, 2006 3:02 pm
							    Post subject: |  
					| 
 |  
					| If you mean the format of the DataFormat properties of a TextBox, there are a number of utilities. 
 You could try my own contribution, RACE, at "http://www.raceco.us/".
 
 Also, there is VBReformer, VBDecompiler, VBRezQ, etc, etc...a lot of them can be Googled.
 
 Sarge
 |  | 
	
		| Back to top |  | 
	
		|  |  | 
	
		| masvmasv New User
 
 
 Joined: 26 Jul 2004
 Posts: 2
 
 
 | 
				
					| Posted: Wed Apr 12, 2006 4:48 pm
							    Post subject: |  
					| 
 |  
					| Hi ! 
 Thank you... but I need more details for I decompile "DataFormat" section inside a file...
 Like a simple decompiler source code or more details...
 |  | 
	
		| Back to top |  | 
	
		|  |  | 
	
		| napalm Site Admin
 
 
 Joined: 11 Dec 2003
 Posts: 18
 Location: UK
 
 | 
				
					| Posted: Wed Apr 12, 2006 5:14 pm
							    Post subject: |  
					| 
 |  
					| DataFormat property exposes IStdFormatDisp COM Interface which is its original name and Aliased StdDataFormat.. All typeinfo can be accessed from MSSTDFMT.DLL 
 If you only have VB and not a Typelib explorer then add it as a Reference and then use the Object Browser and look for StdDataFormat in the list.
 
 
 Napalm
 _________________
 ~Napalm~
 
 "With insomnia, you're never really asleep;
 you're never really awake."
 Fight Club - 1999 - [url:hdzph3dx]http://www.imdb.com/title/tt0137523/[/url:hdzph3dx]
 |  | 
	
		| Back to top |  | 
	
		|  |  | 
	
		|  |  |