Controlling Tools From Different Procedures?

Nov 30, 2011

If I write many subs and functions in my code, the tools on the interface will stop responding to some of the subs and functions. What can I do about that?

View 1 Replies


ADVERTISEMENT

Create Sub Procedures In VB6 Under Tools Add Procedure

Dec 15, 2011

i used to create sub procedures in vb6 under tools/ add procedure. Same is not available in vb2008. how can i create sub procedure in form.

[Code]...

View 6 Replies

Web Browser Tools - Add Controls, Ie Like In Fire Fox Tools/Options?

Jun 9, 2009

is there a section on how to add controls, Ie like in fire fox Tools/Options

View 1 Replies

How To Drawing Tools Box Used

Mar 13, 2010

How to used drawing tool box in vb.net. i want to design graph page to used Ellipse,Rectangle, lines etc. as par Requirement not particular size and draw mouse

View 1 Replies

Use Reporting Tools Or Not?

Apr 30, 2011

I want to create a report. I have already stored all the query results in their appropriate textboxes. Now that I have all the data I require, do I need to use report viewer?

I haven't connected my database using ADO.net or anything else. Just using code to connect and retrieve data.

Is it appropriate to create a Form and put this data there and arrange it there for printing purposes?

View 1 Replies

2008 : Seeing Datagrid On The Tools?

Dec 12, 2011

After set up visual basic2008, it works well but datagrid control i can see on the tools so, how to can see datagrid on the tools.

View 1 Replies

ADO.NET Entity Framework Tools?

Apr 16, 2011

I downloaded the VB 2010 Express software, the total files that we included in the download was 15, but it only loaded up 12 of these files. The following downloads did not get loaded as follows:MS Visual Studio 2010 ADO.NET Entity Framework Tools

MS HelpViewe 1.0 x64

I tried reinstalling the downloads that did not using the VB Express 2010 setup, but they do no appear on the list of downloads, only the SP1 for MS SQL Server 2008 Express Server (x64).Do I require the downloads that did not load.

View 2 Replies

Calculating Age From Two DateTimePicker Tools?

Dec 24, 2011

I just want to calculate age from two datetimepicker tools. The label should display - "XX years XX months xx days old". I have succeeded in calculating with respect to time, but failing w.r.t date.

View 3 Replies

Cannot Find Tools In The Toolsbox?

Sep 8, 2009

I cannot find a tools in the toolsbox in vb.net where I need two panels with a blue button on the splitterbar to allow me to close/hide the panel on the left side. Very similar thing as I want to have them included in my program. http:[url]....That's the Toolstripcontainer but the blue button thing will not be visible when I debug the program. I have already set them to true but it still not showing so I gave up. Which tools in the toolsbox that has two panels that one panel go on the left, a button (like in the screenshot) in the middle between the left and the right panels which allow me to close/hide the panel on the left side?

View 7 Replies

Download The Developer Tools?

Nov 9, 2011

I have been trying to download the Visual Basic and it took me 3 days now to download because my network is not always good, so when the net is off, I have to start it over and over again. My question is: How can I download the Visual Basic just once and for all so that I start learning how to build my first Windows Applications?

View 3 Replies

Getting VMware Backup Tools?

Jul 31, 2007

Here is something I decided to come up with after backing up my virtual machiens with powershell code.

The software includes:

-dll to handle DB access and shared objects,

-GUI to manage the backup schedule,

-Windows Service to actually turn off the virtual machine, back it up, and power it back on, according to schedule.

It is not finished yet, but the main thing is is that the windows service actually backs up what you specify.

View 4 Replies

Reflect A Set Of Data In Xml Using The Tools?

Jun 9, 2010

reflect a set of data in xml using the above mentioned tools.i was thinking that the xml should be converted to a dataset first. however, i couldn't see any useful sites.

View 7 Replies

Testing - Are There BDD / TDD Tools For Developing

Oct 28, 2009

I am responsible for rewriting an internal tool for my company. I am currently reworking the most time consuming step to run faster which should give me time to re-think the design of the application for a full rewrite as the interstitial version will meet the current needs. I really want to take this opportunity to implement this code using BDD/TDD but I am new to this method of programming in general and especially within the context of .NET. Are there BDD/TDD tools available for .NET? What resources should I look at?

View 2 Replies

Tools - Make A Nes Rom Editor

Sep 23, 2011

I want to make a nes rom editor and i dont know where to start.

View 5 Replies

Where To Get PNG Icons For Program Tools

Feb 22, 2009

Im searching everywhere small & bigger Icons that are free for my Tools. But I cant find any.

View 2 Replies

C# - Controlling Cmd.exe From Winforms

Nov 5, 2010

Question: I want to control cmd.exe from winforms. I DO NOT mean every command in a single process, with startupinfo, and then stop. I mean for example start the (My) SQL or GDB command prompt, send command, receive answer, send next command, receive next answer, stop SQL command prompt exit process. Basically I want to write a GUI on top of any console application.

[Code]...

