MVC 4 post, recieve one object, is Posible
hello. I have one service in MVC4 which recieve one object and resend another one. is posible to call it from a vb6 program? I seek information and I found about soap services but not about restful...
View Article[RESOLVED] Center Form2 first time then leave it the way user wants it
When Form1 calls Form2 for the first time only I want Form2 centered over Form1. Now I'm sure that user(s) will want to move Form2 to suit their likes. When Form1 calls Form2 thereafter I want Form2 to...
View Articleunicode search class for file search in all folder and subfolder
but i have problem with unicode search . can u help me ?! plz give me the class or ctl to search file that support unicode like this http://www.hexagora.com/HexUniContro...earchFiles.htm plz help me...
View Articletemp file location changed from XP to Vista/7
My program generates an html page to launch in the user's browser to make a printout of contacts. It worked fine in XP. Code: Open App.Path & "\print.htm" For Output As #1 Print #1,...
View ArticleInserting snippets?
Hi to Everyone. My name is Cezary. Totally new to VB. Got the VB express 2005 with Dummies book. First problem encountered is when carry on inserting snippets it doesn't insert the full code comparing...
View ArticleAdd item to context menu? Also, no menu select notification?
I can't seem to find any information about this. I don't see why it shouldn't be possible. What I want to do is add an item to the right click menu of a textbox. I don't want to replace it with a menu...
View ArticleHow to use vertical scrollbar bars for the form in vb6
Dear Sir How to use vertical scroll bar on the form in visual basic 6.0 Thanks and Regards N.Ramachandran
View ArticleVery simple question about 'ALLIGN TEXT TO LEFT IN TEXTBOX'
Hello i have a simple question , which i find difficult to get answer on google cuz i don't know how to write it on google, Cuz english aint my first language. Ok so im making a chat And i when i send...
View ArticlePrinting with TextOut API not working
Hi, I making a ticketing program that prints tickets with different 'watermark label' in certain conditions. I used Printer Object in printing the data because I used continuous tractor feed (DOT...
View Article[RESOLVED] database textbox increase size from 50
i made a database but the text=50 i want to increase that i have a multi textbox i need more then 1000 characters to it in come on guys reply
View Articledatabase mdb to listbox
help with database items shown in listbox when i click list items then that database data should show up i want to show all records in list1 and when i click list1 then the data should show in textboxes
View ArticleNeed help creating "Hangman" program
First off this is going to be very simple, no graphics or anything. Here are essentially the steps to playing the game 1) Program picks a secret word (Not random, but predetermined. Like "Computer" or...
View Articlewinsock chat
in winsock chat i have webbrowser1 as chat window so what i want to do is when i or other users enter www.google.com and that link is clicked my webbrowser1 shud not act to that link it shud instead...
View Articlewebbrowser general help
i made a tool yes its running a webbrowser how can i programme my tool so if the page i want dont fully load up and it gets stuck while its loading up and stays there hanged how do i get the page to...
View ArticleHow to run an app NOT as administrator?
I have a headache now. I searched answers on google for days but no help at all. Here it is: There is an app (A) running as administrator. I use A to run another app (B) by clicking a button on A. B...
View ArticleListing probleempje
Ik heb in een form staan om b.v. MP3 bestanden te openen: Private Sub Dir1_Change() File1.FileName = Dir1.Path End Sub Private Sub Drive1_Change() Dir1.Path = Drive1.Drive End Sub Private Sub...
View Article[RESOLVED] Trouble with For loop
Hi I have a form with 431 labels on it. It´s an array. Now I have an array of words each not longer than 12 letters. I start by randomizing my array and then put the words in my labels. What I want is...
View ArticleHow can i manage menu in IVR
Hi all I 've made ivr prog and made some menu to play for caller. i have a menu1 as : welcome ==> menu1 : Please press 1 to Speak with Sales , Press 2 to speak to Support or Press 3 to price list ....
View ArticleUrgent Help
Hello I made this program (in VB6) where I have 1 textbox 1 listbox & 2 command bot ... & this is the code : Private Sub Command1_Click() List1.AddItem Text1.Text End Sub Private Sub...
View Articlehow to delete text
hi,,,i have text file where the content like this Quote: server 192.168.100.100 80 proxy 192.168.1.1 proxy-option www.facebook.com this my code for write all content of text file Write COnf Code: Sub...
View Article