Answer Questions
Jinno How to reference a .css inside a VB.NET Console app (.vb page)
Is there a way to reference a css page so I can format my emails (when calling email functions defined) nicely in my console app I've referenced css pages from within aspx pages (using <link href="StyleSheet.css" type="text/css" rel="stylesheet">) but of course I'm not sure how this is done in a console .vb page I have some email functions in this .vb where I have for the body some html and want to reference my css to make it loo ...Show All
suraj victor cursor in textbox control
I need some help showing the cursor position in a text box on windows form. I’m using two buttons on a windows form to move a text insertion point to the left or right in a single line text box on the same form. The text insertion point does move left and right as commanded but I get no cursor in the text box to indicate where in the text box the insertion point is located. In VB 6 the cursor (flashing vertical bar) in the t ...Show All
Amith 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 Please bear with me.... Sometimes information is lost with the use of pronouns such as "this" and "that" because they can be ambiguous in what they are a referrent for. What program did I add to what menu specifically You say I 'add "it" to the menu" not knowing what menu and what program makes ...Show All
Vinay Pole AnalogTVTuningSpace and MSVidCtl
I´m trying to develop a decent tv tuner/capture application (since there are no such apps, nowhere, I say) in Visual Basic 6.0. I´m using the MSVidCtl component together with the AnalogTVTuningSpace and IChannelTuneRequest object to achieve this, as desc ...Show All
saurabhdotnet Send email through Notes using VB6
I have develpoed an application to send email through notes using VB6. The only problem is, how to programatically chk whether the mail has been sent successfully or not. Thanks in advance. Kitty I'm terribly sorry Kitty, but these for are for the dot net products and I'd like to please make use of the Visual Basic 6.0 Resource Center to find a solution to your problem. But so you don't go a ...Show All
Dau Quang Thanh How to add items in the listbox?
Hello All Forum Members, I have a access database contains tables I want to add thoes tables in listbox as the items .. How can I do that in VB.net 2003 I am very greatfull to you people for answering me this question and resolve my issue ... thank you very much ... Fatir Siddiqui Hi! Do you want to create list of tables from database or you want to add values from some table to your list Common scenario is to fill data ...Show All
Adema123 Use generic form parameter to open specific form & create new instance.
Private Sub OpenForm( ByRef myForm As Form) myForm.MdiParent = Me myForm.Show() End Sub I need something like (I know this doesn't work): Private Sub OpenForm( ByRef myForm As Form) myForm = New myForm.GetType()   ...Show All
gilb12 Tab Control Problems in Beta 2
It seems that the Alignment Property for the TabControl in Visual Basic in Beta 2 has problems. If you want the Tab Pages, tabs to be on the Left or Right side of a form, they will appear once set in the designer. But, any TEXT you put on the tabs is missing. With the Tabs set to TOP the text appears normally. There is no errors raised or anything. Just no text. Have I missed something here I looked and tried several other settings an ...Show All
Romek [OTP] VB6 HOWTO: access a folder on another machine and/or network using alternate credentials
I have a support application which contains, amoung other things, the software versions of our software for each of our customers. This application (obviously the front end of a DB) also has all the info needed to remotely connect to most of our customers. What I would like to be able to do is, once connected to a customer, be able to click a button on the support program that will go to a folder, using the login credentials stored in our suppor ...Show All
vsc toaster Data Sources Window DBConcurrencyException
Hi, In our projects we create central classes for manipulating databases (connections, updating, …). We also created a public procedure for updating SQL-dataadapters who are able to treat " DBConcurrencyException. We not only use the merge procedure to enable the system to accept our changes, but we also test if another user has changed field(s) we didn’t change. So we accept his changes and merge it with our changes. We had ...Show All
akula hari insert new rows/records
Hi all, I have a problem inserting rows/records into my db. In my access db I have 1 table called "Channels" , this table consist of 3 columns (Id, Channelname, ChannelURL) primary key has been set on Id. Table has to be filled up with data captured from textboxes on the form (table is yet empty) When I hit Button1, no new records are added ! Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System. ...Show All
hackee Workaround
hiya, i get the error "Object reference not set to an instance of an object" when adding a new web form to a web site this is what i am doing i launch vs 2005 beta 2 i create a new web site on the solutions explorer, i right click on the site and select " add new item " i select " web form " on the dialog box, and click "add" and that's when i get the error any ideas f ...Show All
Thibaut Barrere Populating fields on a form in VB 2005
I have an app in VB2005 with SQL back end. It has 2 forms so far. On the first form (frm1) I added a datatable to the form. I added some fields from that table to the form via drag-and-drop from the DataSource explorer. I want to open frm2 and use other fields from the same datatable as frm1, again adding fields by drag-and-drop. The question: Do I have to do another .Fill for frm2 or can I somehow tap into the table that was filled in frm1 ...Show All
nicthu Windows Form Designer generated code
I am trying to move an application from VB6 to VB.net 2005 Express. I have all the code converted without error. Now I need to add several classes. The classes were moved from VB.net 2002 to 2005. The forms all have a section " Windows Form Designer generated code" where code for 'MyControlArray' was place for the class. See below: # Region " Windows Form Designer generated code " Public Sub New () MyBase .Ne ...Show All
Imad Mohammed setting start folder
In VB6 compiled programs you could set the "start in" option in the shortcut. But I VB2005 I can not see how to do this The problem is differnt user's might have differnt folders for there data It maybe in Project Designer Click on "My Project" in Solution Explorer -> Go to "Debug" tab -> Under "Start Options" -> "Working directory" you ...Show All
