I Really Need help to Copy Paste a pdf with VBA
Hi everyone , i am trying to write a code but im stuck Here is the summary in excell , when a given cell is activated (no problem here :P ) there is a pdf name in this cell Example:...
View ArticleUnexpected CPU-Usage after closing Application (in IDE)
Hy I'm observing an unexpected CPU usage of my application. It occurs when I start it from within the IDE and then close it. The task-manager then shows a CPU usage of 10-15% (on a 8 CPU system) of the...
View Articleexternal component has thrown an exception
i randomly get an error saying: external component has thrown an exception ....the application is in vb.net.... Below is the stack trace of the error at globalmodule.Main1.AddColToSubGrid(AxMSFlexGrid...
View ArticleVS 2008 Help Sorting Collection/Array
What i am trying to achieve here is to sort the contents of any array by making use of a collection. The form makes use of an array called 'IntelliArray(X,Y)' which has two elements 1. Inventory Code...
View Article[RESOLVED] adodb update muliple records (need help)
Is it possible to update record using 'between' in adodb? for example update record from '13001' to '13005' i am using listview. i have a code but its not working. dim first,last as string for each itm...
View Articlealign listview listsubitems image
is it possible to align listview listsubitems image to center?
View ArticleJoinDomainOrWorkGroup fails on Windows 8
Does anyone know why the following line of code would fail in Windows 8? ReturnValue = objComputer.JoinDomainOrWorkGroup(strDomain, strPassword, strDomain & "\" & strUser, strOU, JOIN_DOMAIN +...
View ArticleAny way to use a more modern browser in a VB 6 program?
My program uses the Internet Explorer control which is getting out of date and modern websites don't appear properly in it. Is there anyway of using a more modern version of IE inside a VB 6...
View Article[VB2010] - Data Base
i'm learning how use Data Base using code: but what is the method for save the table in a file? Code: Private m_DataTable As New DataTable (i'm learning form Teach YourSelf VB2010 in 24H and don't tell...
View ArticleVS 2012 Disabling forms authentication during development.
:wave: So we're building this website and we've decided to use forms security. We've added users and roles and put code in to control the display of certain functionality based upon User roles. It's...
View Article[RESOLVED] Function for Non-decimal Percentage?
Hi, can anyone please shed me some light: I'm doing random values in arrays, but I need to get a 100 sharp as the total value: Code: Private Sub Command1_Click() Dim Num(1 To 10) As Single, total...
View ArticleVS 2010 iTextSharp letter problem
Hello to all :wave: I have notice, that iTextSharp for creating PDF from my labels does not create letter "č" (letter create). Any idea how to fix this problem. Realy thanks for ideas...
View ArticleVS 2010 Modifying a control
hi i need some help to modify a listview control, as the guy started making it and then dissappeared offline.... Code: Class NSListView Inherits Control Class NSListViewItem Property...
View Article[RESOLVED] how to calculate Discount between 0 and 100
hey im trying to calculate a discount percent or without discount percent witch meens 0 i did this code but i know something is missing Code: Dim InvCost As Double Dim invTax As Double Dim Percent As...
View ArticleEasiest Filter Code
i am trying to code a program to load a file filter out randomtext & "/register" & Random text on a single line and re write the file what is the easyest code to do this Example input blahg...
View ArticleVS 2012 Creating A VPN Client
Hi guys, I am wanting to create a program that can setup a VPN connection. I am hoping to do this in VB.Net. Windows has a pretty easy way of setting up a VPN connection manually so I was hoping there...
View ArticleVS 2012 DirectX screenshot tool
Guys i need help with a working screenshot tool I put together, with the help of a vb member .paul. It takes a screen shot of normal windows in full screen and it uses a transparent form with 0%...
View Articlecompact framework help needed !
Hello guys, Earlier we have windows CE based application which uses vb.net 2003 webservice to connect to Oracle database. Now we have advanced to windows mobile 6.5 where in I see Oracle mobile client...
View ArticleTRSNASCTION error with DAO and VB6 classic..
I use: ... DBEngine.Workspaces(0).BeginTrans 'code to insert into table DBEngine.Workspaces(0).CommitTrans< fere error 3034 ... when code got to on commist trans have error 3034 "you need to...
View Article