Click here to Skip to main content
15,902,635 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: One standard and common bindingnavigator user control for all the input forms Pin
Mycroft Holmes4-Jun-08 21:17
professionalMycroft Holmes4-Jun-08 21:17 
GeneralRe: One standard and common bindingnavigator user control for all the input forms Pin
Sabahat Hussain4-Jun-08 23:06
Sabahat Hussain4-Jun-08 23:06 
Questionexport to ms word 2007 Pin
zvedu0074-Jun-08 3:06
zvedu0074-Jun-08 3:06 
AnswerRe: export to ms word 2007 Pin
Christian Graus4-Jun-08 3:56
protectorChristian Graus4-Jun-08 3:56 
QuestionDisk space on Linux Pin
Matodzi3-Jun-08 23:19
Matodzi3-Jun-08 23:19 
AnswerRe: Disk space on Linux Pin
ChandraRam4-Jun-08 1:27
ChandraRam4-Jun-08 1:27 
GeneralRe: Disk space on Linux Pin
Matodzi4-Jun-08 1:47
Matodzi4-Jun-08 1:47 
AnswerRe: Disk space on Linux Pin
Chinners4-Jun-08 1:50
Chinners4-Jun-08 1:50 
I remember doing something similar to this a while back using *cough* Delphi *cough*.

It wasnt a nice tidy API call availiable. What I did was:

Create a telnet session
Send the command "df -k"
Read the results
Close the telnet session

Horrible hey?

However, if your linux box has samba installed, you can probably use standard API calls, depending on how it is setup.

A final possible (and also nasty Smile | :) ) method would be to set up a cron job on the linux box that ran

"df -k >>output.txt"

And if "output.txt" is in a directory which can be FTPd to, you can use FTP to get the results, and parse this file.


But I would suggest trying the Samba route - its much cleaner!
QuestionLabel repaint issue Pin
divyesh14323-Jun-08 23:10
divyesh14323-Jun-08 23:10 
AnswerRe: Label repaint issue Pin
Christian Graus4-Jun-08 3:58
protectorChristian Graus4-Jun-08 3:58 
GeneralRe: Label repaint issue Pin
divyesh14324-Jun-08 20:32
divyesh14324-Jun-08 20:32 
QuestionTreeView from Database or DataTable Pin
Muhammad Waseem Tahir3-Jun-08 22:54
professionalMuhammad Waseem Tahir3-Jun-08 22:54 
AnswerRe: TreeView from Database or DataTable Pin
ChandraRam4-Jun-08 1:04
ChandraRam4-Jun-08 1:04 
GeneralRe: TreeView from Database or DataTable Pin
Muhammad Waseem Tahir4-Jun-08 19:05
professionalMuhammad Waseem Tahir4-Jun-08 19:05 
GeneralRe: TreeView from Database or DataTable Pin
ChandraRam4-Jun-08 19:26
ChandraRam4-Jun-08 19:26 
GeneralRe: TreeView from Database or DataTable Pin
Muhammad Waseem Tahir4-Jun-08 21:20
professionalMuhammad Waseem Tahir4-Jun-08 21:20 
GeneralRe: TreeView from Database or DataTable Pin
Muhammad Waseem Tahir4-Jun-08 22:43
professionalMuhammad Waseem Tahir4-Jun-08 22:43 
QuestionFocus Missing in windows forms Pin
Sree Nivas3-Jun-08 20:03
Sree Nivas3-Jun-08 20:03 
AnswerRe: Focus Missing in windows forms Pin
Anubhava Dimri3-Jun-08 20:44
Anubhava Dimri3-Jun-08 20:44 
QuestionDataGrid to Excel Pin
New_Coder3-Jun-08 13:47
New_Coder3-Jun-08 13:47 
AnswerRe: DataGrid to Excel Pin
Sam Xavier3-Jun-08 18:59
Sam Xavier3-Jun-08 18:59 
GeneralRe: DataGrid to Excel Pin
New_Coder4-Jun-08 10:43
New_Coder4-Jun-08 10:43 
AnswerRe: DataGrid to Excel Pin
Anubhava Dimri3-Jun-08 20:46
Anubhava Dimri3-Jun-08 20:46 
QuestionCan we use XNA in VB.NET like C#.NET ? Pin
Mohammad Dayyan3-Jun-08 8:16
Mohammad Dayyan3-Jun-08 8:16 
AnswerRe: Can we use XNA in VB.NET like C#.NET ? Pin
jzonthemtn3-Jun-08 11:44
jzonthemtn3-Jun-08 11:44 

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.