Answer Questions
8026mn Splash Screen Problems
Using VS 2005, I am using the splash screen facility within VB and within the code, having it run some general maintenance. The main exe has 5 different screens which can load depending on the command line parameter. The problem I'm experiencing (and having a lot of feedback from users) is the correct screen loads, the splash screen unloads but rather than return focus to the correct screen, the application on screen before the program was laun ...Show All
Joachim Welsch Anomalous Access Database Results.....
I have a test database... the Table called Bluish is filled with the following data: Bluish RecordNo RecordType OwningCategory Name Author DateCreated DateModified Descriptor Document 0 SubCategory Bluish Puppies 2/7/2006 9:32:40 PM 2/7/2006 9:32:40 PM 1 ...Show All
Muljadi WebBrowser Control using various public IP address
Is it possible for a program that uses the WebBrowser control to have a different IP Address for each instance created TIA ...Show All
Vinh Dang XMLHTTPRequest Freez... why?
I am using visual basic 6 for send request to server and following are the code Dim objXml As MSXML.XMLHTTPRequest Set objXml = New XMLHTTPRequest objXml.Open "POST", "Some http url" , False objXml.setRequestHeader "content-type", "application/x-www-form-urlencoded" objXml.send ("") ' >> Freezing point debug.pring objXml.responseText it working perfect.. but prblem is that when i o ...Show All
kef_c80 VB Express Very Sluggish With 150 Form Project
I just removed the VS Beta and installed VB Express. Now the IDE is extremly sluggish. Many IDE actions, even simple ones like adding a new line, take 10 or more seconds to appear on the screen. VB is bordering on not being usable. This is on the same desktop platform as the beta 2 was installed and it was usable - build was taking a bit longer than I wanted but OK. The project has over 150 forms. Is VB Express intentionally crippled compa ...Show All
Eddie Smith Just move from VB6 to VB.NET
Hello, I'm just move from VB6 to VB.NET and found many things differ from VB6. I found it almost likely to OOP such as C++ and Delphi. Is VB6 and C++ in VS6 is death So which is better, VB.NET or C++.NET (C++ is same to C# ), because study VB.NET is likely study C++ I'm not sure Please give me some suggestion. Thank you >Is VB6 and C++ in VS6 is death I don't know what you mean about C++, but VB6 is dead, ...Show All
SnakeSV Parsing Question! :) help needed bigtime...
I have an issue where data in cells could look like a few different ways: 14.83 140.83 1140.8 1140.83 1140.83(Session: 84848) Basically, I'm drawing a blank on how to parse the data. Obviously the data string length is dynamic. My main goal is to find IF the cell has the "(Session: 84848)" then delete that, but keep the 1140.83. And it needs to be dynamic... Any thoughts Would I use the InStr I'm stuck! TIA! -Scot ...Show All
Alvin tiow Using process to run a batch file
I am converting a VB6 app into VB.net. This app checks the existance of source files in RCS by creating a batch file which checks out the source files and copies them to a temporary directory. The app then looks in the temporary directory for the existance of the files. The VB.net version works except that the batch process is copining the files to the Windows directory instead of the temporary directory which was made the default. It creates th ...Show All
martin_eifert Best method for exporting a DataGridView to Excel
I have a datagridview(DGV) which contains data based on a user selections from a pre-defined dataset In point form: User starts program program builds datatable user opens file and program read all data from file into the dataset.datatable user defines the data they want to see program displays datagrid based on dataset.datatable and user choices. (basically it displays the whole dataset and removes unwanted columns\records) ...Show All
Grigori Somin MSFT class library
Could some who is already familiar with the developement environment please tell me if it is possible to build class libraries as a compiled dll file, or is this restricted to the full versions like 2003 was Thanks for any help.. Have you checked this That would be very curious... I can't confirm that, I don't have a Standard Edition/Express now installed... That is a fundamental function of every commo ...Show All
NedRob Quckfind
There are times that quickfind cannot find strings that are right in front of me. For example, below is an excerpt from a project file. </ PropertyGroup > < ItemGroup > < Reference Include = " System " /> < Reference Include = " System.Data " /> < Reference Include = " System.Drawing " /> < Reference Include = " System.Web.Services " ...Show All
ghawkesford Can't edit existing project
I don't understand how to edit my existing project. I made a very simple program that displays the hair color of whichever family member's name I enter, and it works and everything. But I can't figure out how to edit the form and controls and such...all I can edit is the code for the button-click procedure (when I open up the project, it displays the code for the button; but I can't figure out how to get to the form editor). Obviously I don't re ...Show All
Silverbee Null Ref Exeption?????
The following is a copy of my class. I'm trying to build a list of "Question" objects, but, when I add my object to the list, it says: "Null reference exeption" No idea how it considers that NULL. Imports System Imports System.Collections Imports Microsoft.VisualBasic Public Class QuizClass Dim password As String Dim noOfQs As Integer Dim qs As IList( Of mcqClass) Dim qsIndex As Integer ...Show All
KrazyMGA dynamic help window
I've been using vs 2005 for quite a while. I just noticed that the dynamic help window has disappeared. I looked at the view menu. It wasn't there. I searched the msdn vs 2005 help file, and didn't get any help. How do I open the dynamic help window dennist685 It is in the help menu I can not find it either, Looked in the help menu, Not there. Using VB Express righ ...Show All
NewbeeVFP getting files from FTP
Hey, I got a Windows application that processes Excel files and transfers all data to a DB. These Excel files at the moment are being sent to Malta from Germany via FTP........ the user copies the files to another location (as the FTP directory is not accessible) and then browses for them using an Open File Dialog.... the application then does the processing needed! I would like to automate this a bit more. 1. How can I access the FTP server (NO ...Show All
