User Name
Remember Me?
Password
Home
Register
Calendar
Today's Posts
FAQ
Free Publications
Search
Page 1 of 7
1
2
3
4
5
6
>
Last
»
Showing results 1 to 25 of 164
Search took
0.14
seconds.
Search:
Posts Made By:
SolarCoasters
Forum:
.NET Interface and Graphics
09-20-2004, 10:54 PM
Replies:
4
Creating a graph in VB .NET
Views:
554
Posted By
SolarCoasters
I mean like creating a line graph based on 5...
I mean like creating a line graph based on 5 values. Those values don't have any set scale like from 1-100 or anything they can be any number.
Thank You
Forum:
.NET Interface and Graphics
09-20-2004, 06:31 PM
Replies:
4
Creating a graph in VB .NET
Views:
554
Posted By
SolarCoasters
Creating a graph in VB .NET
How do I create a graph in VB .NET?
Thank You
Forum:
.NET Interface and Graphics
09-07-2004, 08:20 PM
Replies:
3
Center Screen
Views:
331
Posted By
SolarCoasters
Well I don't know what the resolution is on each...
Well I don't know what the resolution is on each users system so I need to find out the coordinates of the center of the screen on their system.
Forum:
.NET Interface and Graphics
09-07-2004, 07:42 PM
Replies:
3
Center Screen
Views:
331
Posted By
SolarCoasters
Center Screen
How do I figure out what the left and top values are for the center of the screen at different resolutions? I want my window basically to slide in from one side of the screen. I already have the code...
Forum:
.NET General
08-29-2004, 01:27 AM
Replies:
1
Converting backcolor to RGB?
Views:
321
Posted By
SolarCoasters
Converting backcolor to RGB?
Is it possible to set the backcolor property of a listview to be an RGB value or can I only use the something like color.blue?
Thank You
Forum:
.NET General
08-06-2004, 03:26 PM
Replies:
1
Loading Folders in current directory
Views:
218
Posted By
SolarCoasters
Loading Folders in current directory
How do I load whatever folders are in a current directory and place the folder names into a listbox?
Thank You
Forum:
.NET General
06-26-2004, 07:47 PM
Replies:
3
Opening HTML Document
Views:
234
Posted By
SolarCoasters
Opening HTML Document
My program creates an HTML Document when the user selects the print option. After it creates the HTML document how can I open it in a browser?
Thank You
Forum:
.NET General
06-15-2004, 09:51 PM
Replies:
5
Program error on startup...
Views:
288
Posted By
SolarCoasters
I don't think he has the .NET framework installed...
I don't think he has the .NET framework installed on there. So how can I allow him to install the .NET framework and my application at one time rather then having him download two seperate files....
Forum:
.NET General
06-15-2004, 09:57 AM
Replies:
5
Program error on startup...
Views:
288
Posted By
SolarCoasters
Program error on startup...
I have tested my program and it seems to work ok. When I sent it to a friend to have him test it he installed it and tried running it. When he tried running it this error message came up:
...
Forum:
.NET Installation / Documentation
06-13-2004, 09:34 PM
Replies:
1
Installing issues...
Views:
951
Posted By
SolarCoasters
Installing issues...
I am using spoon installer and it installs the .exe file but when I try to run it on another computer an error pops up saying "C:\WINDOWS\Microsoft.NET\Framework\v 1.1.4322\mscorwks.dll could not be...
Forum:
.NET General
05-20-2004, 12:17 AM
Replies:
4
Listview clicks
Views:
255
Posted By
SolarCoasters
I don't see any selectedindex property for the...
I don't see any selectedindex property for the listview control
Forum:
.NET General
05-19-2004, 11:44 PM
Replies:
4
Listview clicks
Views:
255
Posted By
SolarCoasters
Listview clicks
When a user clicks a row in the listview how do I know which row they clicked on so I can get the values of each column in that row?
Thank You
Forum:
Miscellaneous Languages
04-06-2004, 01:57 PM
Replies:
1
Strange program operation...
Views:
358
Posted By
SolarCoasters
Strange program operation...
I made this small dos program:
#include <iostream>
#include <string>
#include <iomanip>
using namespace std;
void displaySeatPlan(char[13][6]);
Forum:
.NET General
03-16-2004, 04:09 PM
Replies:
2
Comparing Times
Views:
1,186
Posted By
SolarCoasters
Comparing Times
I am testing to see if the current time is greater then another time. If the user is working at 1:00PM i want to see if the current time is greater then 1:00PM. The problem I am having is in the...
Forum:
.NET General
02-24-2004, 05:58 PM
Replies:
2
Accessing form properties
Views:
242
Posted By
SolarCoasters
I tried adding that to my code but when i try...
I tried adding that to my code but when i try running not even the main form shows up or it displays an error message that says stack overflow.
Why might the code not be working?
Thank you
Forum:
.NET General
02-24-2004, 01:33 PM
Replies:
2
Accessing form properties
Views:
242
Posted By
SolarCoasters
Accessing form properties
I have been using this code to display and hide certain forms:
Dim mainform as frmmainform = new frmmainform
the problem that I am having is when i display a new form i set the main forms...
Forum:
.NET General
02-18-2004, 12:01 AM
Replies:
3
problems removing items
Views:
276
Posted By
SolarCoasters
this is what the file contains: 2/16/2004 ...
this is what the file contains:
2/16/2004
4
00
10
30
PM
PM
30 Minute Break
Forum:
.NET General
02-17-2004, 11:13 PM
Replies:
3
problems removing items
Views:
276
Posted By
SolarCoasters
problems removing items
I have been trying everything and I just can't figure out how to remove these certain items from the file.
I have one listbox that holds old dates(ex. 2/15/2004, 2/16/2004)
and I have another...
Forum:
.NET General
02-17-2004, 11:29 AM
Replies:
1
Whitespace in file
Views:
185
Posted By
SolarCoasters
Whitespace in file
This is the code I have to save the file:
Dim sw As StreamWriter = New StreamWriter("C:\Program Files\PowerPak\Work Planner\testhours.txt")
Dim d As Integer
For d = 0 To...
Forum:
.NET General
02-16-2004, 09:36 PM
Replies:
6
Strange looping problem
Views:
359
Posted By
SolarCoasters
Ok I added the try code and I figured out why it...
Ok I added the try code and I figured out why it wasn't working thankx for your help:)
Forum:
.NET General
02-16-2004, 09:29 PM
Replies:
6
Strange looping problem
Views:
359
Posted By
SolarCoasters
I just did that right now and it says the length...
I just did that right now and it says the length of it is 8001. but why is the loop going from 0 to 1 then stopping?
Forum:
.NET General
02-16-2004, 09:18 PM
Replies:
6
Strange looping problem
Views:
359
Posted By
SolarCoasters
It returns 8001 it think and i set the array's...
It returns 8001 it think and i set the array's length to be 8000
Forum:
.NET General
02-16-2004, 08:43 PM
Replies:
6
Strange looping problem
Views:
359
Posted By
SolarCoasters
Strange looping problem
My for loop is behaving strange, this is the code:
Dim selecteddate As Date
selecteddate = cal.Value
dtpDate.Value = cal.Value
Dim i As Integer
For i = 0 To...
Forum:
.NET General
02-15-2004, 09:04 PM
Replies:
7
Work Hours.....
Views:
343
Posted By
SolarCoasters
Ok that worked but the values seem off a bit. i...
Ok that worked but the values seem off a bit. i entered 5:00 and 10:00 as test values and it comes up with 300. this doesn't seem like the correct result.
Forum:
.NET General
02-15-2004, 08:34 PM
Replies:
7
Work Hours.....
Views:
343
Posted By
SolarCoasters
Ok I think i figured out why its not returning...
Ok I think i figured out why its not returning any value. The DateDiff function doesn't have any code. here is what I have:
Public Overloads Function DateDiff(ByVal Interval As DateInterval, ...
Showing results 1 to 25 of 164
Page 1 of 7
1
2
3
4
5
6
>
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.