Make Feature Suggestions For .NET?
Jun 17, 2011
Where do we make feature suggestions for VB.NET?Basically, I'd like to suggest that they introduce "strikethrough comments". As an alternative to using the single quote ' for remarks, you can use the backquote (ASCII 96) ` which does exactly the same thing except that the text appears with strikethrough. This would be good for "commenting out" code. So if I am replacing a bit of code, I can "cross out" the old code,
View 2 Replies
ADVERTISEMENT
Nov 17, 2010
How can I make it to where when I am typing into the combobox that it will show url suggestions? Like in my history. Like if I type in "[URL]" and google is in my combobox history, that it drop down the combobox and show me that url? Also, how can I make it to where when I hover over a link that it will show me the link url in my status bar?
View 2 Replies
Apr 13, 2009
I've been working on my program, which is a calendar, and I want to update it with the so called: 'Textfile method'. (Not ClickOnce, try'd it but didn't work out.) So basically I dont know where to start, I want my app, to download a text file from lets say: http://localhost/textfile.txt/ I want the app to compare the text file to its current version and if the textfile> than the current version I want the app to download lets say[curl]...
View 28 Replies
Apr 18, 2009
I'm trying to make an application which has a feature of an event calendar. I am quite familiar with the MonthCalendar tool in the toolbox, but that's not really what I'm looking for. I would like to make a calendar that somewhat resembles 'iCal' in Mac OS X. If any of you use Microsoft Groove Workspaces, the calendar in that is very close to what I'm thinking of. I want the user to be able to double click the day and add new events which will show the title of the events in that day on the calendar when the events are saved. Also i would like to have the user be able to make recurring events. Is this even possible with Visual Basic '08?
View 5 Replies
Jun 12, 2009
I Am Making a WebBrowser and i want to make the zoom feature like Famouse WebBrowser Like Internet Explorer
View 5 Replies
Jul 12, 2011
I simply want to create an application that can save each n every keystroke pressed from the keyboard and then user will be able to assign it a hotkey. And then whenever user presses that hotkey the data that is relevent/linked with that hotkey should be pasted into the active window e.g. notepad, ms word, email etc. I have developed it on my own everything is working fine but whenever I hit the assigned hotkey it wont stop sending data to the active window maybe because of timer.
View 8 Replies
Mar 10, 2010
I am writing a desktop app in VB.Net, and I'd like to include a web browser control to automate certain functions the user might have to perform in the browser. I have to render the page so I do not want to use the webrequest to make direct calls. When I publish the app, do I have to be concerned with which version of Internet Explorer the user has on their machine? Are their any third party, freely available, stable web browser controls available for VB.Net that people are using?
View 3 Replies
Mar 26, 2011
When I will click the suggested text shown in the combobox it will disappear.My Combobox btw is connected in a database.If I type Kev then kevin and kevsky will show at its suggestion then when I will click any of it ,the combobox text will be empty or will clear what I typed ("Kev") and will not show what I clicked.[code]
View 7 Replies
Jan 29, 2010
I dont really understand how to add the update function to my program.I want it to update from my computer
View 5 Replies
Oct 17, 2010
Hey guys,
I am trying to make a search feature in my program. My program has a .csv file that the program will need to search for a equal value that was entered in thr text box. I am just not to sure how to go about this. Just need some insight on how to grt started. Insight please.
View 8 Replies
Feb 8, 2009
i seem to have a problem with my program, here is my situation:I have a UsageID where it gets generated from a database when the user clicks a button (btnAdd). However the rest of the form has textboxes and comboboxes then finally a calculate button (btnCalculate). I want the user to only be able to click the btnCalculate when their is a UsageID present. Here is the code i have currently in the btnCalculate_Click procedure:
No errors come up it just doesn't seem to work, has anyone got any ideas because i'm stuck. Helpful posts will be rated.
View 4 Replies
Oct 12, 2009
I got a hard one for you devolpers.In a popular C++ program BitComet they have a Check For Update feature.How would I have a simple Check For Update and have it warn the user every 1 week or so.
View 4 Replies
May 19, 2010
I just read a book : Pro ADO.NET 2.0.It discuss about the disconnected and connected feature of the ADO.NET.In disconnected, the "data container" is DataSet.But it doesn't say anything about the data container if i use the connected feature. In ADO, we have recordset, what about ADO.NET.
View 3 Replies
Jun 14, 2009
Im making an application which is basically a lojack project. Im wanting to get some ideas for maybe other features or the best way to go about this for maximum tracking ability.Right now I have it working the way I think it should work and what it does is get your external IP, it then returns the City, State, Zip, Latitude and Longitude and sends all that info to you in an email. I have it check against a Database that houses computer registration, computer name, and then the status of the laptop which the customer calls in, if its stolen. Right now this is just a piece of software and Im currently working on something low level to do something before Windows loads up. Right now thats not something Im focused on hardcore, but Im working on it and itll get done.
View 2 Replies
Feb 19, 2011
I need to wait for and event within a given period (30s) and then timeout if this time elapse. I am sending a command to a server from a dll, and I need to wait for response before sending another. I want to implement a timeout feature, that why I need to use a timer. I want to use a timer, but don't know how to use it in a DLL.
View 2 Replies
Nov 5, 2009
how to use the find and replace feature? Sort of like what notepad uses. But, it replaced certain characters with a set character, not a changable one.[code...]
View 13 Replies
Jan 21, 2009
how to secure my vb.net setup with a serial key?
View 1 Replies
Dec 7, 2011
I've got this control: [URL].. and I'd like to use the advanced autocomplete feature in VB.
View 6 Replies
Feb 2, 2011
i need to create a find feature to find text inside of a richtextbox.
How can I do something like this? The web just takes me everywhere when I google it.
View 1 Replies
Apr 14, 2009
I want to be able to use Microsoft's Update feature in my app. When doing some research on this, I found out that MS uses an executable called WUSA.EXE for their updates. Unfortunately, you can't just run the executable and expect it to work. So, I guess I'm asking if anyone knows how I can do this. For the moment, my app is only targeted toward Windows Vista.
View 2 Replies
Dec 2, 2011
What is the name of the character at the end of each of these lines?
Dim _int As Integer = 1I
Dim _short As Short = 1S
Dim _long As Long = 1L
[code].....
View 10 Replies
Jun 21, 2010
I have a form(EmailContacts) which contains a datagridview and a button to add the data to a textbox of another form. Everything is working fine and i can display data from the database on the datagridview properly. The problem is how do i add a 'Select All' feature such that when the user clicked once on the 'Select All' checkbox, all the checkboxes of the columns are selected?
These are my codes for the form:-
Public Class EmailContacts
Dim xs As String
[code]....
View 8 Replies
Mar 30, 2011
In my company, we make software which we use to test certain skills and intelligence factors of people. Some of those tests are time bound. On the test page, there is an asp control that shows the time remaining. When you right click that control, the javascript that provides the time is interrupted. To solve that, we disabled right-clicking. But now i've noticed that if you do a selection of some text and click the IE8 accelerator blue button, the javascript is also interrupted. Disabling the left-click if of course no option.
I've found an option in IE that disables the accelerator, so for us internally, the issue is solved. But we would like to find another solution, just because we cannot ask every one of our customers to go disable that option on all their computers.
[Code]...
View 4 Replies
Jul 7, 2011
I'm trying to create a routine in my asp.net's main page that will see if the current user is a member of a Windows domain group. The site is hosted in IIS and is visible through our intranet.
GlenFerrieLive listed this code (which I'd like to use) in an earlier post:
UserName = System.Environment.UserName
If Roles.IsUserInRole(UserName, "MyDomainMyGroup") Then
[Code]....
Problem is, now I'm getting the configuration error 'Default Role Provider could not be found'.
How can I get around this? I just need to see if the current user exists in a specific domain group.
View 2 Replies
Mar 26, 2012
I wanted to develop a tool in which i want to use words Macro Like feature.In an Application there will be front-end (i.e. form) which will accepts basic information like name,age,gender,Marital Status,Address,Locality,Contact number etc... In a backend i will be having few fix text fromate in the database as a string or BLOB.( instead of databaes, i can even keep words text template)
Now what i want to do is:when user submites the form data, my app should use this submitted data and replace all the marked location in text formate with the data provided by form. and once the complete text string is generated , i want to generate word file ( and/or Pdf) file from this.How can i acheive this with any one of this language .NET( web or Desktop ) , QML ,QT,Java ?( Text Fromates : because most of the containts of the text will be the same, only few words (fileds) will be diffrent for each copy generated)
View 2 Replies
Jul 20, 2011
If I have a folder with a bunch of ".htm" & ".html" files in it and I use
My.Computer.FileSystem.GetFiles(myFolder, FileIO.SearchOption.SearchTopLevelOnly, "*.html")it returns all the ".html" files, as expected. But if I useMy.Computer.FileSystem.GetFiles(myFolder, FileIO.SearchOption.SearchTopLevelOnly, "*.htm")it returns ".htm" & ".html" files, when I would expect it to return only the ".htm" files. Is this a bug?
View 9 Replies
Aug 19, 2008
How do I create a password log in system in VB?
View 1 Replies
Nov 18, 2008
How would you make a text box that guessed what you were about to type?...Don't understand what I mean?...for example, look at the Google search box...when you start typing stuff there, previous searches pops up underneath right? How would you make one of those? Would you need a text box to type things in and then a list box that pops up? All the info that pops up is in a database.
View 2 Replies
Jul 14, 2009
I've been trying to find the Feature Pack for Visual Basic 2008, but all I seem to be able to find in the one of C++.
View 1 Replies
Nov 18, 2009
I am displaying the data in the datagidview and wanted to select all the data using the checked box. I can only select one by one but not the select all.
View 3 Replies