VS 2010 JSON deserialisation / Conversion to individual String
Currently I have a string that contains data in JSON format. What i Want to do is split these up into their individual components. The messgae string can contain multiple record instances with the...
View ArticleVS 2010 Open multiple files without starting multiple instances...
I have a program that handles a particular (custom) filetype and I can start my program by double-clicking on an associated file. I use My.Application.CommandLineArgs to get the name of the file that...
View ArticleVS 2010 Certain Characters in a Textbox
hello Does anyone know the code to only allow certain chacters to be inputted into a textbox. Exmaple: The user wants to put 1 letter in a textbox, the onjly letters allowed are I, S, E, R cheers
View ArticlePopulating combo box where a specfic value is met?
Hey everyone I was wondering whether someone could show me a way of populating a combo box where a specific value is met. Attachment 98341 I want to fill the combo box with the MDModel_Name value Where...
View ArticleBindingNavigator AddNewItem limited
Is possible to limit BindingNavigatorAddNewItem to add maximum 10 items. Thanks.
View ArticleVS 2010 Checking last run time of Task scheduler !
Hello guys, Is there any method or API to check the last run time of Task scheduler (I mean the task scheduler which in CONTROL PANEL). I need to display the same in the grid view like Last run time,...
View ArticleVB 2012 - Project Help #1
#1 Problem: Hello guys Im really bad in english so dont be mad on me. Here is my problem. Im working on project called account checker .. There should be application where, i after register on some...
View ArticleMinimize Word to the tray
I print a Word document but the document shuts after print but Word stays open en maximized. Is it possible to minimize Word to tray ? Print with this code. Code: Try Dim pr As New Process...
View ArticleVS 2008 Problems with database connection
Hello all, some help here would be greatly appreciated So basically, I'm making a system that connects to a database that contains lecturers and their details, and I've coded into my program a form...
View Articlestrange error come out help???
The error in the red line and also this code come out in .designer.vb Code: 'NoteItAll ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode =...
View ArticleVS 2010 array of structures and get i random
hi I have to make a struct and fill a array with it. To fill the arry that is easy But to get a item random form the array that is also easy. But to make the ramdon values non repeating that is a lot...
View ArticleConnecting Three Projects in One in vb.net
Hello guys again, I am having a hard time with connecting three separate projects together, but i always get this error of *.designer.vb about the resources ... it says that there's resources that...
View ArticleVS 2010 how to access a control in a user control form from a windows form
Hi everyone, I need to access a control (a datagridview) and its value on a user control form. Usually to access a control on a windows form, you just type the class and all its controls are available...
View ArticleVS 2010 Another ComPort question
Hi Well I know there is tons of mtrl on how to use the comport. However I could really need som help on this. I have a device that needs a single S to send back a scan. However if I set the unit to...
View ArticleVS2012 Express: Build on Run Setting
I seem to be having some trouble with the Build on Run setting in VS2012 Express. I am noticing that when I make a change to the code and then start Debug the old code is what seems to run, not the...
View ArticleSound Recorder in vb.net .. Help!
Hello guys! even though i haven't got a reply for my first thread today, yet , i have another question... About vb.net sound recorders.. I have this code but it isn't working probably because i defined...
View ArticleWebRequest Loads Wrong Page
Function im using PHP Code: Function PostData(ByVal Site As String, ByVal Reffer As String, ByRef Cookie As CookieContainer) Dim SendData As String = Reffer Dim encoding As New...
View Articlesomething weird happened help me!!!
I am sure that my paint application is correct but when i open image in my app and try to draw on it the drawing didnt show but whaen i save the drawing show on the image: This is my code for open...
View ArticleVS 2010 vb.net twitter api help
Hey, Guys i need help I'm making a twitter application for the desktop i need help i been searching i wanna have where users can see how many people they following in how many people following them can...
View ArticleIssue with missingmember when trying to automate a mail merge to email.
Please find my a picture with the include code and an image of my error. I assume this is something simple. Thank you in advance for any help you might be able to give. Attachment 98397 Imports...
View Article