Visual Studio cannot start debugging because the debug target is missing
This is why I so GD hate .Net. Everything was working fine as I was working some code and then I get two types of error messages that are so Fing verbose they tell me nothing but that whoever wrote the...
View ArticleAwesomium & QIOS Devsuite in conjunction
I'm attempting to use both the QIOS QTab element in conjunction with the Awesomium web framework, and the core problem I'm running into is when the user opens a new tab, the Awesomium element will...
View ArticleSetWindowPos failing to bring windows to front in Windows 8 when Windows 8
I have a chat application written in VB.net. It uses SetWindowPos function to set the window to top when a new chat message is received. It works fine also.But in windows 8 it will not bring the window...
View ArticleActivate Ajax With Webbrequest Or In Webbrower1
Ajax is a type of programming in asp.net where you can have a page reload part of it or change well keeping your position on the page and the same link if you need to know more then here...
View ArticleChanging WebBrowser Document Text?
Code: Public Class Form1 Dim old As String Private Sub Timer1_Tick() Handles Timer1.Tick If RichTextBox1.Text = old Then 'do nothing Else...
View ArticleVS 2010 calculate the value of one cell by values of 2 other cells
hi i have a datagridview in my form . in very simple state : i want to set the value of cell(1) of rows(1) equal to sum of values of cell(2) and cell(3) of rows(1) ... in other word : Code:...
View ArticleVS 2010 [SOLVED]question abute the load if there is no file in the folder...
hi i dont have any idea how to do it so if some one know how to make the program so if the form1 will look at some folder and there gonna be a file like .txt and if there is no file in the folder so...
View ArticleVS 2010 Dealing with CommPort device identy. Help!
Hi, The code below should do the following: Finds all available CommPorts. Checks if they are open. Opens the free Commport one by one and interrogates them to get the idendity of the DMM. Finds the...
View ArticleCopy data from opened site and paste it to excel/database
Hello, im newbie here, and in programming too (big newbie..). Got a certain problem that can't solve alone, so i decided to write here =) I was tried to make a "simple" calculator for certain site...
View ArticleVS 2010 [SOLVED]help me solve this problem with loading files..
hi agen i have a problem with my loading files i made so its will make the form1 check if there a files exists or not but i want to mkae the program will check more then one file Code: Private Sub...
View ArticleDiscussion: Using variables across threads. What do you think of this approach?
Hi All, I'm doing a large amount of file handling on a separate thread and would like to update a UI thread based progress bar. I wanted a simple way to update it and this seems to work. I was...
View ArticleVS 2010 Need Help! Making a game.
Hello. I have been working on a game the pass few nights. The game is similar to Space Invaders. When the bullet hits an npc I would like the npc to go invisible. Due to the npc being now not visible...
View ArticlePainting a gradient
Hello! I have 5 alarm times, morning, noon, afternoon, sunset and night. Now I want my form background to change color depending on what time we are in. If for example it is night at the moment, I will...
View ArticleVS 2008 how to this code (VB.net 2008)
I have a code like this : Dim hasil As String For i = 1 To BinaryStr2.Length Step 3 // 7 hasil &= Mid(BinaryStr2, i, 3) & " " // 1101011 Next hasil = Trim(hasil) // 110 101 1 how does it make...
View ArticleReturned handle is wrong and changes every time.
hello, this Is pete, I've written some code, found out it didn't work, stripped it down to just the problem, and no matter what I do I can't seem to fix it. I'm trying to get the window handle of "test...
View Articlea contorol like lineshape but by more node
Hi I need a contorol like lineshape but by more node. I can't draw it Manual becuse for a project I neet to events : click , mouse up , double click thank
View ArticleVS 2010 Creating Image or pdf file directly from PrintDocument1
Hi everyone I am using vb.net 2010, I successfully created a report using PrintDocument1, now I want to export this view directly to any image format or pdf format. On print button I asked user to 1)...
View ArticleVS 2010 [RESOLVED] Syntax Highlighting
I'm doing syntax highlighting for an HTML rich text editor. The RTE is working fine except I want syntax highlighting. Here's what I've got so far: Code: If e.KeyCode = Keys.Enter Then Try...
View ArticleVB6 dll from dotnet
I have a third party ocx that I used to create a VB6 dll. I am able to load it into my vb.net application. From there, all works fine. The only problem that I have is I cannot gracefully exit the...
View ArticleVS 2010 HTTPWebrequest question.
Hey guys its me again :P, So what I need to know is, is it possible to upload pictures with vb over this website? http://imgwheel.com/ Imgwheel is the software I use too, I bought it. I just prefer not...
View Article