open .dbf(visual foxpro) file type 48 with ado?
hi ive got a couple of .dbf files which i need to read using vb6.. ive read in plenty of threads that i could get it working by the conventional adodb connection.. but the modification in connection...
View ArticleVS 2010 Loading a form in Windows form similar to "modalPopup" in web
I am loading a "loading" indicator in a separate form named popup, while I have a job running. This issue is: The form is blank when it is loaded, I have seen many suggested solutions on web, but none...
View Article[RESOLVED] [VB2010] - is there 1 function for test if is numeric and a letter?
i'm testing the keyboard. how can i test if the e.keycode is numeric or a letter? or theres VB2010 cames with a function for testing if is a letter?
View ArticleDetect debug mode
Hello, I would like to know whether is it possible to detect, in runtime, via some property, if application is running in debug mode, hosted inside IDE, or as a stand-alone independent executable....
View ArticleConnect to a remote computer's local database
Hi Guys! I have a local sql server 2012 database at home pc. I know my home computer's ip address, the server name and the database name. I want to add this database to my visual studio 2012 project in...
View ArticleGod Mode...
...or on a more serious note: "Who moderates the moderators?" Is it allowed to ask that innocent question here, without being immediately threatened to be banned? Will my posting here immediately...
View ArticleVS 2012 Help Fix Bug Usercontrol as child in FlowlayoutPanel
Hi.. Can anybody help mi fixing a bug using a Usercontrol as child in flowlayoutpanel? Usercontrol = Group The problem is only the dragging drop part where for example i have made Group1, Group2,...
View ArticleVS 2008 Picturebox IN ContextMenu
Hi Is it possible to add a pictureBox to a contextMenu. EG. To view a staff picture I can right click on their name in a form I've already created. This is instead of opening a sub form, which TBH...
View Articlesearch in listbox with respect to the text entered in textbox.
How to search listbox items with text entered in textbox
View Article3.0/LINQ process threw an exceptiion of type invaild system operation Exception
My C# application after stepping through it is thrown a slew of process exceptions (from the base priority, exit code and exit time, handle, has exited, ID , machine name all the way down...
View ArticleParallel Web Service Call From Windows Form Application
Hi, I have been trying to write a load tester, in a windows forms application, to send multiple requests to the same web service in a parallel for loop, and get the timing for each call using...
View ArticleAny tricks for getting a web page to maintain a backend spreadsheet?
Anyone ever do something like this without actually downloading the spreadsheet to the local machine? Any tools or what not out in the world for doing something like this? Does sharepoint allow for...
View Articleneed help (vb6 + mysql)
database connection Set cn = New ADODB.CONNECTION Set cn = New ADODB.CONNECTION cn.ConnectionString = "DRIVER={MySQL ODBC 3.51 Driver};" _ & "SERVER=192.168.1.229;" _ &...
View ArticleDatatable:xml query for xml column
If i load xml datatype column to a datatable then can i perform xml query on it? SQL server supports queries like .exist, .value on xml columns. I am trying those kind of queries on datatable. Below is...
View Article[RESOLVED] Problem with UDT
Hi, I have got a little problem with UDT. At the beginning I've to say i dont get any errors, its just not working the way it should. The Main idea is, i want to save a UDT in another UDT and this in...
View ArticleVS 2012 [RESOLVED] If textbox is tab stopped
Hi Guys! How to say; TextBox1.Selection = 0 If got focus with Tab button. What I want is, there is a ready-text in that textbox but I don't want the all text to be selected when it is focused with tab....
View ArticleVS 2010 [RESOLVED] HTTP Web Request multi-threading time out
Hello, I have a multithreaded application that communicates with a web service by HTTP GETs. when the program began to experience moderate load, it began to throw "The Operation Has Timed Out" errors...
View ArticleVS 2010 Running an Audio file on a remote terminal
Hello hope someone out there can help. First abit about the situation. I'm working for a company that has a nation wide V.P.N. This V.P.N is prone to massive amounts of lag due to the way its been...
View ArticleVS 2010 [RESOLVED] NullReferenceException and I don't know why.
I am getting a nullreferenceexception when I try running this code below. vbNET Code: Private _listOfItems As List(Of Item) ''' <summary> ''' This will check for ItemAttachments and then...
View ArticleVb6 service pack SP6 not installing successfully
In a computer, VB6 application is running without any hindrance. Also Visual Studio 6.0 is appearing in the start menu of the desktop. But I'm not finding the same in Settings-control panel-Add/Remove...
View Article