Answer Questions
Jishnu How can I customize the Start page?
In the VS 2005's Start page there is unuseful things like "Getting started", "VS headilines". I don't use them. And I want to place there something that I'll use, like other programming utilities. How can I do this Dear MSDN staff: I've been trying the news showing up on the Start Page of VS 2005 but when VS tries to connect it says that the channel news is unavailable or that I don't have internet connect ...Show All
KnightSurfer Unexpected Airthmatic Overflow Occur.?
If lst_ma.SelectedIndex = 0 Then Dim Wgt As Integer 'Calculating Ma1 For c1 = PD.Get_Index To 0 Step -1 &nb ...Show All
Abu S. Md. Ismail CANT DEPLOT APPLICATION
Ok this is my first time doing this click once deployment thingy But im trying to basiclly deploy my application so that others can download and use it the problem is i dont know where to deploy it to I need help i tried microsofts website but it wont let me get acess to it. is there somewhere that will let me use a webspace for free. I really don't think that 'I know more programming languages than you' ...Show All
DiaryAgenda How to center controls
Hello How can I center controls in the form I know how to center controls by using "Format-->Center in Form". But I need a code for centering controls. Thanks spotty wrote: Something like the following should be what your looking for Sub CenterControlOnForm(ByVal Ctrl As Control, ByVal frm As Form) Ctrl.Top = ( ...Show All
Dennis_K Text from a notepad
when i click button1 i want it to read the text from a certain notepad and then put all the text from the notepad into a textbox, how thanks A filepath Do you mean to read the data that the notepad has read from a file right, lets start again. U add a program to the menu, then u save it with the following code: Dim app_path As String Dim nFilenum As Integer nFilenum = FreeFile() app_path = My .Applic ...Show All
chathuranga ADO/Access Questions
I've had a moderate amount of of experience with access databases in vb6. We'd declare a file system object and from that declare a workspace and from that a record set descriptor. One could picture and understand what was happening. VS2005 is different though. You could create and delete tables and define them dynamically. VS2005 seems to be different. It seems that things are done up front in the IDE Almost as if the relatio ...Show All
hafi Save/Open file
Hi, i'm currently writing a program for .... and i want to save the textbox values in a file, how can i do this simply in vb6 you only had to open (filename) as input #1 print#1 (var) close#1 How to in pocket pc 2003 thanks you Kevin what you tell me to use wouldn't even work because i'm trying to save multiple textbox on multiple lines in the file but you are giving me ways ...Show All
SonalMS runtime created panels
hi again how can i get the selected panel from runtime created panels on click event I mean I have created 5 different panel on a form's runtime. Each of them has a label, too. If i click on one of the panels I want a messagebox to write the text of the label. Only vb2005 codes, plz. thnx Hi, You should create MouseClick event handler like shown below and associate it with all the panels' MouseClick event: Private Sub ...Show All
didik How can I share the Main Module between projects?
Hi: How can I share the Main Module1 between projects I have project1 in vb.net and contains Module1 (Sub Main of the application) project2 in C# in project2 I have a form1 class that contains a subroutines that need to reference 6 variables that are declared and instantiated in the project1 in the main Module1. Module1 at present is been compiled as Class Library, plus will be a reference of project2 and because I need this variabl ...Show All
GTO Multiline strings in components
Hello, how can I build a multiline string in a component as the Items-Property of a ListBox-Component But it is easy to convert and you should only grap the part you need. Sorry, the code what you say is for C#, but I need VB code. See this article at codeproject. Yes. Then the article that i give in my first post covers you t ...Show All
johan idstam DirectX Samples complaining
A few days ago I've installed the directx9.0b sdk. I looked through the vb tutorials, and the first 4 seemed to work well. But the rest didn't work, the compiler complained alot about the directx library not containing stuff. Any idea what's going on here I hope I get some answers quickly, Michel EDIT Sorry, the tutorials work, but all the Samples don't. Yeah, but it's a sample from the SDK - shoul ...Show All
DmitryMS VB Control Arrays.
Ok, there are many posts all over the net with possible solutions to this challenge, but none seem to suit my needs. in the 'good ol' days' (VB6 and Prior) you could simply copy/paste controls to a form and set Index properties to create an array of controls. These could then be manipulated individualy, for example: MyTextBox(1).Text ="I" MyTextBox(1).Text ="WOZ" MyTextBox(1).Text ="'ERE" But I can't find a simple s ...Show All
diego75TO SQL Exception Error
An Error occured whiled establishing a Connection to the server. When connecting to SQL Server 2005, this failure maybe caused by the fact SQL server does not allow remote connections. Ok i went to the manager and eneabled all the protocols wtf is going on. Do you have the SQL-Express CTP management tool Is the database attached to the server If the sql server is on the same machine you do not need to enable remo ...Show All
Colon CrapSpray Edit and continue feature
Is supported in a webService project and for any class referenced by it THANKS Debugging a web project actually involves starting a process and attaching to it, so in these cases, EnC is not possible. This is the same reason EnC is not supported with 64bit or Remote Debugging. This is also the scenario for projects referenced by a web project. ...Show All
Ace Coder Visual Basic Language Lexicon
I suggest a Visual Basic Language Lexicon that includes everything you function, constant etc. And ways to use them complete with examples For example; Public ITCHINMERCRACK As String You would also tell the reader what you can do with this. This might be best placed in the suggestions area... I'm sorry... Hi Jason, Many thanks for the suggestion. I forwarded it to our UE department, I am sure they will look into your ide ...Show All
