Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > . > . > Programming Languages > .NET [34 Forums][Track this Category]
   Browse sub-categories   
» ADO [1]» ASP [7]» C# [9]» C/C++ [2]
» Visual Basic [8]

   Latest threads in category   
VBForums [2008] New to VB.net  
23:55 7-Jan-09   [Replies: 2, Views: 4]    By: Ferlas Soram
I'm real new to it. And I want some ideas for programs. Anyone have some suggestions? I mean, I'm new, but It's not like I don't know how to do a text box, or math operators. That's the easy stuff...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Excel Versioning  
23:43 7-Jan-09   [Replies: 0, Views: 3]    By: Shaggy Hiker
I just spent a couple hours figuring out how to create a pivot table on an Excel spreadsheet via code. The reason I took so long is because I added a reference to the Excel Interop 12.0, rather th...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums me.close vs me.dispose  
23:24 7-Jan-09   [Replies: 1, Views: 8]    By: daviddoria
I find that if I do me.close and then reopen the form with showDialog later, things are as they were before I closed it. If I use me.dispose and then later open the form again, its as if it was ne...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Next row in a datatable loop?  
23:14 7-Jan-09   [Replies: 2, Views: 9]    By: stricknyn
Hi all, Just curious is there a "next row" method when looping through a datatable? Basically, I want to be able to go to the next row without having to go to the end of the loop. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Prevent user from moving form  
22:47 7-Jan-09   [Replies: 3, Views: 15]    By: daviddoria
I have the following settings: ControlBox : False WindowState: Maximized Because I want the user to have a full screen application that they cannot close without using my Exit menu. The p...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2008] Problem with DataViewGrid when set a focus to a paticular cell  
22:42 7-Jan-09   [Replies: 0, Views: 4]    By: mbs-systems
Hello, I want to jump in the DataViewGrid to the next cell (X-Axis) with help of the Return(Enter)-Key and not with the Tabulator-Key. This is not necessary on the normal way with kind of se...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2008] Paging solution for datagridview  
22:32 7-Jan-09   [Replies: 2, Views: 12]    By: Xancholy
I need to quickly fill a datagridview but there are over 10,000 records. What is the best paging solution to use in cases like these ? Should I use a backgroundworker ? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Question about Focus and selectionstart  
22:29 7-Jan-09   [Replies: 3, Views: 14]    By: Arash
hey everyone, Private Sub rtbreceive_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles rtbOntvangen.TextChanged rtbreceive.SelectionStart = rtbreceive.Text...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Return an error from a function  
22:27 7-Jan-09   [Replies: 4, Views: 12]    By: daviddoria
I have a function that returns a double. If in the function I decide the value is invalid, is there any way to return "error" instead of a double? Of course I could pass a boolean by ref...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] Closing Form and Reopening  
21:23 7-Jan-09   [Replies: 2, Views: 14]    By: ngreenwood6
I am a noob to visual basic and I was just wondering if there is a way that you can close a form and reopen it. The reason is because I have created a tic tac toe game, but at the end I want them ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] [2008] Delopying interop.wuapilib.dll  
21:21 7-Jan-09   [Replies: 2, Views: 17]    By: chris128
Hi Guys, I've made a little console app that uses the Windows Update APIs to download and install some specific updates (namely Exchange 2003 IMF updates) with the idea being that this would b...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] DataSet not connecting during runtime  
21:18 7-Jan-09   [Replies: 6, Views: 20]    By: Shawn N
I have a dataset that is able to return information during design-time via the "preview data" feature. However, the same dataset returns an error: Code: System.Data.OleDb.OleDb...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums web browser print  
21:05 7-Jan-09   [Replies: 1, Views: 12]    By: bezaman
this is what i'm using to print a web page opened with the web browser control: WebBrowser1.ShowPrintDialog() is there a way to programatically set the document to landscape? and also remo...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2005] Writing an Install script?  
20:53 7-Jan-09   [Replies: 1, Views: 12]    By: blakemckenna
I need to write an "Install" script in which it installs an application with it's associated files. It also needs to make sure that the application runs in the background and is executed...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Can't get stack trace from OjbectDisposedException  
20:50 7-Jan-09   [Replies: 1, Views: 9]    By: Hypermommy
Hi all, I'm very confused on something and I'm hoping you can help. We have this funky little ObjectDisposedException happening now and again. But only on production machines, of course ... ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2008] Sorting listbox data from External source  
20:43 7-Jan-09   [Replies: 2, Views: 19]    By: Daniel1313
I am trying to figure out a correct way to sort the listbox that is being populated by data from an exteranl hard drive. The DB's on the Hard drive are contained in folders with a naming format as...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2005] Compontent's concept  
20:30 7-Jan-09   [Replies: 10, Views: 37]    By: zhshqzyc
Can we count on a component as a big object? Can we create it in .net? I thought it was in vb 6 time. Not sure. Thanks for answer this silly question. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Parsing method calls with in a method  
20:24 7-Jan-09   [Replies: 0, Views: 11]    By: wild_bill
I'm trying to build an application that when given an executable path, will return all the data layer methods the application uses. Between the application and data layers there is a business lay...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Selected Date Changes when Month is Changed on MonthCalendar  
20:18 7-Jan-09   [Replies: 0, Views: 9]    By: daviddoria
On the MonthCalendar control, I would like to be able to page through the months without changing the selected date. Is that possible? For example, If I am on February and have the 5th selected, I...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2008] How can i make my Program support some letters?  
20:12 7-Jan-09   [Replies: 4, Views: 30]    By: alexjanjic
Well i have a Program that filters out Text from a site but when Characters like: ü â ä ö are there it makes them to: ? How can i make them show right in the Program? Sorry for my bad ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2008] Randomly check items in a CheckedListBox  
19:47 7-Jan-09   [Replies: 3, Views: 23]    By: Nucker
Hi, I'm new to VB and I have a few problems. Ok so what I want is to select random items from a CheckedListBox and then print them to a sheet of paper. I also want to define how many random item...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2005] Change focus after mouseclick on treeview  
19:37 7-Jan-09   [Replies: 1, Views: 11]    By: GregSenne
I have a treeview, and lets say in the treeview I have the nodes "Textbox1", "Textbox2", and "Textbox3". Also on the form I have 3 textboxes. What I want it to do is ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] [2008] Raising an event before loading data  
19:33 7-Jan-09   [Replies: 6, Views: 28]    By: jazFunk
As it stands, when I click a button to load the data the application lags and looks as though it has locked up although it has not. There are a lot (10,000) of records to load in some cases. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2005] Setting ForColor on text from a disabled textbox + removing the..  
19:16 7-Jan-09   [Replies: 2, Views: 11]    By: SpykeYs
Hello folks, As some of you are aware of, I am fairly new to VB.NET. I am trying to learn as much as I can. I have a textbox which is set to multiline. It's setup to accept a maximum of 50...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Tic Tac Toe  
18:44 7-Jan-09   [Replies: 18, Views: 54]    By: ngreenwood6
I am just creating a simple tic tac toe game. I have created text boxes where the users can click and it will enter an X or an O. The only thing I do not like is that it has the blinking cursor ne...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  [1]  2  3  4  5  6  7  8  9  10  Next>      
   




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006