HELP with vb
Trying to make drop down combobox, select all in column from a sql table. Seems like its not working, can someone please help me with this problem?The code is below.. Private Sub...
View ArticleVS 2010 Get the file link of an embedded video
Hi all, is it in any way possible via VB/VB.net to get the link of the actual file behind an embedded video? For example, I have a code that will find in th source code the embed video link such as:...
View ArticleVS 2008 show form1 using console
Hi, I need to know how can I show my windows form using a console. I tried form1.show it gave 'reference to a non-shared member requires an object reference.
View ArticleVS 2010 Problem saving image to Access Database
Hi all, i am trying to save a small image to an access table, as an OLE Object, using an INSERT SQL query. Problem is that image, depending on wich format I choose when inserting, when I try to load it...
View ArticleVS 2008 Windows 8 RT operating System
Will programs written for Visual Basic VB 2008 run on the Windows 8 RT operating System?
View Article[VS2008 - word2003] I need help trying to track changes
Hi, before anyone says anything, i already posted in office section :) and i think what i want can be implemented outside of office too. what im trying to do is basically check a string to see if its...
View ArticleVB loop help
Created this code however when I try to run it it crashes. I am very new to vb and have no idea how to fix the issue. Public Class Form1 Dim years As Integer Dim rate As Single Dim currentYear As Long...
View ArticleVS 2010 Passing char array to a C++ library from a VB application.
Hey folks, i have a library exporting the following function: Code: void SCDocumentString (void *scHandle, uint32 docId, uint32 offset, uint8 *outKey, uint8 *outVal) Code:...
View ArticleMobile Emulator Woes
Hi Guys I ran into an issue with the Windows PPC emulators over the last few days and can't for the life of me figure out what is going on. I have been writing mobile apps for years and never ran into...
View ArticleVS 2010 Querying Active Directory Groups using VB2010
Good evening I really hope that someone out there in the forumsphere can help me with something that's been driving me crazy all day. My company (a contact centre) runs a piece of web-based software...
View ArticleVS 2010 Serialization
I have a question about Serialization. If I Serialize an Object in an application called 'CanLucidDream', can I De-serialize this Object in an application called 'CanLucidMigrationTool'. I am asking...
View ArticleVS 2008 Runnin .bat file from vb forms application/changing code in .bat file
Hi im trying to make a gui for a bat file bat files code:C:\Source\IV.Scocl\bin\scocl_old.exe 0x7DD1E61C C:\source\IV.Scocl\workspace\1\main.cpp C:\source\IV.Scocl\workspace\1\output/ it compiles .c...
View Article[RESOLVED] Problem with rougue DLL?
I have never had to deal with this type of issue before and I’m really stuck… We have a VB .Net program that calls some COM exposed DLLs. I have a series of errors that all point to the same DLL. This...
View ArticleVS 2010 [RESOLVED] Case Statements
Hi, I'm trying to practice programs with little programs and I'm trying to make a program which would distunguish if the user is a Child, Teenager or Adult: This is what I've written but it doesn't...
View ArticleVS 2008 [RESOLVED] Convert minutes to hour ( round of minutes portion )
i am converting the minutes to hours & minutes for example 1439 minutes = 24:59 i need to round of the minutes to 60 and then add it to hours if the minute is more than or equal to 60 and than show...
View ArticleHow to creat an Auto Reply for a Chat Window?
Edited again: Hey everyone. I am working on this project to create an Auto Reply for a PM Window - Chat Software. Now how can I create a Timer or a Project that waits for A Message or for a response....
View ArticleIssues with Table Configuration Wizard. Will not generate Insert and Update SQL
I have a tableadapter that I want to run the Configuration Wizard. The Select SQL is as follows: Code: SELECT DISTINCT PROGRAMS.PROG_ID, PROGRAMS.PROG_NAME FROM PROGRAMS ORDER BY...
View ArticleVS 2008 [RESOLVED] Dynamic AddressOf
This is a bit difficult to describe (or I'm just terrible with my English), so I'll try to clarify any questions you all may have. I have a business program that I'm working on, and as stupid as this...
View ArticleShutting Down VB.NET App at Night
I have developed a couple of projects for the staff around here that have proven to be very popular. Trouble is when I need to update them there always seems to be users who leave the app open and...
View ArticleVS 2010 Need Help With Appearing Random Labels
I've created a new random variable. And, I need to make a random label appear(label1.ForeColor = color.black) for every timer tick. I need to know how to make the computer choose a random label and...
View Article