Click here to Skip to main content
15,892,643 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalparticular coloumn selection in a grid Pin
MS Lee21-Feb-08 20:18
MS Lee21-Feb-08 20:18 
GeneralRe: particular coloumn selection in a grid Pin
Christian Graus21-Feb-08 20:22
protectorChristian Graus21-Feb-08 20:22 
GeneralRe: particular coloumn selection in a grid Pin
MS Lee22-Feb-08 0:50
MS Lee22-Feb-08 0:50 
QuestionHow to Open a popup window after generating a word document in asp.net 2.0 Pin
attalurisubbu21-Feb-08 19:53
attalurisubbu21-Feb-08 19:53 
AnswerRe: How to Open a popup window after generating a word document in asp.net 2.0 Pin
Mycroft Holmes21-Feb-08 20:32
professionalMycroft Holmes21-Feb-08 20:32 
QuestionMemeory release Pin
H.A.Faheem21-Feb-08 19:38
H.A.Faheem21-Feb-08 19:38 
GeneralRe: Memeory release Pin
Christian Graus21-Feb-08 20:26
protectorChristian Graus21-Feb-08 20:26 
GeneralRe: Memeory release Pin
H.A.Faheem21-Feb-08 20:48
H.A.Faheem21-Feb-08 20:48 
i think when i opena it remains open thats why its not updating it,and i am using vb 6 beacuse application that i am using is devloped in vb6 and now i am changing it for new requirments.

Dim fso As FileSystemObject
Dim target_folder As File
Set fso = New FileSystemObject

Set target_folder = fso.GetFile(filename)
Dim value As String
Dim datemodified As String
value = Now
value = Left(value, Len(value) - 6)
datemodified = target_folder.DateLastModified
is their anay wway to close the file and drp the links between application and a file,like "close fso" but it is not working
GeneralRe: Memeory release Pin
Christian Graus21-Feb-08 20:52
protectorChristian Graus21-Feb-08 20:52 
GeneralRe: Memeory release Pin
H.A.Faheem21-Feb-08 21:06
H.A.Faheem21-Feb-08 21:06 
GeneralRe: Memeory release Pin
Christian Graus21-Feb-08 23:19
protectorChristian Graus21-Feb-08 23:19 
QuestionRandom numbers Pin
philphan5521-Feb-08 16:44
philphan5521-Feb-08 16:44 
GeneralRe: Random numbers Pin
Christian Graus21-Feb-08 17:13
protectorChristian Graus21-Feb-08 17:13 
GeneralRe: Random numbers Pin
philphan5521-Feb-08 17:19
philphan5521-Feb-08 17:19 
GeneralRe: Random numbers Pin
Christian Graus21-Feb-08 17:33
protectorChristian Graus21-Feb-08 17:33 
GeneralRe: Random numbers Pin
philphan5521-Feb-08 17:39
philphan5521-Feb-08 17:39 
GeneralRe: Random numbers Pin
Christian Graus21-Feb-08 18:31
protectorChristian Graus21-Feb-08 18:31 
GeneralRe: Random numbers Pin
Smithers-Jones22-Feb-08 3:07
Smithers-Jones22-Feb-08 3:07 
QuestionHow can I embed a newly created word document in my form? Pin
JUNEYT21-Feb-08 11:56
JUNEYT21-Feb-08 11:56 
GeneralRe: How can I embed a newly created word document in my form? Pin
Arjun Marwaha21-Feb-08 23:14
Arjun Marwaha21-Feb-08 23:14 
GeneralDifferentiated Access to functions Pin
IvanIT21-Feb-08 6:58
IvanIT21-Feb-08 6:58 
GeneralRe: Differentiated Access to functions Pin
Dave Kreskowiak21-Feb-08 7:39
mveDave Kreskowiak21-Feb-08 7:39 
GeneralRe: Differentiated Access to functions Pin
IvanIT21-Feb-08 7:48
IvanIT21-Feb-08 7:48 
GeneralRe: Differentiated Access to functions Pin
Dave Kreskowiak21-Feb-08 8:42
mveDave Kreskowiak21-Feb-08 8:42 
GeneralRe: Differentiated Access to functions Pin
IvanIT21-Feb-08 8:57
IvanIT21-Feb-08 8:57 

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.