Click here to Skip to main content
15,894,546 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Calling a c++ dll Pin
Member 142531829-Nov-04 4:14
Member 142531829-Nov-04 4:14 
GeneralNeed to extract open application window title bar Pin
Member 91913025-Nov-04 22:49
Member 91913025-Nov-04 22:49 
GeneralRe: Need to extract open application window title bar Pin
Dave Kreskowiak26-Nov-04 3:41
mveDave Kreskowiak26-Nov-04 3:41 
GeneralRe: Need to extract open application window title bar Pin
Member 91913028-Nov-04 16:38
Member 91913028-Nov-04 16:38 
GeneralRe: Need to extract open application window title bar Pin
Dave Kreskowiak28-Nov-04 17:20
mveDave Kreskowiak28-Nov-04 17:20 
GeneralRe: Need to extract open application window title bar Pin
Member 91913028-Nov-04 18:33
Member 91913028-Nov-04 18:33 
GeneralRe: Need to extract open application window title bar Pin
Dave Kreskowiak29-Nov-04 1:26
mveDave Kreskowiak29-Nov-04 1:26 
GeneralWant to read from an already opened Notepad file Pin
amitranjanmishra25-Nov-04 21:48
amitranjanmishra25-Nov-04 21:48 
How do i read from an already opened text file using vb6.0..
I tried to write code which is here...


<br />
<br />
Private Sub Form_Load()<br />
<br />
Dim TxtSheet As Object<br />
<br />
Set TxtSheet = GetObject("d:\amit\1.txt")<br />
' This is a NOTEPAD APPLICATION AND IS ALREADY OPENED by some other application in write|append mode<br />
<br />
<br />
Dim buffer As String<br />
buffer = TxtSheet.Application.Value<br />
Text1.Text = buffer<br />
<br />
Unload Me<br />
<br />
End Sub<br />
<br />



amit mishra
GeneralRe: Want to read from an already opened Notepad file Pin
Dave Kreskowiak26-Nov-04 3:39
mveDave Kreskowiak26-Nov-04 3:39 
GeneralCalling a c++ dll Pin
Cedric Moonen25-Nov-04 21:47
Cedric Moonen25-Nov-04 21:47 
GeneralColor Palette Pin
Sai Ashok25-Nov-04 16:03
Sai Ashok25-Nov-04 16:03 
GeneralRe: Color Palette Pin
Dave Kreskowiak26-Nov-04 3:34
mveDave Kreskowiak26-Nov-04 3:34 
Generalcode documentation Pin
Paebbels25-Nov-04 9:20
Paebbels25-Nov-04 9:20 
GeneralRe: code documentation Pin
Colin Angus Mackay25-Nov-04 22:45
Colin Angus Mackay25-Nov-04 22:45 
GeneralRe: code documentation Pin
Paebbels26-Nov-04 4:33
Paebbels26-Nov-04 4:33 
GeneralRe: code documentation Pin
Dennis C. Dietrich26-Nov-04 5:15
Dennis C. Dietrich26-Nov-04 5:15 
GeneralRe: code documentation Pin
Paebbels26-Nov-04 8:34
Paebbels26-Nov-04 8:34 
GeneralCan't set a link to a exe Project Pin
Paebbels25-Nov-04 9:14
Paebbels25-Nov-04 9:14 
GeneralRe: Can't set a link to a exe Project Pin
Dennis C. Dietrich25-Nov-04 9:46
Dennis C. Dietrich25-Nov-04 9:46 
GeneralSending mail Pin
spyatnoon25-Nov-04 8:57
spyatnoon25-Nov-04 8:57 
GeneralCommand button: put text right next to icon Pin
shinay25-Nov-04 7:34
shinay25-Nov-04 7:34 
Generalcall the click event of a button Pin
jlawren725-Nov-04 6:55
jlawren725-Nov-04 6:55 
GeneralRe: call the click event of a button Pin
Tom John26-Nov-04 4:53
Tom John26-Nov-04 4:53 
Generalnotepad finding Pin
pranav.net25-Nov-04 6:48
pranav.net25-Nov-04 6:48 
GeneralRe: notepad finding Pin
Pablo.ar25-Nov-04 17:49
Pablo.ar25-Nov-04 17:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.