User Name
Remember Me?
Password
Home
Register
Calendar
Today's Posts
FAQ
Free Publications
Search
Page 1 of 13
1
2
3
4
5
6
11
>
Last
»
Showing results 1 to 25 of 301
Search took
0.15
seconds.
Search:
Posts Made By:
dannyb
Forum:
.NET Office Automation
05-13-2008, 12:11 PM
Replies:
3
Saving WordML2003 format in Word 2007
Views:
2,865
Posted By
dannyb
That would save as a Word document, what I'm...
That would save as a Word document, what I'm trying to do is save as WordML 2003 using Word 2007.
Forum:
.NET Office Automation
05-13-2008, 08:53 AM
Replies:
3
Saving WordML2003 format in Word 2007
Views:
2,865
Posted By
dannyb
Saving WordML2003 format in Word 2007
Hi,
I am trying to save in Word XML 2003 format using Word 2007.
I attempted to save the components as wdFormatXML and wdFormatFlatXML and both times, it appears that 2007 code would still be...
Forum:
Tech Discussions
12-19-2007, 10:15 AM
Replies:
35
camera phone?
Views:
857
Posted By
dannyb
its cool to add pictures for caller ID other then...
its cool to add pictures for caller ID other then that, i dont see the use of it. My phone came with it for 45$
Forum:
Random Thoughts
12-13-2007, 01:01 PM
Replies:
12
"Free" Windows Vista Ultimate and Office 2007
Views:
721
Posted By
dannyb
in english?
in english?
Forum:
Random Thoughts
12-13-2007, 10:08 AM
Replies:
12
"Free" Windows Vista Ultimate and Office 2007
Views:
721
Posted By
dannyb
free spyware!
free spyware!
Forum:
Tech Discussions
12-13-2007, 05:47 AM
Replies:
10
Vista SP1 RC Available
Views:
452
Posted By
dannyb
people are still using 2k and the stop making...
people are still using 2k and the stop making Service packs a long time ago
Forum:
Forum Questions / Concerns / Comments
12-11-2007, 10:31 AM
Replies:
7
That (busy) time of year
Views:
892
Posted By
dannyb
start helping last minute people for charity?
start helping last minute people for charity?
Forum:
ASP.Net
12-11-2007, 10:24 AM
Replies:
5
Project {Messagebox functionality on web page - homework help}
Views:
608
Posted By
dannyb
We dont write code for you, tell us where you...
We dont write code for you, tell us where you need help and we will help.
Forum:
Tech Discussions
12-10-2007, 05:38 AM
Replies:
3
Downgrade from VB.Net to VB6
Views:
710
Posted By
dannyb
Why would you want to downgrade from a OO...
Why would you want to downgrade from a OO programming language to a procedure programming language?
Forum:
.NET General
11-29-2007, 07:36 AM
Replies:
18
Environment.CommandLine is so complicated!?
Views:
471
Posted By
dannyb
What previous thread?
What previous thread?
Forum:
.NET General
11-29-2007, 05:31 AM
Replies:
11
Use code in module
Views:
305
Posted By
dannyb
For what ever you change on the form keep that...
For what ever you change on the form keep that code in the form class. If you have code to write/save files or calculate numbers then put this in another class/module but only if you use it more then...
Forum:
.NET General
11-26-2007, 06:27 AM
Replies:
10
file/folder exists
Views:
342
Posted By
dannyb
Correct me if im wrong but i believe MsgBox is...
Correct me if im wrong but i believe MsgBox is VB6, you should use MessageBox.Show("...")
Forum:
.NET General
11-22-2007, 09:04 AM
Replies:
10
Convert the 1st letter of each word to upper case
Views:
647
Posted By
dannyb
Did you read the whole page?
Did you read the whole page?
Forum:
.NET General
11-22-2007, 09:01 AM
Replies:
6
For each linking
Views:
241
Posted By
dannyb
why not use an array of picturebox?
why not use an array of picturebox?
Forum:
.NET Database and Reporting
11-20-2007, 06:16 AM
Replies:
2
INSERT INTO hates me, help me fight and win
Views:
313
Posted By
dannyb
you are not executing the command
you are not executing the command
Forum:
.NET General
11-16-2007, 09:36 AM
Replies:
4
String match problems
Views:
274
Posted By
dannyb
I know, it was for future reference.
I know, it was for future reference.
Forum:
.NET Office Automation
11-16-2007, 09:35 AM
Replies:
16
Add-In registaration problem
Views:
2,549
Posted By
dannyb
I edited my Register.Bat because it wasnt...
I edited my Register.Bat because it wasnt working, having problems with the root path.
echo off
echo Microsoft Office XP Primary Interop Assemblies Registration Utility
echo Copyright (c)...
Forum:
.NET General
11-16-2007, 08:10 AM
Replies:
4
String match problems
Views:
274
Posted By
dannyb
Just so you know when you are comparing two...
Just so you know when you are comparing two strings use the strMyString.Equals(strString) instead.
Forum:
.NET Office Automation
11-16-2007, 08:07 AM
Replies:
16
Add-In registaration problem
Views:
2,549
Posted By
dannyb
I get it from the COM objects in VS. Did you...
I get it from the COM objects in VS. Did you register them in the GAC and registry?
Forum:
.NET General
11-14-2007, 10:46 AM
Replies:
4
Run a Class Library object in VB 2005
Views:
271
Posted By
dannyb
Console app is like the command prompt if you...
Console app is like the command prompt if you dont ask for anything it will do the work and close.
Forum:
.NET General
11-14-2007, 10:05 AM
Replies:
4
Run a Class Library object in VB 2005
Views:
271
Posted By
dannyb
Console application?
Console application?
Forum:
.NET General
11-14-2007, 09:40 AM
Replies:
10
A shared Menu
Views:
385
Posted By
dannyb
I made a small example, here is my form load...
I made a small example, here is my form load event:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim mnuMain As New MyMenu
...
Forum:
.NET Office Automation
11-14-2007, 08:26 AM
Replies:
16
Add-In registaration problem
Views:
2,549
Posted By
dannyb
I only ran with the setup project, I didnt test...
I only ran with the setup project, I didnt test with the build/run command.
Forum:
.NET General
11-14-2007, 08:03 AM
Replies:
10
A shared Menu
Views:
385
Posted By
dannyb
The form calls the menu class. So in your form...
The form calls the menu class. So in your form load event you create an instance of your menu class.
Forum:
.NET General
11-14-2007, 07:38 AM
Replies:
10
A shared Menu
Views:
385
Posted By
dannyb
What is happening is in your MenuBeheerHoofd...
What is happening is in your MenuBeheerHoofd routine, you are adding the menu to "Me" which is the class/form containing MenuBeheerHoofd.
You could use a function to return back the menu and then...
Showing results 1 to 25 of 301
Page 1 of 13
1
2
3
4
5
6
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Announcements
Announcements
Visual Basic .NET (2002/2003/2005/2008, including Express editions)
.NET Knowledge Base
Tutors' Corner
Code Library
ASP.Net
.NET Communications
.NET Game Programming
Managed DirectX
.NET Office Automation
.NET File I/O and Registry
.NET Database and Reporting
.NET Interface and Graphics
.NET Installation / Documentation
.NET General
Xtreme .NET Talk
Legacy Visual Basic (VB 4/5/6)
Knowledge Base
Tutors' Corner
Code Library
Communications
Game Programming
DirectX
VBA / Office Integration
Excel
Word, PowerPoint, Outlook, and Other Office Products
API
File I/O and Registry
Database and Reporting
Interface and Graphics
Installation / Documentation
General
Other Languages
Web Programming
Miscellaneous Languages
General Discussion
Tech Discussions
Random Thoughts
Forum Questions / Concerns / Comments
Advertisement:
Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
Home
Register
Calendar
Today's Posts
FAQ
Archive
© Xtremevbtalk.com 2001 - 2013. All Rights Reserved.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.