Red Exclamation Points In The Bottom Of All Icons In The Vb Folder
Jul 3, 2010I am getting Red Exclamation Points in the bottom of all my icons in the vb folder. When I run the program it runs as it should. Where am I going wrong?
View 3 RepliesI am getting Red Exclamation Points in the bottom of all my icons in the vb folder. When I run the program it runs as it should. Where am I going wrong?
View 3 Repliesi want to be able to view files like window explorer does.. i have tried a webbrowser, except i don't like the left side menu in the windows explorer unless it shows folders. in my case, i would like to add folder icons. reply in detail if the code is complicated, on what actual toolbar items and imports do i need to do such.
View 7 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 RepliesI'm trying to load folder and file icons, but they're too small to display for large surfaces.
Here is my current (working) code that gets an icon too small:
[Code]...
I'm a VB beginner. The following image comes from a Mac application that I've developed. This window lists all visible files and their icons for a particular folder.
[Code]....
Hi everyone. I'm new to VB8 and I have been learning as much as I could. I goal is to create an application where I can drag and drop a folder and then an icon that i want the current folder icon to change to- all this for vista/W7. My goal is to create the "desktop.ini" to change the folder icon as well as have vista/W7 recognize the change.
overview
[IMG]http://i34.tinypic.com/6ia63k.png[/IMG]
I've read how to drag and drop folders here- http:[url]....but i am still figuring out how to limit the format.
I have a program where I'm trying to clone icons in a folder and represent the files in a listview on a form. I've tried using msdn, google and F1 help to figure this out, but I don't seem to be getting it.Here's the code I have so far, but I'm getting error that object not set to an instance of the object.
[Code]...
I deleted 3 old pictures from my resource folder. When building compiler alerted me to missing resources. Stupidly i manually edited the file and all my Toolbar icons are gone. Interesting enough the menu strip text all vanished and so did my status strip text. I managed to add back the deleted lines but still the same. If i delete the toolstrip all its buttons remain. Manually deleting each control, rewriting we are talking hours and hours of work.
View 5 Repliesis there a way to offset the points in a polygon without having to change each one individually the points are in an array
View 2 RepliesThe following code is designer generated:
Me.lblXRay.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
What's the 8.0! mean?
TortoiseSVN 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 RepliesI'm looking at inherited code and I found this in a vb.net windows form:New System.Drawing.SizeF(6.0!, 13.0!)My question is, what is the significance of the ! (exclamation) operator here? Most of my searching for the exclamation operator ends up returning recordset format or the ! gets ignored in the search and I get hundreds of unrelated items.
View 4 RepliesIn my application I have bound a datagridview to a SQL2005 bindingsource.I really had to change a database field (more length allowed) and now de DGV displays red exclamation marks and states: 'Colomn 'password' exceeds the MaxLength limit'. (the 'password'-colomn isn't even displayed, but that's a sidenote).I tried different things but can't get rid of the exclamation marks. how I can manage this. I really don't want to create a new DGV, because there a lot of code and stuff involved.
View 2 RepliesIn a Windows XP Pro environment, my system uses a mainframe emulator in a window in which a scanning application is running. The data populating the mainframe app comes from various instruments, scales, barcode scanners, etc.. The data inputs are captured by a winwedge type RS232 data aquisition software.
When all the data is processed correctly, the mainframe application sends an "operation completed" message and creates an exclamation system event associated with a specific sound to inform the user.
My goal is to create a MS Access application that would use the Exclamation system event to validate writing the barcode that was just read to a database without further querying the mainframe, creating a local database. I only want to write the barcode when the mainframe application completed and therefore played the sound.
Everyone knows of the yellow triangle with a exclamation point in it on a message box. I would like to use that same image on one of my forms. Is this possible? If so, how do I do it?
View 8 Replieshow can i get the points which make a polygon from a region which was derived from the polygon's points?
View 1 RepliesI 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 RepliesWhat is difference between MessageBoxIcon.Exclamation and MessageBoxIcon.Warning?
View 4 RepliesI have a TreeView in my form that I populate manually from a list of items in a database. The descriptions of the TreeView items causes a horizontal scrollbar to be displayed. That is fine except that it seems that this scrollbar hides the item at the bottom of the TreeView. If I expand a tree node the bottom item that was previously hidden will be displayed.
View 20 RepliesIs there a way to check if a RichText box is on the bottom? I don't think this is working:
Code:
If RichTextBox1.Selected = Len(RichTextBox1.Text)
'It's on the bottom
End If
What I am doing is, having the text go to the bottom (like a chat client) with this code:
Code:
RichTextBox1.SelectionStart = Len(RichTextBox1.Text)
RichTextBox1.ScrollToCaret()
However, if the user is looking at what was sent before, it scrolls them back to the bottom.
I have a table with many fields when I drag the details from the data sources tab to the form some fields do not show, and they go beyond what I can grab with a "blind group select" (I marquee beyond the bottom of the form and catch fields that I cannotsee). What can I do to place all fields on my form.
View 16 RepliesI have several group boxs, that are stacked on top of each other. They are all hidden until the user clicks the appropriate item to display a certain group box. The problem is I can only get the group box on the bottom to display.
View 6 RepliesI am trying to get this PictureBox to always be in the bottom of the Form and not depend on what screen resolution the screen has. I am using VB 10?
View 7 RepliesI need to make the form got to the bottom right of the computer screen. i need the form out of the way but visible at the same time.
View 2 RepliesLooks like the tabs have been plucked and chucked at the bottom. How can I make it look smooth and like they are meant to be there?
View 6 RepliesI'm having issues getting a text box to scroll to the bottom Every time text is entered into it. I searched google, and came to a bunch of solutions, some of them on this forum, but I can't seem to get them to work. One of them was a sub..[code]the problem is I don't know where to declare the sub. I've tried in form1 load, my click button click event but nothing worked..when ever I put the sub code in my source it seems to cut off the rest of my code, and generates a bunch of errors..
View 4 RepliesHow can i select the bottom 10 records in my table. Does the BOTTOM keyword work in VB.NET?
View 1 Repliesi have a listbox that auto scrolls trough about 100 or more items in my listbox, but once it hits the 100th item in the listbox it gives me an error this is because the isn't +1 beyond 100 (if that makes any since to you)
View 2 RepliesI want to read a PDF file having lots of text, images, tables in it. I want to read the entire file content by content page by page, from top to bottom.
For example:
The top of the page contains the Heading
Then on left hand side the contents and on the right hand side images
So I first want to get the heading then the contents then the images. Is there any Open Source for reading the PDF or any coding reference for .net 2.0 or greater version.
How to show the bottom part of the screen in the click of a button? On my site I have a picture and when the user clicks on this some more information is shown at the bottom of the page, althought i do have text at the top informing the user to scroll down once the picture is clicked it would be nice to automatically focus the page on the bottom half.
View 3 Replies