Hello all, 
Is the ClipBoard library updated? I am talking about this thread , and asking because I couldn't have it working.
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
Best, -B
			
			Is the ClipBoard library updated? I am talking about this thread , and asking because I couldn't have it working.
			
				the copy part:
			
		
		
		private Sub btnClipBard_Click
    Dim MyClipboard As BClipboard
    Dim Clips As String
    MyClipboard.clrText
    Clips = txResult.text
    MyClipboard.SetText(Clips)
    
End SubBest, -B
 
				 
 
		 
 
		 
 
		 
 
		 
 
		