Where To Get PNG Icons For Program Tools
Feb 22, 2009Im searching everywhere small & bigger Icons that are free for my Tools. But I cant find any.
View 2 RepliesIm searching everywhere small & bigger Icons that are free for my Tools. But I cant find any.
View 2 Repliesis there a section on how to add controls, Ie like in fire fox Tools/Options
View 1 RepliesI want to create a windows installer package using visual studio. It is my understanding that there was a simple way to do this in vb6, you could add an installer like you can add a new form.
How can I do this in vb.net? I downloaded and installed the Windows SDK from [url]... because it said somewhere that it could create installer packages and had tools to do so for .net
write program for creating Icons, using MS Visual Basic 2005?I want to know all the details
View 3 RepliesI'm doing a program that will display icons from a folder (c: as an example ) in a list view but i can not find a way of making it work.
View 1 RepliesTortoiseSVN and Dropbox both have Windows shell extensions that make file icons within Windows Explorer show a small icon beside the main one, showing the file's status - has it been synced, etc How can I make my application show icons beside files like that using the Windows API? Or is there some file attribute to do that?
View 1 RepliesIs there a way to Show/Hide the desktop icons in .NET?I tried manually editing the HideIcons subkey in the registry through code, but it didn't take for some reason.I also tried calls to Win API methods FindWindowA but i'm not the best at handling unmanaged code.
View 4 RepliesBasically the problem i have is i have made a program that creates and installs a registry key which changes default drive icons etc.
But registry key directories need double backward slashes in the directories, e.g.
What i recieve;
C:exampleicon.ico
What i need;
C:\example\icon.ico
I was thinking sending the directory i recieve to another textbox and replacing '' with '\'. Is this possible?
I would like to make a image in the form representing the icon and a label below it to represent name but is there a easy way to do this.
View 2 RepliesHow 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 RepliesI 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?
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 RepliesI 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.
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 RepliesI 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 RepliesIf 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 RepliesI 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 RepliesHere 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.
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 RepliesI 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 RepliesI want to make a nes rom editor and i dont know where to start.
View 5 RepliesWe 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 RepliesIve 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 RepliesI 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]...
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 RepliesCan't find a drive list box in the tools (2010).
View 4 Repliesi 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]...
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.
Anyone know of any free reporting tools - I am using vb.net express, which doesn't have any report features with it.
View 2 RepliesI 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].....