comp.lang.basic.visual.misc
http://groups-beta.google.com/group/comp.lang.basic.visual.misc

Today's most active topics:

* VB.NET Application - CLR Exception Process ID keeps on changing - 5 new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/91a3863e4f7fa25b

* input in urdu usign .net - 3 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/d21084c01b4367ef

* How can I generate a random non repeating list of numbers? - 3 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/94daf67d11c3e435

* VbKeyEscape & sound queries - 3 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cc1b78124aaacde

* error registering vc6 dll - 2 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/48e452a6a70ed664


Active Topics
-------------

input in urdu usign .net - 3 new
--------------------------------
sir i want to input in urdu at running time using vb.net. please tell me how 
can it will be possible. reply soon i am in trouble. thanks - Mon, Dec 20 2004
3:45 am
3 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/d21084c01b4367ef


How can I generate a random non repeating list of numbers? - 3 new
------------------------------------------------------------------
On Sun, 19 Dec 2004 19:01:54 +0100, "Steen Gellett" ...His point is that you 
have not chosen the simplest and fastest algorithm - Mon, Dec 20 2004 9:10 am
3 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/94daf67d11c3e435


Convert Jpg to text - 1 new
---------------------------
...If you have Office 2003 another alternative is to use the supplied 
Microsoft Office Document Imaging. - Mon, Dec 20 2004 9:52 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/1b4012c78920737d


error registering vc6 dll - 2 new
---------------------------------
Hi have built a new version of the exe and also the dll's that the exe uses. 
When i try to start the dll i get an error: The procedure entry point xxxx is 
not found in the yyy.dll. I suspected that the dll is not registered properly 
so i tried regsvr32 /u yyy.dll But again i get an error message here which 
says xxx.dll was loaded, - Mon, Dec 20 2004 2:14 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/48e452a6a70ed664


eScrew - 1 new
--------------
eScrew Welcome to eScrew! eScrew is eScrew and this is eScrew story. eScrew 
will tell you eScrew story if you promise eScrew to consider eScrew story as 
joke. eScrew story is very funny. eScrew story is so funny that eScrew will 
have to take break from time to time because eScrew needs some rest from - Mon,
 Dec 20 2004 2:58 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c75913aaaebaf785


Boolean values - Thanks, - all is clear now - KK - 1 new
--------------------------------------------------------
KK wrote: ...I think one important point was missed in the answers. To try and
keep confusion down, I'll use lowercase true and false to mean Boolean true 
and false, to distinguish then from the VB predefined constants True (-1) and 
False (0). As a number of people mentioned, logical false = 0, and logical 
true = - Mon, Dec 20 2004 3:13 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/73a488a979d2b0fe


Command buttons - 1 new
-----------------------
Why not use a label as a command button. then you could use autosize. - Mon, 
Dec 20 2004 10:21 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8350728c17445295


Missing Variables in MSChart - 1 new
------------------------------------
Hi All, I don't expect many of you use the MSChart but here's the question 
anyway.... I use the following code to poputate the MSChart on a form: .
ColumnCount = 5 .RowCount = 3 .Column = 1 .ColumnLabel = "Turnover" .DataGrid.
SetData 1, 1, val(lblPercentage1(0).Caption), False .DataGrid.SetData 2, 1, 
val(lblPercentage2(0).Caption), False - Mon, Dec 20 2004 4:35 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/71279c155d68047


Program to print jpgs from a database - 2 new
---------------------------------------------
Hi, I am trying to help a friend who has a library of jpg files of scanned 
music in black and white. She wants to print songs from their legal sheet 
music for each instrument from this database. The part I need help with is the
simplest way to print each sheet of music. If there is already a program that 
caould do this, please let me know. Even a - Mon, Dec 20 2004 9:11 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/17e344e1f8c2630


Printing HTML from VB - 1 new
-----------------------------
Hi all, I'm trying to print a HTML file (or even better text string) with vb. 
I'm using this : WebBrowser1.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_
DONTPROMPTUSER, 0, 0 which print the page but it adds the page number, headers
and footers such as filename... I do not want to prints those extra info, how 
can do it? - Mon, Dec 20 2004 9:31 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b30745485c18d2e3


CreateProcessAsUser - How to get User Token - 1 new
---------------------------------------------------
Hello, I have three questions, and any answer might help :) 1. I have the 
following situation: I have application that is launched from the SYSTEM User,
so it runs under this user too. That of course is a high security risk in many
aspects. I know how to Create a process "AsUser", but I have to know the 
Username and Password - Mon, Dec 20 2004 10:19 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cc3d39c730d8055b


