how to use crystal report instead of datareport
so far i was using datareport how do i use crystal report with my code? is it the same code or method? this is my code Code: Set DTRprtAll.DataSource = CN.Execute("SELECT * FROM Appointments")...
View ArticleASP.net
I have been asked to create an .aspx web forms application from the following code: Code: public partial class search : Page { protected override void OnLoad(EventArgs e) { Â int defaultCategory; Â try...
View ArticleLaunch Code From A Text Box
Hi, I'm trying to see if I can launch a bit of code (program directory) from a textbox. I'm looking to do this so that the user can chose the location of a directory of a program on there pc and type...
View ArticleHave img from memorystream
Hello all! Once again I'm here to ask a dumb and simple question that is really bugging me. I have this code to download the image, take its hash and save it. If I hash the image while it's in the...
View ArticleVS 2012 [RESOLVED] Resume from empty primary key
Hi Guys! I read at many places that it is impossible while autoincrement is on but I'll give it another shot. How to: PKs 1,2,3,4 After deleting 2, 4 I don't want it to continue like 1,3,5,6... I want...
View Article[VB2010] - Getting and Setting the text cursor position
i build these property for set\get the cursor position: Code: Public Property TextPos As Point     Get       Dim index As Integer = Me.SelectionStart       TextPos.Y =...
View Articlehow to export access to pdf
iv been searching on the web to figure out how to export db access to pdf didnt find nothing is it possible to do so ? from my form in a code i meen
View ArticleI know Text to speech script, but how Speech to text script? (speech...
this is Text to speech script, its very easy, just put this in notepad and save as anyname.vbs Quote: CreateObject("SAPI.SpVoice").Speak"Hello" open the file, the computer will say Hello but how to do...
View ArticleVS 2012 Referencing a class in another classes
As you may already know, the default class for Kinect application in VB environment contains the following method: Code: Public Sub New()Â Â InitializeComponent() End Sub In this class (MainWindow.vb)...
View ArticleHow do I high light words on screen using arrow keys
Hello, How do I High Light labels using arrow keys and not mouse, I have hidden the mouse and I want to have a time limit to give to the user, so say I did not pick a label for like 1min it will load...
View Article[VB2010] This method has been deprecated...
Two questions: 1) In the code of a custom control this code: Code: Â Â Â Â [System.Obsolete] Â Â Â Â public override void OnSetComponentDefaults() Â Â Â Â Â Â Â Â {...
View Article[VB2010] -when i add controls to RichTextBox what is the scale mode we use?
when i add controls to RichTextBox what is the scale mode we use(pixels or character)?
View ArticleVS 2010 [RESOLVED] detect when a process starts?
I'm trying to detect when a certain program is opened, and from searching i found that the way to do it would be using a code as the one below inside a timer.. i just wanted to ask if there was a...
View ArticleVS 2012 How can I make SQL accept NULL value
Hi, I am working on small project for a local football (soccer) team. This admin of this program should enter all football games (both played or not yet). That data will be stored in a SQL DB. The only...
View ArticleCheck timestamp is over 5 minutes ago?
Hi guys, does anybody know a way of only inserting the same thing into the database if they are 5 minutes apart? For example : Jamie Warren listened to Capital FM - goes in at 12:06pm but if i then if...
View Article[RESOLVED] Entity Framework and threading
Hi Folks Im just getting started with EF (with SQL server) and threading. My question is about how I should access the context for threads that work with the context? Should I create a new context per...
View ArticleReading and writing images to MS-Access
The attached VS2012 project (using MS-Access 2007) shows how to take a image file and insert the file into a table in an MS-Access database along with retrieving images from an MS-Access database and...
View ArticleGoogle maps Vs Ajax
hi i have an ajax page updating displaying my geo location on my iphone the text it displays is correct and goes to a working link using the location services but the map only goes to to Code:...
View ArticleDue to the Affordable Care Act; your insurance will expire
Lovely. Blue Cross Blue Shield are 'expiring' my wife's health insurance directly due to the Affordable Care Act. So much for 'you can keep your health insurance'. Not only do we have a lying **** of a...
View ArticleRecommendations: Improved FileListBox with Date Sorting Functionality (and...
Hi All, I am looking for some recommendations for an improved FileListBox View...something that can at a minimum do the following: Loads Last Date Modified into the List - can click on column header to...
View Article