User Name
Remember Me?
Password
Home
Register
Calendar
Today's Posts
FAQ
Free Publications
Search
Page 1 of 6
1
2
3
4
5
6
>
Showing results 1 to 25 of 135
Search took
5.40
seconds.
Search:
Posts Made By:
kyeohti
Forum:
.NET General
01-26-2012, 04:01 PM
Replies:
4
logic is fuzzy
Views:
194
Posted By
kyeohti
I know what you're saying but I don't know how...
I know what you're saying but I don't know how much of the code to include without including the whole solution. I did try this troubleshooting step below which didn't help. I think this should...
Forum:
.NET General
01-26-2012, 03:31 PM
Replies:
5
Blue Squares
Views:
272
Posted By
kyeohti
Blue Squares
In VS 2010, what do the little blue solid squares signify just off to the right of several lines within the code editor?
Forum:
.NET General
01-25-2012, 12:59 PM
Replies:
4
logic is fuzzy
Views:
194
Posted By
kyeohti
logic is fuzzy
Either I'm losing it or the If logic is breaking in VS 2008. I have several conditions that look for an ending application boolean but when they are set, the if conditions are being ignored anyhow. ...
Forum:
.NET Installation / Documentation
01-21-2012, 04:52 PM
Replies:
1
Versions of .NET
Views:
542
Posted By
kyeohti
Versions of .NET
I am running VS 2008 at my client's location. I have VS 2010 at my own office. The client I am working for has VS 2008 installed which shipped with .NET 3.5 framework. The .NET 4.0 framework is...
Forum:
.NET General
01-20-2012, 05:13 PM
Replies:
5
Singular instances
Views:
225
Posted By
kyeohti
Why does it work?
How is it that _instance is getting assigned to an existing singleton when one exists? Otherwise it could be nothing in which case another is produced. I don't see where the assignment of _instance...
Forum:
.NET General
01-20-2012, 10:50 AM
Replies:
5
Singular instances
Views:
225
Posted By
kyeohti
Singular instances
Is there a way to define a class such that there can be only a single instance of that class?
Thanks,
Kyeohti
Forum:
.NET General
01-20-2012, 10:36 AM
Replies:
1
Dim versus Private
Views:
147
Posted By
kyeohti
Dim versus Private
I think declaring a variable using Dim in .NET accomplishes the same as declaring it using the Private keyword, but I would like to confirm.
Thanks,
Kyeohti
Forum:
.NET General
01-17-2012, 11:50 AM
Replies:
0
Class Definitions
Views:
129
Posted By
kyeohti
Class Definitions
My client doesn't like that the projects in his solution are saved in folders spread all over his hard drive. When I remove them and add copies where he likes them the references to classes all...
Forum:
.NET General
01-16-2012, 07:43 PM
Replies:
7
newForm.Show
Views:
247
Posted By
kyeohti
Why is it customary to have a Form1_Load routine...
Why is it customary to have a Form1_Load routine rather than a Form_Load routine? There's nothing better about having several Form1_Load routines in a project than there would be for just as many...
Forum:
.NET General
01-16-2012, 07:24 PM
Replies:
1
Timer() frustrations
Views:
170
Posted By
kyeohti
Timer() frustrations
I'm trying to measure time elapsed in very small increments. Now() is killing me, and Timer() keeps giving me "Timer is a type and cannot be used as an expression." Except that I see it used as an...
Forum:
.NET General
01-16-2012, 12:10 PM
Replies:
1
Bold letters in the Solution Explorer
Views:
224
Posted By
kyeohti
Bold letters in the Solution Explorer
I'm debugging someone else's code and one of the projects within the solution explorer always has bold letters. What does this mean? It is the second project in the build order and has one...
Forum:
.NET General
01-11-2012, 03:15 PM
Replies:
7
newForm.Show
Views:
247
Posted By
kyeohti
I put a msgbox "We are Running" line at the top...
I put a msgbox "We are Running" line at the top and nothing is happening. There are no handles defined. The entire code for that form is very short and copied below.
Public Class...
Forum:
.NET General
01-11-2012, 02:07 PM
Replies:
7
newForm.Show
Views:
247
Posted By
kyeohti
newForm.Show
I'm not sure if this is .NET specific, but VS 2008 is what I use. It seems that the .Show method makes the form appear but does not start the code within the _load sub of that form. I'm sure...
Forum:
.NET General
01-10-2012, 10:14 PM
Replies:
1
Form1_Load
Views:
397
Posted By
kyeohti
Form1_Load
Hey Gang. I inherited some code left behind by a previous programmer and it includes code in a Sub named Form1_Load. Now, I know this was auto-generated at one point, but Form1 no longer exists. ...
Forum:
Tech Discussions
01-10-2012, 09:21 PM
Replies:
4
Visual Studio Start Page
Views:
237
Posted By
kyeohti
Question Answered
Thanks Passel. The information is very helpful.
Forum:
Tech Discussions
01-10-2012, 01:18 PM
Replies:
3
Use of Namespaces versus Modules
Views:
310
Posted By
kyeohti
Use of Namespaces versus Modules
Hey guys! I am reading that namespaces are containers of symbols and the like and I see namespaces within the projects I have borrowed. The contents looks just like the contents of a module so far...
Forum:
Tech Discussions
01-10-2012, 12:01 PM
Replies:
1
Copying Projects and Solutions
Views:
233
Posted By
kyeohti
Copying Projects and Solutions
What is the correct procedure for copying a whole solution from one computer to another? My source computer is running VS 2008 and the target is running VS 2010. I can easily fit my entire working...
Forum:
Tech Discussions
01-10-2012, 10:55 AM
Replies:
4
Visual Studio Start Page
Views:
237
Posted By
kyeohti
Visual Studio Start Page
I hope this is the right place to ask about Visual Studio that aren't code related. I am using Visual Studio 2008 and the start page has quick links to some stale projects that I was working on. ...
Forum:
Word, PowerPoint, Outlook, and Other Office Products
04-26-2011, 10:26 AM
Replies:
0
Word 2010 Field Codes
Views:
501
Posted By
kyeohti
Word 2010 Field Codes
Does anyone know how to pass a parameter to a field code in Word 2010? I'm trying to insert a date label into a Word document that increments.
Thanks,
Kyeohti
Forum:
Excel
12-02-2010, 04:56 PM
Replies:
1
Excel Pull Down Menu Macros
Views:
256
Posted By
kyeohti
Excel Pull Down Menu Macros
How do I set up an excel toolbar with pull down menus that run my macros?
Forum:
Excel
10-26-2010, 03:37 PM
Replies:
2
Workbooks.Open ReadOnly
Views:
527
Posted By
kyeohti
Question answered
DOH! That's what I tried first, but I was having access related errors then. Thanks. I'm glad it was something simple.
Regards,
Forum:
Excel
10-26-2010, 02:01 PM
Replies:
2
Workbooks.Open ReadOnly
Views:
527
Posted By
kyeohti
Workbooks.Open ReadOnly
How do I exercise the ReadOnly parameter in Workbooks.Open? When I write
Workbooks.Open "\\corpsv06\Powertrain\CCI Implementation Tracking Tool.xls", ReadOnly = True
The workbook opens...
Forum:
Excel
09-21-2010, 02:49 PM
Replies:
0
Pass String to Powerpoint
Views:
264
Posted By
kyeohti
Pass String to Powerpoint
I need to send several parameters from Excel file Parameters.xls to Powerpoint file BusinessCase.ppt via macro and the best way I can think of is to write the data to a text file and read it back in...
Forum:
Excel
07-01-2010, 02:47 AM
Replies:
1
Indicate by Prompt and Click
Views:
228
Posted By
kyeohti
Indicate by Prompt and Click
Much of my code operates on a user selection. Usually they work by producing descriptive prompts in the very beginning or descriptive buttons that make clear what kind of selection is appropriate...
Forum:
Excel
07-01-2010, 02:17 AM
Replies:
1
Static Modules versus Classes
Views:
241
Posted By
kyeohti
Static Modules versus Classes
I'm in the habit of writing most of my code in static modules (the kind that save as .BAS files.) A colleague of mine has indicated that classes can do the job just as well and execute faster in...
Showing results 1 to 25 of 135
Page 1 of 6
1
2
3
4
5
6
>
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.