Field Optimization?
Hi, I'm designing my database tables with Visual Data Manager (it's an Access 7.0 MDB), and have created fields with the Text datatype. By default, the Text-datatyped field is variable, with a size of...
View ArticleMove images down in a division
I have a css header with 3 divisions floating side by side The images on the left and right sides need moving down in the divisions I could move them down by giving them a margins or paddings on the...
View ArticleVS 2010 Writing and Displaying Totals from text file?
Attachment 98387 In this program I record the person's party affiliation and age to a txt file. Problem 1: Instead of writing just the chosen party like: "Independent, 25" It will write: Republican, 25...
View Article[Excel]Which version i must use? 2007 or 2010
i want to make a vbnet program which will write and read in excel i install excel 2010 so i add "Excel 14" but if i want the application work on 2007 and 2010 then i must programming the application on...
View ArticleVS 2010 Memory Problem with PictureBox
I have a mature program that draws stock charts in a picturebox over and over through the market day. Recently my program began crashing after running for approximately 2+ hours. If I restart it,...
View ArticleVS 2008 Search / Identifier through text file
I haven't written in quite some time, so I'm afraid I'll need some hand holding. :ehh: I'm working on an application that I previously made. This program would deal with files coming in and it would...
View ArticleCreate Database
Hi I have created Blank Database (TEST) in MS-SQL . User will select year like 11-12 , 12-13 from dropdown and i want that default database should be renamed like this Test12-13 and attach to Database...
View ArticleVS 2010 Converting String to HTML Document
Hi, I have a function called SendRequest that takes a URL and handles the sending of the webrequest, and the receipt of the webresponse. Code follows: Code: Private Function SendRequest(ByVal http_url...
View ArticleVS 2008 Try.. Catch .. Not Finally
I have this issue on one site with what I believe to be a mutex locking, and never being unlocked. Been running fine for years on 50+ sites, so obviously I have the standard type thing going on as...
View ArticleLearning SSRS and have a couple questions...
So I'm using SSRS for the first time and I don't have an assignment yet so I am just looking at existing reports and playing around. I took a simple report that runs a stored procedure as my example...
View ArticleSql case when
Hi! Is this possible to do with CASE WHEN? Code: If condition ="True" Then if condition1 and condition2 = "true" then "1st" else "2nd" end if end if I tried it like but obviously...
View ArticleEdit a csv file and save a copy using vb?
Hi there, I was wondering if someone could help me get this task done. I'm kind of struggling a bit and to be honest I'm still reading books to try and sharpen up my vb skills. I have a original.csv...
View ArticleVS 2010 Concverting Console program to Form Program
I have a console program listed below that is working perfectly, taking in 2 different sets of data over ethernet and continually updating and displaying the data stream. The problem is, in my main...
View Articlelogin forum in vb using sql+ with odbc connection
i would like to create a login form in vb using sql with odbc connection it would be helpful if someone helps
View ArticleWebBrowser1.navigate causes a file download dialog, I want it to load in the...
Hello, firstly I am self taught so there may be errors :) Ok so basically I have an application (using visual studio express 2012, windows forms) The application has a webbrowser control which when the...
View ArticleGCHandle to Convert Bitmap to IntPtr
I need help doing this. I have some source code to do so but I'm lost on 1 part of it. Look below..."Whatever" would be the bitmap but I'm lost on the "Some API Call" part. What API call would I need...
View ArticleVS 2010 Is there a way to kill EXCEL.exe process which is running in background?
Hi, I'm having a problem in one of the program tool that i'm using. This tool actually encrypts excel workbook to user-defined format and it will have to open the workbook to perform the encryption....
View ArticleWhat is wrong with this like query
HI. I have a helping form, which appears on the leave event of the textbox of main form (SaleInfo). When this form is loaded so the Prod_Name from ProdInfo table is loaded into Combobox (where,...
View ArticleVS 2010 Testing a file
I am creating a file system and I am currently working on adding a new user. I have the basic portion set up, however, I need to test to verify the user does not already exist prior to adding the user...
View ArticleWord 2007 need help with taking text from textbox and placing text into Word...
Hey guys, I was wondering if you guys could help me out with a problem that I am running into. I am creating a stop watch type of Word document. My buttons work fine on the sheet however its the Table...
View Article