Forms :: Toolbar Question - WRT Porting From VB 6?

May 16, 2009

I've got a VB 6 application that I ported over to VS 2005. The application has a toolbar on it. When building it in VB 6, I created all the bitmaps for the toolbar. And they looked just fine.Now I have ported to VS 2005. The toolbar works just fine. But the images in the toolbar look "wrong". The best way to describe them is if you took each bitmap and squeezed it down to about 67% of it's size. So it is missing the detail it used to have. And the smalleer picture still takes up the same amount of space on the toolbar. It is just that each squeezed bitmap now looks like it has a thick, blank pictureframe around it.

View 5 Replies


ADVERTISEMENT

Forms :: 1-2-3's Of Making A Toolbar?

Dec 22, 2008

I am thinking about make a toolbar like... the quick launch toolbar, with autohide, top position (opposite of start/task bar), skinnable, etc.Is this possible? I need it to work with XP and Vista. I am using Visual Studio 2008, VB.NET.

View 6 Replies

Forms :: Adding A Toolbar To Datagridview?

May 13, 2010

How to add a toolbar or a pagingbar to a DataGridView in my windows form in vb.net. Any ideas about grid filtering,adding filters to grid columns.

View 1 Replies

Forms :: Make A Floating Toolbar

Jan 7, 2010

How can I make a floating toolbar (like the font toolbar that appears when highlighting text in Word 2007)?

I would like it to appear at a given point when mouse is clicked.

View 2 Replies

Porting C# Code To VB?

Feb 26, 2009

I have a bit of code which is causing me a few problems to port from C# to VB.NET

The C# looks like this