View 4 Replies

Controlling A Download?

Jan 3, 2010

Ok, so I've been doing some looking around lately, trying to figure out how I can get maximum control over a download. So I can control things like:Download speedWhere to start the transaction(Byte Offset, like in a Stream?)Where to end the transaction (Byte Offset, like in a Stream?)

View 6 Replies

Controlling One Player With Other In VB?

Mar 9, 2010

if i have two media players in form1 and form2 respectively....how can i control the media player in form2 with media player in form1....so that if i pause media player in form1...the media player in form2 should get passed and if i scrub the seek bar in player1 the seek bar in player in form2 should move along with it...how can i do that.......means how to play single video in both players at once...

View 1 Replies

Controlling The Min Max Buttons?

Jan 23, 2009

I want to have a min and a max functionality to my app. When the user clicks the minimize button I want the form to go to taskbar which is easily done.

However the user clicks on the maximize button i want the form to go to a specific size (470,999) to be exact.

Private Sub app_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Resize
If Me.WindowState = FormWindowState.Maximized Then

[Code]....

but it maximizes to the screen size. how to control the maximize screen button? I don't want to change the formborder style setting from sizeable because I like the way it looks like this. I just want to get the min max buttons to go to sizes that I want them to go to.

another thing is there a way to save the size of the app that the user has it set to before they send it to taskbar then when the user brings it off the taskbar is there a way to bring it back to that size?

View 4 Replies

Controlling The TabControl?

Nov 4, 2009

I was working with TabControl on a form.I wish to restrict the selection of the tabs on the form...For example, The user will start with the 0 index Tab selected by default.As he selects an option from that tab pane n confirms his selection, The next tab gets selected. I could develop a code for this like this tabcontrol1.selectedindex = 1 'Or 2 or 3 according to the need But Now I find that at runtime I can switch back to some other previous tabs or some forward tabs.... Which I do not want. I simply want the tabs to be activate in a flow...

View 5 Replies

IDE :: How To Use Procedures

May 10, 2009

I'm trying to learn how to use procedures?

Public Function mgboc(ByVal mboc1 As String, ByVal mboc2 As String) As String
Return mboc1, mboc2
End Function

But it doesnt work. I want it to "return" the parameters, but it won't even compile.

View 2 Replies

Why To Use CLR Procedures

Jan 12, 2010

Why we use CLR procedures. Is there any significance of CLR Procedures or any example where CLR Procedure is the only solution?

View 4 Replies

.net - Tools For Auto Class Translation WCF?

Nov 3, 2011

We are in the process of writing a WCF service using the same pattern as in WSSF. It has its service implementation which makes use of Business logic project to get the resources or save the resources using Data Access Repository. This is where the problem comes since we have to write a translator for translating Data Contract to Business Entity and Vice Versa. This translation is becoming tedious.I am looking for a way (maybe using Reflection) to write one function to Translate Datacontract to Business Entity and vice versa.

View 1 Replies

Add Scroll Bars And Zoom Tools?

Sep 29, 2008

Ive recently started using VB and i have an image larger than the imagebox size. Is there a way i can add scroll bars and zoom tools? or just the scroll bars would be enough.

View 2 Replies

Any Tools To Check For Duplicate Code

Jun 27, 2012

I wish to get a quick feeling for how much copy and paste coding we have, there are many tools for C# / Java to check for this type of thing. Are there any such tools that work well with VB.NET? (I have seen what looks like lots of repeated code,

[Code]...

View 8 Replies

Binding Database Tools In .net For Sql Server?

Feb 19, 2009

I am used to using the binding database tools in vb.net for sql server, are there these same tools for using a mysql database?

View 2 Replies

Can't Find A Drive List Box In The Tools

Jun 6, 2012

Can't find a drive list box in the tools (2010).

View 4 Replies

Developing Tools In A Team Environment?

May 21, 2010

Where I work we need to rewrite a bunch of tools for a software package called ArcGIS. These tools were written in VB6, by someone who is a very beginner programmer.We need to transition these to .NET in order to work with a new release of the ArcGIS software due to come out soon. I am having trouble convincing the 'powers that be' that we need to take a new approach to the development of these tools. they are all in a single VB Project, but what I want to do is to break these tools up into seperate projects in either VB or C#, compile dll's, and then use them as needed.....more of a 'modular' approach in my eyes. That way many people can develop many tools at the same time.

Can anyone point me to some weblinks or articles on how to properly develop in a team environment so I can try to convince the powers that be that we need to change the way we are doing things.

View 4 Replies

Free Reporting Tools For VB Express

Jun 10, 2011

Anyone know of any free reporting tools - I am using vb.net express, which doesn't have any report features with it.

View 2 Replies

Ftp File Transfer Without Any Third Party Tools?

Feb 23, 2012

I am writing the code using vb.net for file transfer from remote machine to local machine with out using any third party tools

This my code

Dim reqFTP As FtpWebRequest
Dim filepath As String
Dim filename As String

[Code].....

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved