Click here to Skip to main content
15,881,882 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Windows xp firewall Pin
Dave Kreskowiak13-Jun-07 17:47
mveDave Kreskowiak13-Jun-07 17:47 
GeneralRe: Windows xp firewall Pin
haggenx14-Jun-07 3:30
haggenx14-Jun-07 3:30 
QuestionComboBox Question Pin
Psycho-*Coder*-Extreme13-Jun-07 11:13
Psycho-*Coder*-Extreme13-Jun-07 11:13 
AnswerRe: ComboBox Question [Resolved] Pin
Psycho-*Coder*-Extreme13-Jun-07 11:53
Psycho-*Coder*-Extreme13-Jun-07 11:53 
Questionhow to poll a win2003 terminal server for who is currently logged in Pin
crash89313-Jun-07 10:06
crash89313-Jun-07 10:06 
QuestionPut video input of a VIVO video card in a window Pin
ricox7813-Jun-07 9:53
ricox7813-Jun-07 9:53 
QuestionCreate excel sheet without installing MS Office VB.NET Pin
Dpriya13-Jun-07 9:47
Dpriya13-Jun-07 9:47 
AnswerRe: Create excel sheet without installing MS Office VB.NET Pin
haggenx13-Jun-07 11:45
haggenx13-Jun-07 11:45 
Hi
XML files could be a option to export files to xls format, of course, these files are not excel format, but if you only want export your tables i believe about they are util to you.
Example: you have this columns in excel

Column1 Column2
Data1 Line1
Data2 Line2
Data3 Line3

In xml you can generate file (text plain file) some this and open in excel and work

<?xml version="1.0"?>
<?mso-application progid="Excel.Sheet"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlnsBlush | :O ="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40">

<Styles>
<Style ss:ID="Default" ss:Name="Normal">
<Alignment ss:Vertical="Bottom"/>
<Borders/>
<Font/>
<Interior/>
<NumberFormat/>
< Protection/>
</Style>
<Style ss:ID="s21">
<Font x:Family="Swiss" ss:Bold="1"/>
</Style>
</Styles>

<Worksheet ss:Name="Sheet1">
<Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="4" x:FullColumns="1" x:FullRows="1" ss:DefaultColumnWidth="63.36" ss:DefaultRowHeight="12.959999999999999">
<Row>
<Cell ss:StyleID="s21"> <Data ss:Type="String"> Column1</Data> </Cell>
<Cell ss:StyleID="s21"> <Data ss:Type="String"> Column2</Data> </Cell>
</Row>
<Row>
<Cell> <Data ss:Type="String"> Data1</Data> </Cell>
<Cell> <Data ss:Type="String"> Line1</Data> </Cell>
</Row>
<Row>
<Cell> <Data ss:Type="String"> Data2</Data> </Cell>
<Cell> <Data ss:Type="String"> Line2</Data> </Cell>
</Row>
<Row>
<Cell> <Data ss:Type="String"> Data3</Data> </Cell>
<Cell> <Data ss:Type="String"> Line3</Data> </Cell>
</Row>
</Table>
</Worksheet>

</Workbook>

Manuel say: Greetings from Mexico, Cuando salga el sol, no estare aqui...
---------------------------------------

Web: http://www.otakuzone-fanzine.com
Forum: http://www.otakuzone-fanzine.com/foro

QuestionAxMSWinsockLib Pin
LegionFX13-Jun-07 9:24
LegionFX13-Jun-07 9:24 
QuestionCreating a patch using InstallShield 2008 Pin
steve_rm13-Jun-07 8:36
steve_rm13-Jun-07 8:36 
AnswerRe: Creating a patch using InstallShield 2008 Pin
Dave Kreskowiak13-Jun-07 15:50
mveDave Kreskowiak13-Jun-07 15:50 
QuestionStoring a selected ListBox item into a String variable [modified] Pin
reegan4113-Jun-07 7:41
reegan4113-Jun-07 7:41 
GeneralRe: Storing a selected ListBox item into a String variable Pin
Guffa13-Jun-07 11:47
Guffa13-Jun-07 11:47 
GeneralRe: Storing a selected ListBox item into a String variable Pin
reegan4114-Jun-07 4:03
reegan4114-Jun-07 4:03 
QuestionChanging text on button in MessageBox Pin
ctlqt1213-Jun-07 6:55
ctlqt1213-Jun-07 6:55 
AnswerRe: Changing text on button in MessageBox Pin
Dave Kreskowiak13-Jun-07 7:14
mveDave Kreskowiak13-Jun-07 7:14 
AnswerRe: Changing text on button in MessageBox Pin
koolprasad200313-Jun-07 19:39
professionalkoolprasad200313-Jun-07 19:39 
Questionunknown problem. please help. Pin
manni_n13-Jun-07 5:51
manni_n13-Jun-07 5:51 
AnswerRe: unknown problem. please help. Pin
vbnetnoowb13-Jun-07 6:03
vbnetnoowb13-Jun-07 6:03 
GeneralRe: unknown problem. please help. Pin
manni_n13-Jun-07 20:11
manni_n13-Jun-07 20:11 
GeneralHelp with string comparison Pin
Psycho-*Coder*-Extreme13-Jun-07 5:25
Psycho-*Coder*-Extreme13-Jun-07 5:25 
GeneralRe: Help with string comparison Pin
nlarson1113-Jun-07 5:29
nlarson1113-Jun-07 5:29 
GeneralRe: Help with string comparison [Resolved] Pin
Psycho-*Coder*-Extreme13-Jun-07 6:34
Psycho-*Coder*-Extreme13-Jun-07 6:34 
QuestionRetrieving and restoring extended desktop settings with EnumDisplaySettingsEx [modified] Pin
vbnetnoowb13-Jun-07 4:49
vbnetnoowb13-Jun-07 4:49 
AnswerRe: Retrieving and restoring extended desktop settings with EnumDisplaySettingsEx Pin
Dave Kreskowiak13-Jun-07 7:16
mveDave Kreskowiak13-Jun-07 7:16 

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.