byte[] serverbuff = new Byte[1024];
int count = 0;
while (true)
{

[code]....

View 13 Replies

Porting Linq From C# To VB

Jul 4, 2010

I am trying to port the folling C# Linq statement to VB.NET. I can't seem to find any equlivant for Select((asm, idx) => new { asm, idx })

List<AssemblyReference> assemblies =
(
from asm in loadList.Assemblies.Select((asm, idx) => new { asm, idx })

[Code]....

View 2 Replies

PV Function And Porting VB6 To C#?

Sep 24, 2009

I'm working on porting some classic VB6 code to C# and just stumbled across a usage of the PV function.I feels wrong including a reference to the Microsoft.VisualBasic Assembly. Is this something that is commonly done, or should I explore further options. The next idea that pops into my mind is exploring this PV function in Reflector.

View 3 Replies

Porting Winforms Application To C#?

Jun 24, 2012

Possible Duplicate: Porting VB.NET Winforms Application to C# .Is there any way to convert a vb.net winforms application into c# ? In terms of both code and .vb (forms) files.

View 2 Replies

Porting VB 2005 To 2008

Mar 22, 2010

I have the following code in a VB 2005 project that works fine:

Imports System.Text.RegularExpressions.Regex
Do While intIndex >= 0 'Or Not boolMatch
If IsMatch(strTitle, Trim(arrTitle(intIndex)),

[Code].....

View 4 Replies

Porting VB Apps To OS X/Linux?

Dec 29, 2009

I've been wondering about this for a while, but is there actually any free way to port VB.net apps to OS X and Linux? I've searched the web for this and couldn't find anything much.

View 5 Replies

Vb6 Migration - Porting A .bas File To Vb?

Feb 21, 2011

I'm working on some legacy VB5/VB6 code and need to convert a ".bas" file to vb.net. i found several options

Compile the .bas file into a com dll and then reference and use it in my project. (For this I guess I would need vb5 or vb6 which I don't have at my disposal) Copy and paste the contents of the file in to a new module in vb.net and then try solving the errors one by one.The contents of the .bas file reference a particular dll. The .bas file has mostly declarations consts, types, sub's and functions.

What would be the most elegant way of redoing this in vb.net. Is it as simple as option 2.EDIT

I used VS2008 express and ran the code through the upgrade wizard it did the necessary conversion. and the .bas file was converted to .vb. I took that file and decided to rewrite other parts of the code, including some redoing of the converted .vb file. Other questions related to this one are here.

View 3 Replies

C# - Language Choices When Porting A Classic Asp App To .NET

Sep 7, 2010

We are looking to port our existing classic ASP application to .NET, but we're unsure of what language to use for the new app. I personally would 'prefer' C#, as I'm more familiar and comfortable with that languages way of doing things, but, the original code is VBScript, so it would possibly be easier to port to VB.NET ... One possible situation I fear would be that, because the code is so similar between the two variants of VB, that we might end up getting stuck on something that is not similar between the two, even though it looks like it would work. A shift to a wholly different language might avoid that kind of situation. Does anyone have any practical examples of this kind of situation? Insights to illuminate the issue with? Do the potential benefits of a complete paradigm shift outweigh the gains from a high degree of 'copy-and-paste-ability' ?

View 9 Replies

Datagridview - Porting A VB6 Application With Msflexgrid

Mar 17, 2009

I am porting a vb6 application to VB.net. One of the key forms has a large msflexgrid on it - about a 1000 columns and 50 rows. It has 2 header rows - the first header row has merged cells to form a main header and the second row has sub headings. There is no requirement for any data entry and it's unbound. The code does the work in deciding what to display (if anything) in each cell. It is solely used to display data in the form of a character and a coloured background and to display a tooltip text with more information when you mouse over it. Works beautifully in vb6. I'm trying to decide whether to:

a) use the vb6 msflexgrid in the .net version
b) use the datagridview - which at a first glance seems to have a problem merging the cells on the header row
c) build my own custom control to do the job

View 2 Replies

Porting .net Application From Windows To Linux?

Mar 21, 2011

I developed an application using VB .NET on a Windows OS. If I want to enable this application for a client who uses Linux , how do I do so? Do they need to purchase VB .NET? I am totally lost on how this works.

View 5 Replies

VS 2008 Porting C# Unchecked Keywords To VB?

Oct 23, 2009

I am trying to decode yEnc data using the component found here:[URL]...It all converts fine, except for Line 173 of Decoder.cs which contains the c# keyword "unchecked".Without using unchecked I get an OverflowException.What is the correct way to implement this in VB?

[Code]...

View 6 Replies

VS 2008 Porting To Win7 FtpRequest?

Apr 13, 2011

I created an application for Windows XP, now it needs to run on Windows 7. I have had some issues to resolve, but rather small ones. I am now stumped on this one... Here is my code block

vb.net
Private Shared Sub RenameFileAfterDownload(ByVal File As String)
Try

[code]....

The code works perfectly for Windows XP, but the ftpRequest does not work in Windows 7 for renaming. That said, the code runs that entire sub becaues WriteToEventLog get's written, but seems to ignore the ftpRequest lines.

View 4 Replies

Linq - Database Advice Needed: Porting VB6/ADO/JET App?

Jul 22, 2010

I need to update (well, rewrite really) a SMALL VB6 application which uses ADO to access a JET database, to a vb.net app in Visual Studio 2008. My research suggests that I should use LINQ, but it doesn't seem to be possible to connect to JET. If JET is now deprecated, what should I use? Or should I use ADO.NET without LINQ?

Please don't answer SQL Server! - this needs to be an app that end users can install easily in corporate or non-corporate environments, and must not require any ongoing technical maintenance. I started to install SQL Express, but stopped when it required at least 2 system updates, as that will be far too complex for this little app.

View 4 Replies

Porting VB Projects To Earlier Windows Versions?

Jan 12, 2012

I make loads of programs in visual basic, but it happens that my friends that want to try some, have Windows XP or Vista, when I have Windows 7 on the computer where i create them.I tried to launch the application compiled on 7 on their PCs but it just doesn't work. Is there any way to port programs from Windows 7 to other version of Windows? Or just to find a way to make them run?

View 9 Replies

.net - Porting Crystal Reports Application (VB 2003, Framework 1.1)?

May 17, 2012

I've been asigned to a new project. I have to mantain an application wich was made in Visual Studio 2003 (VB.NET, Framework 1.1) and Crystal Reports wich came included with the IDE. The application is absolutely what we call "legacy code" :).Just to make the test, today I've tried to convert the application in Visual Studio 2010. The converter is offering me download SAP Crystal Reports, with no cost and no registration.The question is: Does anybody has experience with this components?. Is feasible to migrate an application as described to VS 2010?

View 1 Replies

.net :: Porting VBA Function Parameter Is Possibly Multidimensional Array?

Aug 26, 2009

I am porting Excel VBA to VB.NET. I have a function that takes a selection of data, and it may be one dimensional or two. VBA code is quite fluid about using a variable as either a 1-D or 2-D array, but VB.NET marks it as an error.

Here is the reduced code:
Public Function Stat(ByVal Data As Range) As Object
Dim Y() As Object

[code]....

View 2 Replies

Add A Toolbar To App?

Apr 30, 2009

I am trying to add a toolbar to my app and I would like to use larger icons than the standard 16x16. An older VB6 app that I created had large icons but I cannot figure out how to get my VB.net app to change to use the large icons.

View 2 Replies

Add A Control To The Toolbar?

Feb 15, 2009

I can't find an answer to this question anywhere. How do I add a control to the toolbar? I clicked Add reference and added the Microsoft Internet Transfer Protocol, but I can't see it on the toolbar. I also tried with another reference, but couldn't get it there either.

So, should it be there or am I completely wrong? Quirky commenters, please choose another thread. I just want an answer.

EDIT: To make it easier from the start for you guys: I use version 2008.

View 5 Replies

C# - Merging MDI Toolbar?

Jul 28, 2010

In .net MDI application the menu of child form automatically is merged to the menu of parent form.Is there a way to do similar thing with the tool bars.The concept is to send the toolbar of active child to the parent toolbar stripe

View 1 Replies

Create IE Toolbar Using VB?

Jan 22, 2009

How to create IE Toolbar Using VB.net

Actually now i m using IE toolbar in C# but not able to Convert that code in VB.Net

View 1 Replies

IDE :: Possible To Saving Toolbar?

Feb 25, 2009

created my own toolbar (customized an vb ide toolbar)

View 4 Replies

Picturebox On The MDI Toolbar?

Jun 24, 2011

I hava a MDI form toolbar with command buttons and a picturebox on it.The problem is when I maximize the MDI form on runtime. The picturebox does not change its location to extreme right. I would like to have the picturebox on right hand side of the toolbar all the time, wether MDI form is maximized or in resized condition.

View 4 Replies

VS 2008 VS Toolbar Bug?

Mar 18, 2010

Not really sure what's going on here, but basically I got a new Component/Addon for my Windows Forms. I go and reference it to the Toolbar, which it accepts, and the 3 new components pop up on the screen, all fine and dandy.However, I go and press OK to add them to a group, and nothing happens. They aren't added. So, I try again, same thing. Thinking it could be a bug with the new Component, I make a new group and try to add a built in item to it, and to my surprise, nothing happens as well.

View 1 Replies

Create A Toolbar Addon?

May 2, 2011

How does one go about creating their own toolbar for Internet Explorer, or something along those lines? I've been doing some digging around the web, but nobody has really made it clear whether or not it's possible to do with vb.net. I tend to keep in mind that there is almost nothing that isn't possible in vb.net but that's almost.

View 2 Replies

Create A Toolbar In MS WORD?

Feb 24, 2010

How can i create a toolbar in MS WORD as such :This is picture :

View 11 Replies

Create Windows XP/7 Toolbar?

Aug 15, 2011

I want to create an application which provides toolbar 'button' like BatteryBar.

View 1 Replies







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