VS 2008 Any "anchor" system like in HTML in Smart Device ?
Hi there, I'm making an application for Smart Device, CF 3.5 for Pocket PC. I think about a better way of use for my users (more ergonomics ?) : somewhere in my app, I've got a very long form, where we...
View ArticleVS 2010 Will that code work?
I'm making a code that will act like a macro for a certain game. That certain game has players (It's a moba game), and in your turn you select the player you want to play. There is a search box where...
View ArticleAutomation error The object invoked has disconnected from its clients.
Hi, I am getting a weird error which happens randomly although some users seem to get it more than others. the error is in the title. I am using excel 2003 and the line the error happens at is in a sub...
View ArticleVS 2010 Problem putting data entered to a pop-up form to another form
I am working on recording orders for a database application. Basically, there is this order form where I will enter order details. Since an order may include many products in it, I will be needing a...
View ArticleVB.Net
I am trying to run this line of code in vb.net Code: Dim xlsWB As Excel.Workbook tLead = xlsWB.Sheets(1).Cells.Find(checkFour, LookIn:=xlsWB.xlValues, Lookat:=xlsWB.xlWhole).Offset(0, 1).Value It hits...
View ArticleVB.Net
I am trying to run this line of code in vb.net Code: Dim xlsWB As Excel.Workbook tTimer = xlsWB.Sheets(1).Cells.Find(checkFour, LookIn:=xlsWB.xlValues, Lookat:=xlsWB.xlWhole).Offset(0, 1).Value It hits...
View ArticleUsing a resource file call in the forms Designer
Hello All, I want to be able to use a resource file in VB6 to set the forms caption in the forms designer and want to know if its possible and how to do it. I know I can do something like this in the...
View ArticlevbModal Question
Here's what I'm doing frmMain is loaded and the user clicks on Open. This brings up a Open Dialog box and user selects the gif file. The gif file is then read into program and parsed to show the...
View Article[Outlook] Problems with variable initialization and usage
I get a compile error (Syntax error) when I run this code snippet in Outlook VBA (as an .otm, outlook macro): Sub TestStr1() Dim myStr As String = "Test" ' <--- Syntax error Debug.Print myStr End...
View Article[RESOLVED] Open a common dialog box to choose a txt file to load to a listbox
Hello everyone. I am updating a web scrapper and right now I keep all the links I scrap in a txt file, but for various websites I have various txt files, so I would like to modify if possible, a block...
View ArticleVS 2010 Stopwatch Application works? or not?
Hi, I just decided to join up at this forum, basically because I loved some posts by some people and wanted to provide feedback. Other than that, I am still an amateur at VB (so go easy on me :) ) I...
View ArticleVS 2010 Stopwatch App working or not?
Hi, I just decided to join up at this forum, basically because I loved some posts by some people and wanted to provide feedback. Other than that, I am still an amateur at VB (so go easy on me :) ) I...
View Article[Excel - 2010] Macro for page break at specific text in column B
I have a worksheet where I need to insert a new page at each cell in column B that has the word "total" in it. Each cell containing total will be slightly different (i.e. Total for Unit #1, Total for...
View Articlehow to handle a photo error in access
hello to all im a little stuck in my programm of students i have a option to add a picture now when i added a picture from the desktop and save it everything was ok when i deleted the photo and open...
View Articleissue with chart
I am displaying information from a db through Crystal. The End date is selected and the start date is automatically populated using dateserial. I have a stack chart (probably wrong name but I will post...
View ArticleCoversion failed when converting the vachar value '-1' to data type bit
Attachment 92261 how fixed it ? help me.. i had been try change variabel . but still error please help me ;( Attached Images
View ArticlePMT function with payments on yearly, and not monthly bases
Hi, I have created small loan calculator using PMT function like: Pval = some value APR = some interests TotPmts = number of years * 12 PayType = 0 Payment = Pmt(APR / 12, TotPmts, -Pval, FVal,...
View ArticleWhich is a "faster" variable type?
BYTE or LONG? I know that I've heard that since Windows natively uses 32bits or something about memory natively being divided into 32bit blocks, that the LONG data type is the fastest data type in VB6....
View ArticleVS 2010 help about serial port.
hello to all i made one program which send some hex data to mobile phone. and i did it well,it's sending data as i want. problem is phone is connected or not,program send data. i want program first...
View ArticleHow to get nodes and sub nodes of an XML file
I need to get the info from the XML nodes below and its child nodes. I want to get the label, maturity, bid1 and ask1 value from the XML file but when I run my code, it kept looping other value for the...
View Article