Outlook bar shortcuts... - 1 new
--------------------------------
Hi, I am creating shortcuts in the outlook bar in outlook to some applications
using VB. Everything works fine except that when I create a shortcuts via VB 
the shortcut has a default icon of IE but when I drag and drop a shortcut to 
the outlook bar it keeps the icon associated with the application. My 
questions is, it is possible to specify the icon that should be used - Mon, 
Dec 20 2004 10:27 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/68ce18e4b26188a4


VbKeyEscape & sound queries - 3 new
-----------------------------------
Amateur VB6 coder has a couple of queries: 1. I am using to module of code I 
got off the web to play .WAV files. It works but the system freezes while it 
is doing so. Is there any code that doesn't do this? 2. This procedure to end 
the program when the escape key is pressed doesn't work. Why? Private Sub Form_
KeyDown(KeyCode As Integer, Shift As - Mon, Dec 20 2004 7:53 pm
3 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cc1b78124aaacde


Maths Question - 1 new
----------------------
The answer you get is CORRECT! If you are calculating percentage change, it 
can be negative. On Thu, 09 Dec 2004 15:53:08 +0000, "David Peake" <nos...@
nospam.com> wrote: - Mon, Dec 20 2004 2:46 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/605026857688fcdb


Code Suggestion to Close Instant Messengers? - 1 new
----------------------------------------------------
I have a VB program that closes open windows, upon command, based upon the 
text in the program's title bar. So if I want to close all Internet Explorer 
windows it will search for the text "Internet Explorer" in all open windows 
and close the appropriate windows. My problem is how to close applications 
that are minimized down beside - Mon, Dec 20 2004 12:52 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/44ef6d10e57711c7


Security in Excel Macro - 2 new
-------------------------------
Is there anyway to lock a macro in excel to where you have to have a password 
to access or run it? Thank you. - Mon, Dec 20 2004 2:57 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ff1ab8ac2bf28bb2


Math Parser - 1 new
-------------------
...displays ...Jack W. Crenshaw wrote a very nice tutorial in Pascal for a 
compiler/parser. It should still be floating around on the net. You could also
ask around on the compiler newsgroups or read the FAQs. I'm currently using a 
similar method to design a rules and stats parser for a D&D game engine. - Mon,
 Dec 20 2004 8:06 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b99febdd21a3f421


Display Images with node Click - 2 new
--------------------------------------
Hello Eveyone, Your help would be appriciated in regards to the following - I 
have a treeview that is populated via an access db (code below) that works 
fine. What I am trying to do is get it to show a picture of a part (not in the
tree view but elsewhere in the page) when the last node is clicked in a group.
- Mon, Dec 20 2004 6:24 pm
2 messages, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/da0b6de1c55d7957


VB.NET Application - CLR Exception Process ID keeps on changing - 5 new
-----------------------------------------------------------------------
The last time I looked at the box, my version of VB.net still said : >>>>> V B
<<<<<<<< on the box. I am a newbie. Is VB not Visual Basic? Is this group not 
Visual Basic? I do not know the history of the group, I got to this site 
because its name is comp. lang. BASIC.VISUAL.misc. I have been using various 
versions of basic since 1982. - Tues, Dec 21 2004 3:20 am
5 messages, 5 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/91a3863e4f7fa25b


Windows Class - 2 new
---------------------
Hi, I pretty new to Visual Basic (and windows coding in general) and I have a 
question that may have an obvious answer. I'm making a simple app using the 
Windows Forms template... is there a way to set what my window class is called?
 Right now, its called something like "windowsforms10.window.8.app.0.bf7771" 
which changes every time I run - Mon, Dec 20 2004 7:26 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ab0e8cfbe6ccece0


Multi-Threading... - 1 new
--------------------------
"I think trying to use threading in your VB6 application would be overkill for
this type of functionality ravi" I guess this is a kind of feed back i am 
expecting .... :) :) "Why do you think it will take a significant length of 
time to achieve this logging? Is it anything more complicated than simply 
opening a file and - Mon, Dec 20 2004 8:59 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/93971aec18731897



==============================================================================

You received this message because you are subscribed to the Google
Groups "comp.lang.basic.visual.misc" group.

To post to this group, send email to [EMAIL PROTECTED]
com or
visit http://groups-beta.google.com/group/comp.lang.basic.visual.misc

To unsubscribe from this group, send email to
[EMAIL PROTECTED]

To change the way you get mail from this group, visit:
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/subscribe

To report abuse, send email explaining the problem to [EMAIL PROTECTED]

==============================================================================
Google Groups: http://groups-beta.google.com 

Reply via email to