|
More site info...
Xtreme Visual Basic Talk - www.xtremevbtalk.com | Site profile
|
|
Site profile page for http://www.xtremevbtalk.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.xtremevbtalk.com.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://www.xtremevbtalk.com is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity table on Xtreme Visual Basic Talk:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
303
|
1,185
|
3,307
|
|
Post:
|
598
|
2,521
|
7,218
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for Xtreme Visual Basic Talk (http://www.xtremevbtalk.com)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
Xtreme Visual Basic Talk posting activity graph:
|
|
http://www.xtremevbtalk.com Alexa graph:
|
Top authors on Xtreme Visual Basic Talk during last week:
user's latest post:
text number
Published (2009-11-28 20:37:00)
Did you set WordWrap to False?
user's latest post:
Developing MS Visual Studio like...
Published (2009-11-27 12:10:00)
There's not many questions here, but I'll do what I can. The requirement you have that eliminates the most possibilities is this one: Quote: Last but not least is to be able to access the application via the browser with the same look and feel his desktop version. This eliminates practically every .NET presentation framework except for Silverlight. If you write a Silverlight web application it takes very little effort to produce a...
user's latest post:
I want to find free programing...
Published (2009-11-28 19:46:00)
.NET http://msdn.microsoft.com/en-us/vstudio/default.aspx RealBasic http://www.realsoftware.com/download/ Progress http://web.progress.com/en/downloads.html qbasic 1.0 http://www.softpedia.com/progDownloa...oad-50470.html Delphi https://downloads.embarcadero.com/free/delphi All you need to do is use your friends (yahoo, google, ask, answers, bing) and you are just a few clicks away from having more free programming languages than you can...
user's latest post:
Get Text from Cursor RTB
Published (2009-11-28 10:46:00)
Hi, Yeah, I guess it would work with WordWrap to false. I am having one more problem with flickering. I looked into it, and the LockWindowUpdate seemed to solve other's problems, but I guess I am doing it wrong. It's in the ZIP file I posted in ChatRichTextBox.AppendTextWithScroll. Here it is in case you don't want to download it: Code: Public Sub AppendTextWithScroll(ByVal text As String) Dim wasAtBottom As Boolean =...
user's latest post:
Open multiple Excel Workbook...
Published (2009-11-27 15:48:00)
That is veru similar to the technique I would use. Are you processing each file that you open?
user's latest post:
Splitting Up a String
Published (2009-11-26 08:36:00)
You don't necessarily need the program to simplify when calculating the derivative, but since the OP asked, we are trying to help with that as well. Quote: Originally Posted by leptictidium However, the final answer will not be simplified. How do I teach the computer that 2x+2x=4x, x*x=x^2....etc... The real point is to get the function into some sort of representation that is easy for the program to work with. Simplification of the...
user's latest post:
Re: Range.End Property
Published (2009-11-27 12:26:00)
Hi, Code: wbTemplateSAS.Sheets("Componet").Range( A2 ). Paste An Excel.Range object doesn't have a Paste() method, so that is one issue with the code. For reference, it does have a PasteSpecial() method. The other issue is that A2 should be a string, "A2". But the Range.Copy() method you are already using has a Destination parameter you can utilise: Code: myRange.Copy...
user's latest post:
SendInput Problem
Published (2009-11-27 00:21:00)
Ok This code works and i can move the mouse: Declarations & Constants: Quote: Private Declare Function SendInput Lib "user32.dll" (ByVal nInputs As Integer, ByRef pInputs As INPUT_TYPE, ByVal cbSize As Integer) As Integer Const KEYEVENTF_KEYUP = &H2 Const MOUSEEVENTF_MOVE As Integer = &H1 ' mouse move Const MOUSEEVENTF_LEFTDOWN As Integer = &H2 ' left button down Const...
user's latest post:
Removing Duplicates
Published (2009-11-28 12:04:00)
I am Tring to Make this work but I do not understand the Colunms as objects Part. Here is what I got Code: wbTemplateSAS.Sheets("Component Matrix").Activate() Dim MyRange2 As Excel.Range With wbTemplateSAS.Sheets("Component Matrix") MyRange2 = .Range("A2:AY2", .Range("A65536:AY65536").End(Excel.XlDirection.xlUp)) End With MyRange2.RemoveDuplicates(Colunm :=(HELP HERE)...
|
|
|
Top 10 active forums on Xtreme Visual Basic Talk during last week:
|
|
Top 10 forums on Xtreme Visual Basic Talk:
General
- 40,218 posts
|
.NET General
- 28,605 posts
|
Excel
- 22,468 posts
|
Database and Reporting
- 14,628 posts
|
Tech Discussions
- 8,500 posts
|
.NET Database and Reporting
- 7,914 posts
|
Interface and Graphics
- 5,232 posts
|
Communications
- 4,982 posts
|
Web Programming
- 4,388 posts
|
Random Thoughts
- 4,212 posts
|
|
|
|
|
Latest active threads on Xtreme Visual Basic Talk:
Started 22 hours, 7 minutes ago (2009-11-29 05:54:00)
by shadow1992
yes i need help here me too.. ....i have searched many forums but not even a simple tutorial i found!
Started 23 hours, 19 minutes ago (2009-11-29 04:42:00)
by sgm
after filling your table using your DataAdapter try to check if you have some records in your table. It might be that your query doesn't return any records.
use
Code:
console.writeLine (table.rows.count)
one probable cause for this is your dates, make sure that you supply them in the following format mm/dd/yyyy unless you are using another dataType in your database other...
Started 23 hours, 29 minutes ago (2009-11-29 04:32:00)
by sgm
try filling a datatable with your records form your database and then change the report. Datasource to your datatable.
Started 23 hours, 32 minutes ago (2009-11-29 04:29:00)
by sgm
you could use a datatable and fill all the required data using a DataAdapter, when you have all the records in your datatable you can change the values to whatever you want, after that you call the update method from your dataAdapter on the datatable this will persists the new data to the database.
You need to supply all the commands for your crud operations for the dataAdapter, i.e ...
Started 1 month, 3 weeks ago (2009-10-03 17:14:00)
by Paystey
OK, psuedo-code time:
if (user_logged_in){
side_bar = " log out"
}esle{
block all links from displaying
side_bar = log_in_form;
}
to block all links from displaying it depends what your using to show links and what they are.
Tell me what it is your wantign to blcok and I can help. PHPBB or your own content?
Started 1 week, 2 days ago (2009-11-20 16:40:00)
by EmptyVessel
The simplest way I can think of is to use a paint program that can create GIF Pictures with transparent areas. NET.Paint (Free) comes to mind. What you will be making will be a picture frame. the frame will be the color of the background around the circle.
The center of the frame will be transparent. Use an image control set its picture property to your GIF frame picture.
...
Started 1 week, 4 days ago (2009-11-19 02:06:00)
by IUnknown
There could be a myriad of reasons. Provide as much info as you can. Is the server accepting remote connections? Have you check the firewalls?
Started 1 day, 18 hours ago (2009-11-28 09:55:00)
by Iceplug
I'd recommend using DirectX because AFAIK OpenGL is C-specific. Do you have to use OpenGL?
Started 1 day, 13 hours ago (2009-11-28 14:08:00)
by Iceplug
1. In the textbox, handle the .KeyPress. Inspect the KeyChar that is passed and reject characters that are < "0"c or > "9"c by setting e.Handled = True when those characters are passed. e.Handled = True prevents the textbox base from putting the character in the textbox or responding to that key.
2. Use ListView for more enhanced Listbox functionality (i.e. a selectable grid, ...
|
|
Hot threads for last week on Xtreme Visual Basic Talk:
Started 1 week ago (2009-11-22 14:32:00)
by Iceplug
Maybe
If RichTextBox1. Selected = Len(RichTextBox1.Text) Then
should be
If RichTextBox1. SelectionStart = Len(RichTextBox1.Text) Then
in relation to the second example.
Started 6 days, 11 hours ago (2009-11-23 16:25:00)
by XJOutsider
or Does this Line look Right. I would still run into the Range issue.
Code:
wbTemplateSAS.Sheets("SAS").Range("B4", Range("B4").End(Excel.xlDirection>xlUp)).Select()
Started 5 days, 11 hours ago (2009-11-24 16:33:00)
by Flyguy
It looks like converting an Infix notation to a Reverse Polish Notation.
I attached a project which I download some time ago.
It was written by Erik Oosterwal, but his website seems to be gone.
It does not deal with functions like "sin", "cos" etc, but maybe you can grasp the idea behind it.
Started 5 days, 19 hours ago (2009-11-24 08:37:00)
by Peter_Aquino
You're not using any of the variables you've declared. Step back and think about how you can assign the variables values, then use the variables to perform the calculations, then write the final value (which should be in your 4th variable) to the final textbox.
Started 6 days, 13 hours ago (2009-11-23 14:37:00)
by Iceplug
What values are in the textboxes? It makes it easier for us to figure out what the function should be doing if we have the values that you are using to get the value that you want.
Started 6 days, 1 hour ago (2009-11-24 02:58:00)
by Andy Pope
The VBA code would be
Code:
Private m_rbxRibbonUI As IRibbonUI
Public Sub rbxRibbonUI_onLoad(ribbon As IRibbonUI)
'
' Code for onLoad callback. Ribbon control customUI
'
Stop
Set m_rbxRibbonUI = ribbon
End Sub
Sub Button1_Click()
m_rbxRibbonUI.InvalidateControl "Editbox1"
End Sub
Public Sub Editbox1_getText(control As IRibbonControl,...
Started 4 months, 1 week ago (2009-07-23 07:54:00)
by AtmaWeapon
I've got 3 licenses for Office 2003 and I use one of them; we use Open Office on my wife's laptop because I'm too lazy to go dig the Office disc out of storage. I think I'll get Office 2010 after it releases, but only if there's a good "family pack" SKU that lets me get more than one license for a good deal.
Started 6 days, 17 hours ago (2009-11-23 10:48:00)
by Iceplug
What are your criteria for a valid card? What card data did you give to the function that should return true?
Upon looking through your code:
1) I'd recommend properly using If blocks and Do Loops rather than Exit Functions.
2) card_number.Length instead of Len(card_number)
3) Parse out the character using card_number.Chars(i). Verify > "0"c and < "9"c, then convert to ...
Started 5 days, 17 hours ago (2009-11-24 10:53:00)
by Qua
Appearently the default behaviour of storyboards is to revert to the original value once they have finished or(?) stopped. So the fix to this issue was to set the value of zoomSliderControl to the desired value upon storyboard completion.
Started 1 week, 2 days ago (2009-11-20 18:22:00)
by Roger_Wgnr
Try adding RichTextBox1.Refresh
|
|